summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/ReportWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/ReportWindow.hxx')
-rw-r--r--reportdesign/source/ui/inc/ReportWindow.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/reportdesign/source/ui/inc/ReportWindow.hxx b/reportdesign/source/ui/inc/ReportWindow.hxx
index 52e470311d0c..eff9b1c2563b 100644
--- a/reportdesign/source/ui/inc/ReportWindow.hxx
+++ b/reportdesign/source/ui/inc/ReportWindow.hxx
@@ -62,7 +62,7 @@ namespace rptui
protected:
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
// OPropertyChangeListener
- virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( ::com::sun::star::uno::RuntimeException) override;
+ virtual void _propertyChanged(const css::beans::PropertyChangeEvent& _rEvent) throw( css::uno::RuntimeException) override;
public:
OReportWindow(OScrollWindowHelper* _pParent,ODesignView* _pView);
virtual ~OReportWindow();
@@ -119,7 +119,7 @@ namespace rptui
If the section is <NULL/> nothing happens.
If the position is grater than the current elements, the section will be appended.
*/
- void addSection(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection
+ void addSection(const css::uno::Reference< css::report::XSection >& _xSection
,const OUString& _sColorEntry
,sal_uInt16 _nPosition = USHRT_MAX);
@@ -162,7 +162,7 @@ namespace rptui
/** triggers the property browser with the report component or section
@param _xReportComponent
*/
- void showProperties( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xReportComponent);
+ void showProperties( const css::uno::Reference< css::report::XSection>& _xReportComponent);
/** checks if the keycode is known by the child windows
@param _rCode the keycode
@@ -175,12 +175,12 @@ namespace rptui
@param _bMark the marked flag
*/
void setMarked(OSectionView* _pSectionView, bool _bMark);
- void setMarked(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection, bool _bMark);
- void setMarked(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent> >& _xShape, bool _bMark);
+ void setMarked(const css::uno::Reference< css::report::XSection>& _xSection, bool _bMark);
+ void setMarked(const css::uno::Sequence< css::uno::Reference< css::report::XReportComponent> >& _xShape, bool _bMark);
// IMarkedSection
OSectionWindow* getMarkedSection(NearSectionAccess nsa = CURRENT) const override;
- OSectionWindow* getSectionWindow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) const;
+ OSectionWindow* getSectionWindow(const css::uno::Reference< css::report::XSection>& _xSection) const;
virtual void markSection(const sal_uInt16 _nPos) override;
@@ -194,7 +194,7 @@ namespace rptui
*
* \param _aCollpasedSections The position of the sections which should be collapsed.
*/
- void collapseSections(const com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& _aCollpasedSections);
+ void collapseSections(const css::uno::Sequence< css::beans::PropertyValue>& _aCollpasedSections);
/** align all marked objects in all sections
*
@@ -213,7 +213,7 @@ namespace rptui
/** fills the vector with all selected control models
/param _rSelection The vector will be filled and will not be cleared before.
*/
- void fillControlModelSelection(::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const;
+ void fillControlModelSelection(::std::vector< css::uno::Reference< css::uno::XInterface > >& _rSelection) const;
/** calculates the zoom factor.
@param _eType which kind of zoom is needed