summaryrefslogtreecommitdiff
path: root/include/sfx2/sfxbasecontroller.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/sfx2/sfxbasecontroller.hxx
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/sfxbasecontroller.hxx')
-rw-r--r--include/sfx2/sfxbasecontroller.hxx38
1 files changed, 18 insertions, 20 deletions
diff --git a/include/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx
index b9396e4e4898..aba163fa2166 100644
--- a/include/sfx2/sfxbasecontroller.hxx
+++ b/include/sfx2/sfxbasecontroller.hxx
@@ -56,9 +56,9 @@ class SfxViewFrame;
sal_Int16 MapGroupIDToCommandGroup( sal_Int16 nGroupID );
-//________________________________________________________________________________________________________
+
// class declarations
-//________________________________________________________________________________________________________
+
typedef ::cppu::WeakImplHelper9 < css::frame::XController2
, css::frame::XControllerBorder
@@ -74,15 +74,15 @@ typedef ::cppu::WeakImplHelper9 < css::frame::XController2
class SFX2_DLLPUBLIC SfxBaseController :public SfxBaseController_Base
,public ::cppu::BaseMutex
{
-//________________________________________________________________________________________________________
+
// public methods
-//________________________________________________________________________________________________________
+
public:
- //____________________________________________________________________________________________________
+
// constructor/destructor
- //____________________________________________________________________________________________________
+
/**___________________________________________________________________________________________________
@short -
@@ -119,16 +119,15 @@ public:
css::uno::Reference< css::task::XStatusIndicator > SAL_CALL getStatusIndicator( ) throw (css::uno::RuntimeException, std::exception);
- //____________________________________________________________________________________________________
+
// XController2
- //____________________________________________________________________________________________________
virtual css::uno::Reference< css::awt::XWindow > SAL_CALL getComponentWindow() throw (css::uno::RuntimeException, std::exception);
virtual OUString SAL_CALL getViewControllerName() throw (css::uno::RuntimeException, std::exception);
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL getCreationArguments() throw (css::uno::RuntimeException, std::exception);
- //____________________________________________________________________________________________________
+
// XController
- //____________________________________________________________________________________________________
+
/**___________________________________________________________________________________________________
@short -
@@ -235,9 +234,9 @@ public:
css::uno::Reference< css::frame::XModel > SAL_CALL getModel() throw( css::uno::RuntimeException, std::exception ) ;
- //____________________________________________________________________________________________________
+
// XDispatchProvider
- //____________________________________________________________________________________________________
+
/**___________________________________________________________________________________________________
@short -
@@ -271,18 +270,18 @@ public:
virtual css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL queryDispatches( const css::uno::Sequence< css::frame::DispatchDescriptor >& seqDescriptor ) throw( css::uno::RuntimeException, std::exception ) ;
- //____________________________________________________________________________________________________
+
// XControllerBorder
- //____________________________________________________________________________________________________
+
virtual css::frame::BorderWidths SAL_CALL getBorder() throw (css::uno::RuntimeException, std::exception);
virtual void SAL_CALL addBorderResizeListener( const css::uno::Reference< css::frame::XBorderResizeListener >& xListener ) throw (css::uno::RuntimeException, std::exception);
virtual void SAL_CALL removeBorderResizeListener( const css::uno::Reference< css::frame::XBorderResizeListener >& xListener ) throw (css::uno::RuntimeException, std::exception);
virtual css::awt::Rectangle SAL_CALL queryBorderedArea( const css::awt::Rectangle& aPreliminaryRectangle ) throw (css::uno::RuntimeException, std::exception);
- //____________________________________________________________________________________________________
+
// XComponent
- //____________________________________________________________________________________________________
+
/**___________________________________________________________________________________________________
@short -
@@ -336,9 +335,8 @@ public:
virtual void SAL_CALL addMouseClickHandler( const css::uno::Reference< css::awt::XMouseClickHandler >& xHandler ) throw (css::uno::RuntimeException, std::exception);
virtual void SAL_CALL removeMouseClickHandler( const css::uno::Reference< css::awt::XMouseClickHandler >& xHandler ) throw (css::uno::RuntimeException, std::exception);
- //____________________________________________________________________________________________________
+
// XDispatchInformationProvider
- //____________________________________________________________________________________________________
virtual css::uno::Sequence< sal_Int16 > SAL_CALL getSupportedCommandGroups() throw (css::uno::RuntimeException, std::exception);
virtual css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL getConfigurableDispatchInformation( sal_Int16 nCommandGroup ) throw (css::uno::RuntimeException, std::exception);
@@ -371,9 +369,9 @@ private:
DECL_LINK( CheckOutHandler, void * );
-//________________________________________________________________________________________________________
+
// private variables
-//________________________________________________________________________________________________________
+
private: