summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/GraphCtlAccessibleContext.hxx32
-rw-r--r--svx/source/inc/datanavi.hxx2
-rw-r--r--svx/source/inc/filtnav.hxx20
-rw-r--r--svx/source/inc/fmcontrolbordermanager.hxx9
-rw-r--r--svx/source/inc/fmcontrollayout.hxx4
-rw-r--r--svx/source/inc/fmdocumentclassification.hxx7
-rw-r--r--svx/source/inc/fmexch.hxx9
-rw-r--r--svx/source/inc/fmexpl.hxx5
-rw-r--r--svx/source/inc/fmtextcontroldialogs.hxx4
-rw-r--r--svx/source/inc/fmtextcontrolfeature.hxx4
-rw-r--r--svx/source/inc/fmtextcontrolshell.hxx6
-rw-r--r--svx/source/inc/fmundo.hxx9
-rw-r--r--svx/source/inc/fmvwimp.hxx2
-rw-r--r--svx/source/inc/formcontrolfactory.hxx4
-rw-r--r--svx/source/inc/formcontroller.hxx3
-rw-r--r--svx/source/inc/formcontrolling.hxx10
-rw-r--r--svx/source/inc/formdispatchinterceptor.hxx4
-rw-r--r--svx/source/inc/formfeaturedispatcher.hxx4
-rw-r--r--svx/source/inc/frmselimpl.hxx16
-rw-r--r--svx/source/inc/gridcell.hxx3
-rw-r--r--svx/source/inc/stringlistresource.hxx4
-rw-r--r--svx/source/inc/svxrectctaccessiblecontext.hxx51
-rw-r--r--svx/source/inc/typeconversionclient.hxx4
-rw-r--r--svx/source/inc/xfm_addcondition.hxx4
24 files changed, 41 insertions, 179 deletions
diff --git a/svx/source/inc/GraphCtlAccessibleContext.hxx b/svx/source/inc/GraphCtlAccessibleContext.hxx
index 4ef172f816e8..95cbf3a70585 100644
--- a/svx/source/inc/GraphCtlAccessibleContext.hxx
+++ b/svx/source/inc/GraphCtlAccessibleContext.hxx
@@ -82,7 +82,7 @@ class SvxGraphCtrlAccessibleContext : public SvxGraphCtrlAccessibleContext_Base,
public:
friend class GraphCtrl;
- //===== internal ========================================================
+ // internal
SvxGraphCtrlAccessibleContext(
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible>& rxParent,
GraphCtrl& rRepresentation,
@@ -94,14 +94,12 @@ public:
protected:
virtual ~SvxGraphCtrlAccessibleContext();
public:
- //===== XAccessible =====================================================
-
+ // XAccessible
/// Return the XAccessibleContext.
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext> SAL_CALL
getAccessibleContext (void) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- //===== XAccessibleComponent ============================================
-
+ // XAccessibleComponent
virtual sal_Bool SAL_CALL containsPoint( const ::com::sun::star::awt::Point& rPoint ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL getAccessibleAtPoint( const ::com::sun::star::awt::Point& rPoint ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::awt::Rectangle SAL_CALL getBounds() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -119,9 +117,7 @@ public:
virtual sal_Int32 SAL_CALL getBackground (void)
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
-
- //===== XAccessibleContext ==============================================
-
+ // XAccessibleContext
virtual sal_Int32 SAL_CALL getAccessibleChildCount (void) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible> SAL_CALL getAccessibleChild (sal_Int32 nIndex) throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::IndexOutOfBoundsException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible> SAL_CALL getAccessibleParent (void) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -135,27 +131,22 @@ public:
// virtual void SAL_CALL addPropertyChangeListener( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::sun::star::uno::RuntimeException) {}
// virtual void SAL_CALL removePropertyChangeListener( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::sun::star::uno::RuntimeException) {}
- //===== XAccessibleEventBroadcaster =====================================
-
+ // XAccessibleEventBroadcaster
virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- //===== XServiceInfo ====================================================
-
+ // XServiceInfo
virtual OUString SAL_CALL getImplementationName (void) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual sal_Bool SAL_CALL supportsService (const OUString& sServiceName) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Sequence< OUString> SAL_CALL getSupportedServiceNames (void) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- //===== XTypeProvider ===================================================
-
+ // XTypeProvider
virtual ::com::sun::star::uno::Sequence<sal_Int8> SAL_CALL getImplementationId (void) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- //===== XServiceName ====================================================
-
+ // XServiceName
virtual OUString SAL_CALL getServiceName (void) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- //===== XAccessibleSelection =============================================
-
+ // XAccessibleSelection
virtual void SAL_CALL selectAccessibleChild( sal_Int32 nChildIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
virtual sal_Bool SAL_CALL isAccessibleChildSelected( sal_Int32 nChildIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
virtual void SAL_CALL clearAccessibleSelection() throw (::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -164,8 +155,7 @@ public:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL getSelectedAccessibleChild( sal_Int32 nSelectedChildIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
virtual void SAL_CALL deselectAccessibleChild( sal_Int32 nSelectedChildIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- //===== IAccessibleViewforwarder ========================================
-
+ // IAccessibleViewforwarder
virtual bool IsValid (void) const SAL_OVERRIDE;
virtual Rectangle GetVisibleArea() const SAL_OVERRIDE;
virtual Point LogicToPixel (const Point& rPoint) const SAL_OVERRIDE;
@@ -174,8 +164,6 @@ public:
virtual Size PixelToLogic (const Size& rSize) const SAL_OVERRIDE;
protected:
- //===== internals ========================================================
-
void checkChildIndexOnSelection( long nIndexOfChild ) throw (::com::sun::star::lang::IndexOutOfBoundsException );
public:
diff --git a/svx/source/inc/datanavi.hxx b/svx/source/inc/datanavi.hxx
index 3a2d80ceacb4..0ed799825e61 100644
--- a/svx/source/inc/datanavi.hxx
+++ b/svx/source/inc/datanavi.hxx
@@ -54,8 +54,6 @@
#include "datalistener.hxx"
#include <vector>
-// forward ---------------------------------------------------------------
-
class FmFormShell;
diff --git a/svx/source/inc/filtnav.hxx b/svx/source/inc/filtnav.hxx
index d3570db45bc6..96d9e209f2a7 100644
--- a/svx/source/inc/filtnav.hxx
+++ b/svx/source/inc/filtnav.hxx
@@ -225,9 +225,6 @@ inline bool OFilterItemExchange::hasFormat( const DataFlavorExVector& _rFormats
return OLocalExchange::hasFormat( _rFormats, getFormatId() );
}
-
-//= OFilterExchangeHelper
-
class OFilterExchangeHelper : public OLocalExchangeHelper
{
public:
@@ -296,14 +293,15 @@ private:
The first form item.
*/
FmFormItem* getSelectedFilterItems(::std::vector<FmFilterItem*>& _rItemList);
- /* inserts the filter items into the tree model and creates new FilterItems if needed.
- @param _rFilterList
- The items which should be inserted.
- @param _pTargetItems
- The target where to insert the items.
- @param _bCopy
- If <TRUE/> the items will not be removed from the model, otherwise they will.
- */
+ /**
+ * inserts the filter items into the tree model and creates new FilterItems if needed.
+ * @param _rFilterList
+ * The items which should be inserted.
+ * @param _pTargetItems
+ * The target where to insert the items.
+ * @param _bCopy
+ * If <TRUE/> the items will not be removed from the model, otherwise they will.
+ */
void insertFilterItem(const ::std::vector<FmFilterItem*>& _rFilterList,FmFilterItems* _pTargetItems, bool _bCopy = false);
SvTreeListEntry* getPrevEntry(SvTreeListEntry* _pStartWith = NULL);
SvTreeListEntry* getNextEntry(SvTreeListEntry* _pStartWith = NULL);
diff --git a/svx/source/inc/fmcontrolbordermanager.hxx b/svx/source/inc/fmcontrolbordermanager.hxx
index 5fb59251f91d..5d9eb264a3e8 100644
--- a/svx/source/inc/fmcontrolbordermanager.hxx
+++ b/svx/source/inc/fmcontrolbordermanager.hxx
@@ -44,9 +44,6 @@ namespace svxform
#define CONTROL_STATUS_MOUSE_HOVER 0x02
#define CONTROL_STATUS_INVALID 0x04
-
- //= BorderDescriptor
-
struct BorderDescriptor
{
sal_Int16 nBorderType;
@@ -64,9 +61,6 @@ namespace svxform
}
};
-
- //= UnderlineDescriptor
-
struct UnderlineDescriptor
{
sal_Int16 nUnderlineType;
@@ -91,9 +85,6 @@ namespace svxform
}
};
-
- //= ControlData
-
struct ControlData : public BorderDescriptor, UnderlineDescriptor
{
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl > xControl;
diff --git a/svx/source/inc/fmcontrollayout.hxx b/svx/source/inc/fmcontrollayout.hxx
index 8b191253ba95..422763c957fd 100644
--- a/svx/source/inc/fmcontrollayout.hxx
+++ b/svx/source/inc/fmcontrollayout.hxx
@@ -29,10 +29,6 @@
namespace svxform
{
-
-
- //= ControlLayouter
-
class ControlLayouter
{
public:
diff --git a/svx/source/inc/fmdocumentclassification.hxx b/svx/source/inc/fmdocumentclassification.hxx
index 5e9578728359..b79066a60028 100644
--- a/svx/source/inc/fmdocumentclassification.hxx
+++ b/svx/source/inc/fmdocumentclassification.hxx
@@ -26,10 +26,6 @@
namespace svxform
{
-
-
- //= DocumentType
-
enum DocumentType
{
eTextDocument,
@@ -44,9 +40,6 @@ namespace svxform
eUnknownDocumentType
};
-
- //= DocumentClassification
-
class DocumentClassification
{
public:
diff --git a/svx/source/inc/fmexch.hxx b/svx/source/inc/fmexch.hxx
index dbdc4f3c5140..6ad001dd84de 100644
--- a/svx/source/inc/fmexch.hxx
+++ b/svx/source/inc/fmexch.hxx
@@ -124,9 +124,6 @@ namespace svxform
SVX_DLLPRIVATE void implReset();
};
-
- //= OControlTransferData
-
class OControlTransferData
{
private:
@@ -207,9 +204,6 @@ namespace svxform
return m_aCurrentFormats;
}
-
- //= OControlExchange
-
class OControlExchange : public OLocalExchange, public OControlTransferData
{
public:
@@ -229,9 +223,6 @@ namespace svxform
virtual void AddSupportedFormats() SAL_OVERRIDE;
};
-
- //= OControlExchangeHelper
-
class OControlExchangeHelper : public OLocalExchangeHelper
{
public:
diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx
index b2affdd9dc5a..fbfa8d8e6bf2 100644
--- a/svx/source/inc/fmexpl.hxx
+++ b/svx/source/inc/fmexpl.hxx
@@ -309,8 +309,6 @@ namespace svxform
class NavigatorTreeModel;
- // class OFormComponentObserver
-
class OFormComponentObserver
:public ::cppu::WeakImplHelper2 < ::com::sun::star::beans::XPropertyChangeListener
, ::com::sun::star::container::XContainerListener
@@ -345,9 +343,6 @@ namespace svxform
void Remove( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxElement );
};
-
- //= NavigatorTreeModel
-
class NavigatorTreeModel : public SfxBroadcaster
,public SfxListener
{
diff --git a/svx/source/inc/fmtextcontroldialogs.hxx b/svx/source/inc/fmtextcontroldialogs.hxx
index 708321c0dbf3..d13860193a80 100644
--- a/svx/source/inc/fmtextcontroldialogs.hxx
+++ b/svx/source/inc/fmtextcontroldialogs.hxx
@@ -28,10 +28,6 @@
namespace svx
{
-
-
- //= TextControlCharAttribDialog
-
class TextControlCharAttribDialog : public SfxTabDialog
{
private:
diff --git a/svx/source/inc/fmtextcontrolfeature.hxx b/svx/source/inc/fmtextcontrolfeature.hxx
index ef9af8fd9413..dda2ebeab4db 100644
--- a/svx/source/inc/fmtextcontrolfeature.hxx
+++ b/svx/source/inc/fmtextcontrolfeature.hxx
@@ -31,10 +31,6 @@
namespace svx
{
-
-
- //= FmTextControlFeature
-
typedef ::cppu::WeakImplHelper1 < ::com::sun::star::frame::XStatusListener
> FmTextControlFeature_Base;
diff --git a/svx/source/inc/fmtextcontrolshell.hxx b/svx/source/inc/fmtextcontrolshell.hxx
index a5ed1577f2cd..3f2a9f82e795 100644
--- a/svx/source/inc/fmtextcontrolshell.hxx
+++ b/svx/source/inc/fmtextcontrolshell.hxx
@@ -51,9 +51,6 @@ namespace svx
class FmTextControlFeature;
class FmMouseListenerAdapter;
-
- //= IFocusObserver
-
class IFocusObserver
{
public:
@@ -76,9 +73,6 @@ namespace svx
~IContextRequestObserver() {}
};
-
- //= FmTextControlShell
-
class FmTextControlShell :public IFocusObserver
,public ISlotInvalidator
,public IContextRequestObserver
diff --git a/svx/source/inc/fmundo.hxx b/svx/source/inc/fmundo.hxx
index ad0eecb1fefd..7d36fe55ff09 100644
--- a/svx/source/inc/fmundo.hxx
+++ b/svx/source/inc/fmundo.hxx
@@ -45,9 +45,6 @@ class FmFormModel;
class FmFormObj;
class SdrObject;
-
-// FmUndoPropertyAction
-
class FmUndoPropertyAction: public SdrUndoAction
{
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> xObj;
@@ -65,9 +62,6 @@ public:
};
-
-// FmUndoContainerAction
-
class FmUndoContainerAction: public SdrUndoAction
{
::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer >
@@ -108,9 +102,6 @@ protected:
void implReRemove( );
};
-
-// FmUndoModelReplaceAction
-
class FmUndoModelReplaceAction : public SdrUndoAction
{
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel> m_xReplaced;
diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx
index 86e216585825..2d54fe8a69b1 100644
--- a/svx/source/inc/fmvwimp.hxx
+++ b/svx/source/inc/fmvwimp.hxx
@@ -141,8 +141,6 @@ typedef ::std::map < ::com::sun::star::uno::Reference< ::com::sun::star::awt:
> MapControlContainerToSetOfForms;
class SdrModel;
-// FmXFormView
-
class FmXFormView : public ::cppu::WeakImplHelper3<
::com::sun::star::form::XFormControllerListener,
::com::sun::star::awt::XFocusListener,
diff --git a/svx/source/inc/formcontrolfactory.hxx b/svx/source/inc/formcontrolfactory.hxx
index 92466f827ab7..4888a4959554 100644
--- a/svx/source/inc/formcontrolfactory.hxx
+++ b/svx/source/inc/formcontrolfactory.hxx
@@ -43,10 +43,6 @@ namespace comphelper {
namespace svxform
{
-
-
- //= FormControlFactory
-
struct FormControlFactory_Data;
class FormControlFactory
diff --git a/svx/source/inc/formcontroller.hxx b/svx/source/inc/formcontroller.hxx
index f6e4e87d13c8..3b1a23aaea3b 100644
--- a/svx/source/inc/formcontroller.hxx
+++ b/svx/source/inc/formcontroller.hxx
@@ -126,9 +126,6 @@ namespace svxform
, ::com::sun::star::form::runtime::XFeatureInvalidation
> FormController_BASE;
-
- // FormController
-
class ColumnInfoCache;
class FormController :public ::comphelper::OBaseMutex
,public FormController_BASE
diff --git a/svx/source/inc/formcontrolling.hxx b/svx/source/inc/formcontrolling.hxx
index dbe66831e329..5822a6ec1934 100644
--- a/svx/source/inc/formcontrolling.hxx
+++ b/svx/source/inc/formcontrolling.hxx
@@ -34,10 +34,6 @@
namespace svx
{
-
-
- //= FeatureSlotTranslation
-
class FeatureSlotTranslation
{
public:
@@ -51,9 +47,6 @@ namespace svx
static sal_Int32 getSlotIdForFormFeature( sal_Int16 _nFormFeature );
};
-
- //= IControllerFeatureInvalidation
-
class IControllerFeatureInvalidation
{
public:
@@ -72,9 +65,6 @@ namespace svx
~IControllerFeatureInvalidation() {}
};
-
- //= ControllerFeatures
-
class FormControllerHelper;
/** easier access to an FormControllerHelper instance
*/
diff --git a/svx/source/inc/formdispatchinterceptor.hxx b/svx/source/inc/formdispatchinterceptor.hxx
index 1c2cf672b75d..529a941c2d02 100644
--- a/svx/source/inc/formdispatchinterceptor.hxx
+++ b/svx/source/inc/formdispatchinterceptor.hxx
@@ -30,10 +30,6 @@
namespace svxform
{
-
-
- //= DispatchInterceptor
-
class DispatchInterceptor
{
public:
diff --git a/svx/source/inc/formfeaturedispatcher.hxx b/svx/source/inc/formfeaturedispatcher.hxx
index 51700a77b9ad..964eff888c39 100644
--- a/svx/source/inc/formfeaturedispatcher.hxx
+++ b/svx/source/inc/formfeaturedispatcher.hxx
@@ -31,10 +31,6 @@
namespace svx
{
-
-
- //= OSingleFeatureDispatcher
-
typedef ::cppu::WeakImplHelper1 < ::com::sun::star::frame::XDispatch
> OSingleFeatureDispatcher_Base;
diff --git a/svx/source/inc/frmselimpl.hxx b/svx/source/inc/frmselimpl.hxx
index 6e1b9bd6b34a..33b3f510d749 100644
--- a/svx/source/inc/frmselimpl.hxx
+++ b/svx/source/inc/frmselimpl.hxx
@@ -146,8 +146,7 @@ struct FrameSelectorImpl : public Resource
explicit FrameSelectorImpl( FrameSelector& rFrameSel );
~FrameSelectorImpl();
- // initialization ---------------------------------------------------------
-
+ // initialization
/** Initializes the control, enables/disables frame borders according to flags. */
void Initialize( FrameSelFlags nFlags );
@@ -166,16 +165,13 @@ struct FrameSelectorImpl : public Resource
/** call this to recalculate based on parent size */
void sizeChanged();
-
- // frame border access ----------------------------------------------------
-
+ // frame border access
/** Returns the object representing the specified frame border. */
const FrameBorder& GetBorder( FrameBorderType eBorder ) const;
/** Returns the object representing the specified frame border (write access). */
FrameBorder& GetBorderAccess( FrameBorderType eBorder );
- // drawing ----------------------------------------------------------------
-
+ // drawing
/** Draws the background of the entire control (the gray areas between borders). */
void DrawBackground();
@@ -204,8 +200,7 @@ struct FrameSelectorImpl : public Resource
@param bFullRepaint true = Full repaint; false = update selection only. */
void DoInvalidate( bool bFullRepaint );
- // frame border state and style -------------------------------------------
-
+ // frame border state and style
/** Sets the state of the specified frame border. */
void SetBorderState( FrameBorder& rBorder, FrameBorderState eState );
/** Sets the core style of the specified frame border, or hides the frame border, if pStyle is 0. */
@@ -214,8 +209,7 @@ struct FrameSelectorImpl : public Resource
/** Changes the state of a frame border after a control event (mouse/keyboard). */
void ToggleBorderState( FrameBorder& rBorder );
- // frame border selection -------------------------------------------------
-
+ // frame border selection
/** Selects a frame border and schedules redraw. */
void SelectBorder( FrameBorder& rBorder, bool bSelect );
/** Grabs focus without auto-selection of a frame border, if no border selected. */
diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx
index 908cb1c68690..268fa9b24709 100644
--- a/svx/source/inc/gridcell.hxx
+++ b/svx/source/inc/gridcell.hxx
@@ -51,9 +51,6 @@ class DbCellControl;
class Edit;
class FmXGridCell;
-
-// FmMutexHelper
-
class FmMutexHelper
{
protected:
diff --git a/svx/source/inc/stringlistresource.hxx b/svx/source/inc/stringlistresource.hxx
index 0a404f354b81..76f23d3ac690 100644
--- a/svx/source/inc/stringlistresource.hxx
+++ b/svx/source/inc/stringlistresource.hxx
@@ -29,10 +29,6 @@
namespace svx
{
-
-
- //= StringListResource
-
/** loads a list of strings from a resource, where the resource is of type RSC_RESOURCE,
and has sub resources of type string, numbered from 1 to n
*/
diff --git a/svx/source/inc/svxrectctaccessiblecontext.hxx b/svx/source/inc/svxrectctaccessiblecontext.hxx
index cae837f125a4..b8d76d1b7930 100644
--- a/svx/source/inc/svxrectctaccessiblecontext.hxx
+++ b/svx/source/inc/svxrectctaccessiblecontext.hxx
@@ -72,7 +72,7 @@ typedef ::cppu::WeakAggComponentImplHelper6<
class SvxRectCtlAccessibleContext : public ::comphelper::OBaseMutex, public SvxRectCtlAccessibleContext_Base
{
public:
- //===== internal ========================================================
+ // internal
SvxRectCtlAccessibleContext(
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible>& rxParent,
SvxRectCtl& rRepresentation,
@@ -81,13 +81,11 @@ public:
protected:
virtual ~SvxRectCtlAccessibleContext();
public:
- //===== XAccessible =====================================================
-
+ // XAccessible
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext> SAL_CALL
getAccessibleContext( void ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- //===== XAccessibleComponent ============================================
-
+ // XAccessibleComponent
virtual sal_Bool SAL_CALL
containsPoint( const ::com::sun::star::awt::Point& rPoint ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -135,8 +133,7 @@ public:
virtual sal_Int32 SAL_CALL
getBackground( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- //===== XAccessibleContext ==============================================
-
+ // XAccessibleContext
virtual sal_Int32 SAL_CALL
getAccessibleChildCount( void ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -170,8 +167,7 @@ public:
throw( ::com::sun::star::uno::RuntimeException,
::com::sun::star::accessibility::IllegalAccessibleComponentStateException, std::exception ) SAL_OVERRIDE;
- //===== XAccessibleEventBroadcaster =====================================
-
+ // XAccessibleEventBroadcaster
virtual void SAL_CALL
addAccessibleEventListener(
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
@@ -182,8 +178,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- //===== XServiceInfo ====================================================
-
+ // XServiceInfo
virtual OUString SAL_CALL
getImplementationName( void ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -193,13 +188,11 @@ public:
virtual ::com::sun::star::uno::Sequence< OUString> SAL_CALL
getSupportedServiceNames( void ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- //===== XTypeProvider ===================================================
-
+ // XTypeProvider
virtual ::com::sun::star::uno::Sequence<sal_Int8> SAL_CALL
getImplementationId( void ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- //===== XAccessibleSelection =============================================
-
+ // XAccessibleSelection
virtual void SAL_CALL
selectAccessibleChild( sal_Int32 nChildIndex )
throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -227,8 +220,7 @@ public:
protected:
- //===== internals ========================================================
-
+ // internals
void checkChildIndex( long nIndexOfChild ) throw( ::com::sun::star::lang::IndexOutOfBoundsException );
void checkChildIndexOnSelection( long nIndexOfChild ) throw( ::com::sun::star::lang::IndexOutOfBoundsException );
@@ -339,13 +331,11 @@ public:
protected:
virtual ~SvxRectCtlChildAccessibleContext();
public:
- //===== XAccessible =====================================================
-
+ // XAccessible
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext> SAL_CALL
getAccessibleContext( void ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- //===== XAccessibleComponent ============================================
-
+ // XAccessibleComponent
virtual sal_Bool SAL_CALL
containsPoint( const ::com::sun::star::awt::Point& rPoint ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -391,8 +381,7 @@ public:
virtual sal_Int32 SAL_CALL
getBackground( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- //===== XAccessibleContext ==============================================
-
+ // XAccessibleContext
virtual sal_Int32 SAL_CALL
getAccessibleChildCount( void ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -425,8 +414,7 @@ public:
getLocale( void )
throw( ::com::sun::star::uno::RuntimeException, ::com::sun::star::accessibility::IllegalAccessibleComponentStateException, std::exception ) SAL_OVERRIDE;
- //===== XAccessibleEventBroadcaster =====================================
-
+ // XAccessibleEventBroadcaster
virtual void SAL_CALL
addAccessibleEventListener(
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
@@ -437,8 +425,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- //===== XAccessibleValue ================================================
-
+ // XAccessibleValue
virtual ::com::sun::star::uno::Any SAL_CALL
getCurrentValue() throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -456,8 +443,7 @@ public:
virtual sal_Bool SAL_CALL doAccessibleAction ( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::rtl::OUString SAL_CALL getAccessibleActionDescription ( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleKeyBinding > SAL_CALL getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- //===== XServiceInfo ====================================================
-
+ // XServiceInfo
virtual OUString SAL_CALL
getImplementationName( void ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -467,14 +453,11 @@ public:
virtual ::com::sun::star::uno::Sequence< OUString> SAL_CALL
getSupportedServiceNames( void ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
-
- //===== XTypeProvider ===================================================
-
+ // XTypeProvider
virtual ::com::sun::star::uno::Sequence<sal_Int8> SAL_CALL
getImplementationId( void ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- //===== internal ==========================================================
-
+ // internal
/// Sets the checked status
void setStateChecked(bool bChecked, bool bFireFocus = true);
void FireFocusEvent();
diff --git a/svx/source/inc/typeconversionclient.hxx b/svx/source/inc/typeconversionclient.hxx
index 43210ef1b665..909d1f825e80 100644
--- a/svx/source/inc/typeconversionclient.hxx
+++ b/svx/source/inc/typeconversionclient.hxx
@@ -26,10 +26,6 @@
namespace svxform
{
-
-
- //= OTypeConversionClient
-
class OTypeConversionClient : public ODbtoolsClient
{
protected:
diff --git a/svx/source/inc/xfm_addcondition.hxx b/svx/source/inc/xfm_addcondition.hxx
index 8d32c173c034..e5b59df68e29 100644
--- a/svx/source/inc/xfm_addcondition.hxx
+++ b/svx/source/inc/xfm_addcondition.hxx
@@ -28,10 +28,6 @@
namespace svxform
{
-
-
- //= OAddConditionDialog
-
typedef ::svt::OGenericUnoDialog OAddConditionDialogBase;
class OAddConditionDialog
:public OAddConditionDialogBase