Kaydet (Commit) 9c475ed2 authored tarafından Chris Sherlock's avatar Chris Sherlock Kaydeden (comit) Noel Grandin

svx: remove comment cruft

Change-Id: I8f55407d75bba49b3ebeab80dd7a49d6224959d6
Reviewed-on: https://gerrit.libreoffice.org/53899Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst f705883c
...@@ -37,8 +37,6 @@ namespace com { namespace sun { namespace star { namespace frame { ...@@ -37,8 +37,6 @@ namespace com { namespace sun { namespace star { namespace frame {
class XController; class XController;
} } } } } } } }
// class SvxSmartTagItem -----------------------------------------------------
class SVX_DLLPUBLIC SvxSmartTagItem : public SfxPoolItem class SVX_DLLPUBLIC SvxSmartTagItem : public SfxPoolItem
{ {
const css::uno::Sequence < css::uno::Sequence< css::uno::Reference< css::smarttags::XSmartTagAction > > > maActionComponentsSequence; const css::uno::Sequence < css::uno::Sequence< css::uno::Reference< css::smarttags::XSmartTagAction > > > maActionComponentsSequence;
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_SVX_CHECKLBX_HXX #ifndef INCLUDED_SVX_CHECKLBX_HXX
#define INCLUDED_SVX_CHECKLBX_HXX #define INCLUDED_SVX_CHECKLBX_HXX
...@@ -34,8 +35,6 @@ class Image; ...@@ -34,8 +35,6 @@ class Image;
class SvLBoxButtonData; class SvLBoxButtonData;
class SvTreeListEntry; class SvTreeListEntry;
// class SvxCheckListBox -------------------------------------------------
class SVX_DLLPUBLIC SvxCheckListBox : public SvTreeListBox class SVX_DLLPUBLIC SvxCheckListBox : public SvTreeListBox
{ {
using Window::GetText; using Window::GetText;
......
...@@ -16,17 +16,13 @@ ...@@ -16,17 +16,13 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_SVX_DLGUTIL_HXX #ifndef INCLUDED_SVX_DLGUTIL_HXX
#define INCLUDED_SVX_DLGUTIL_HXX #define INCLUDED_SVX_DLGUTIL_HXX
#include <svtools/unitconv.hxx> #include <svtools/unitconv.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
// macro -----------------------------------------------------------------
// typedef ---------------------------------------------------------------
// Functions -------------------------------------------------------------
class SfxItemSet; class SfxItemSet;
SVX_DLLPUBLIC FieldUnit GetModuleFieldUnit( const SfxItemSet& ); SVX_DLLPUBLIC FieldUnit GetModuleFieldUnit( const SfxItemSet& );
......
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
#include <svx/xtextit0.hxx> #include <svx/xtextit0.hxx>
// forward ---------------------------------------------------------------
class SdrView; class SdrView;
class SdrPageView; class SdrPageView;
class SdrObject; class SdrObject;
...@@ -48,11 +46,9 @@ class XFormTextShadowColorItem; ...@@ -48,11 +46,9 @@ class XFormTextShadowColorItem;
class XFormTextShadowXValItem; class XFormTextShadowXValItem;
class XFormTextShadowYValItem; class XFormTextShadowYValItem;
/************************************************************************* /** ControllerItem for Fontwork
|* */
|* ControllerItem for Fontwork
|*
\************************************************************************/
class SvxFontWorkDialog; class SvxFontWorkDialog;
...@@ -68,11 +64,8 @@ public: ...@@ -68,11 +64,8 @@ public:
SvxFontWorkControllerItem(sal_uInt16 nId, SvxFontWorkDialog&, SfxBindings&); SvxFontWorkControllerItem(sal_uInt16 nId, SvxFontWorkDialog&, SfxBindings&);
}; };
/************************************************************************* /** Derived from SfxChildWindow as "container" for fontwork dialog
|* */
|* Derived from SfxChildWindow as "container" for fontwork dialog
|*
\************************************************************************/
class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxFontWorkChildWindow : public SfxChildWindow class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxFontWorkChildWindow : public SfxChildWindow
{ {
...@@ -81,11 +74,8 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxFontWorkChildWindow : public SfxChildWind ...@@ -81,11 +74,8 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxFontWorkChildWindow : public SfxChildWind
SFX_DECL_CHILDWINDOW_WITHID(SvxFontWorkChildWindow); SFX_DECL_CHILDWINDOW_WITHID(SvxFontWorkChildWindow);
}; };
/************************************************************************* /** Floating window for setting attributes of text effects
|* */
|* Floating window for setting attributes of text effects
|*
\************************************************************************/
class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxFontWorkDialog : public SfxDockingWindow class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxFontWorkDialog : public SfxDockingWindow
{ {
......
...@@ -68,7 +68,7 @@ public: ...@@ -68,7 +68,7 @@ public:
/** Destructs the array. */ /** Destructs the array. */
~Array(); ~Array();
// array size and column/row indexes -------------------------------------- // array size and column/row indexes
/** Reinitializes the array with the specified size. Clears all styles. */ /** Reinitializes the array with the specified size. Clears all styles. */
void Initialize( size_t nWidth, size_t nHeight ); void Initialize( size_t nWidth, size_t nHeight );
...@@ -85,7 +85,7 @@ public: ...@@ -85,7 +85,7 @@ public:
/** Returns the cell index from the cell address (nCol,nRow). */ /** Returns the cell index from the cell address (nCol,nRow). */
size_t GetCellIndex( size_t nCol, size_t nRow, bool bRTL) const; size_t GetCellIndex( size_t nCol, size_t nRow, bool bRTL) const;
// cell border styles ----------------------------------------------------- // cell border styles
/** Sets the left frame style of the cell (nCol,nRow). Ignores merged ranges. */ /** Sets the left frame style of the cell (nCol,nRow). Ignores merged ranges. */
void SetCellStyleLeft( size_t nCol, size_t nRow, const Style& rStyle ); void SetCellStyleLeft( size_t nCol, size_t nRow, const Style& rStyle );
...@@ -198,7 +198,7 @@ public: ...@@ -198,7 +198,7 @@ public:
An invisible style for invalid cell addresses. */ An invisible style for invalid cell addresses. */
const Style& GetCellStyleTR( size_t nCol, size_t nRow ) const; const Style& GetCellStyleTR( size_t nCol, size_t nRow ) const;
// cell merging ----------------------------------------------------------- // cell merging
/** Inserts a new merged cell range. /** Inserts a new merged cell range.
@precond The range must not intersect other merged ranges. */ @precond The range must not intersect other merged ranges. */
...@@ -234,7 +234,7 @@ public: ...@@ -234,7 +234,7 @@ public:
void GetMergedRange( size_t& rnFirstCol, size_t& rnFirstRow, void GetMergedRange( size_t& rnFirstCol, size_t& rnFirstRow,
size_t& rnLastCol, size_t& rnLastRow, size_t nCol, size_t nRow ) const; size_t& rnLastCol, size_t& rnLastRow, size_t nCol, size_t nRow ) const;
// clipping --------------------------------------------------------------- // clipping
/** Sets a clipping range. /** Sets a clipping range.
@descr @descr
...@@ -247,7 +247,7 @@ public: ...@@ -247,7 +247,7 @@ public:
clipped too. This array can handle only one clip range at a time. */ clipped too. This array can handle only one clip range at a time. */
void SetClipRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow ); void SetClipRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow );
// cell coordinates ------------------------------------------------------- // cell coordinates
/** Sets the X output coordinate of the left column. */ /** Sets the X output coordinate of the left column. */
void SetXOffset( long nXOffset ); void SetXOffset( long nXOffset );
...@@ -293,12 +293,12 @@ public: ...@@ -293,12 +293,12 @@ public:
Returns total output range of merged ranges, if bExpandMerged is true. */ Returns total output range of merged ranges, if bExpandMerged is true. */
basegfx::B2DRange GetCellRange( size_t nCol, size_t nRow, bool bExpandMerged ) const; basegfx::B2DRange GetCellRange( size_t nCol, size_t nRow, bool bExpandMerged ) const;
// mirroring -------------------------------------------------------------- // mirroring
/** Mirrors the entire array horizontally. */ /** Mirrors the entire array horizontally. */
void MirrorSelfX(); void MirrorSelfX();
// drawing ---------------------------------------------------------------- // drawing
/** Draws the part of the specified range, that is inside the clipping range. /** Draws the part of the specified range, that is inside the clipping range.
@param pForceColor @param pForceColor
......
...@@ -88,7 +88,7 @@ public: ...@@ -88,7 +88,7 @@ public:
/** Initializes the control, enables/disables frame borders according to flags. */ /** Initializes the control, enables/disables frame borders according to flags. */
void Initialize( FrameSelFlags nFlags ); void Initialize( FrameSelFlags nFlags );
// enabled frame borders -------------------------------------------------- // enabled frame borders
/** Returns true, if the specified frame border is enabled. */ /** Returns true, if the specified frame border is enabled. */
bool IsBorderEnabled( FrameBorderType eBorder ) const; bool IsBorderEnabled( FrameBorderType eBorder ) const;
...@@ -99,7 +99,7 @@ public: ...@@ -99,7 +99,7 @@ public:
/** Returns the index of a frame border (counts only enabled borders) from passed type. */ /** Returns the index of a frame border (counts only enabled borders) from passed type. */
sal_Int32 GetEnabledBorderIndex( FrameBorderType eBorder ) const; sal_Int32 GetEnabledBorderIndex( FrameBorderType eBorder ) const;
// frame border state and style ------------------------------------------- // frame border state and style
/** Returns true, if the control supports the "don't care" frame border state. */ /** Returns true, if the control supports the "don't care" frame border state. */
bool SupportsDontCareState() const; bool SupportsDontCareState() const;
...@@ -128,7 +128,7 @@ public: ...@@ -128,7 +128,7 @@ public:
returns the color in the passed parameter. */ returns the color in the passed parameter. */
bool GetVisibleColor( Color& rColor ) const; bool GetVisibleColor( Color& rColor ) const;
// frame border selection ------------------------------------------------- // frame border selection
/** Returns the current selection handler. */ /** Returns the current selection handler. */
const Link<LinkParamNone*,void>& GetSelectHdl() const; const Link<LinkParamNone*,void>& GetSelectHdl() const;
...@@ -154,7 +154,7 @@ public: ...@@ -154,7 +154,7 @@ public:
/** Sets the passed color to all selected frame borders. */ /** Sets the passed color to all selected frame borders. */
void SetColorToSelection( const Color& rColor ); void SetColorToSelection( const Color& rColor );
// accessibility ---------------------------------------------------------- // accessibility
virtual css::uno::Reference< css::accessibility::XAccessible > virtual css::uno::Reference< css::accessibility::XAccessible >
CreateAccessible() override; CreateAccessible() override;
......
...@@ -35,8 +35,6 @@ namespace svx ...@@ -35,8 +35,6 @@ namespace svx
SVX_DLLPUBLIC bool ShowBorderBackgroundDlg( vcl::Window* pParent, SfxItemSet* pBBSet ); SVX_DLLPUBLIC bool ShowBorderBackgroundDlg( vcl::Window* pParent, SfxItemSet* pBBSet );
} }
// class SvxHFPage ------------------------------------------------------
class SVX_DLLPUBLIC SvxHFPage : public SfxTabPage class SVX_DLLPUBLIC SvxHFPage : public SfxTabPage
{ {
using TabPage::ActivatePage; using TabPage::ActivatePage;
...@@ -100,8 +98,6 @@ private: ...@@ -100,8 +98,6 @@ private:
SVX_DLLPRIVATE void ResetBackground_Impl( const SfxItemSet& rSet ); SVX_DLLPRIVATE void ResetBackground_Impl( const SfxItemSet& rSet );
}; };
// class SvxHeaderPage ---------------------------------------------------
class SVX_DLLPUBLIC SvxHeaderPage : public SvxHFPage class SVX_DLLPUBLIC SvxHeaderPage : public SvxHFPage
{ {
public: public:
...@@ -111,8 +107,6 @@ public: ...@@ -111,8 +107,6 @@ public:
SVX_DLLPRIVATE SvxHeaderPage( vcl::Window* pParent, const SfxItemSet& rSet ); SVX_DLLPRIVATE SvxHeaderPage( vcl::Window* pParent, const SfxItemSet& rSet );
}; };
// class SvxFooterPage ---------------------------------------------------
class SVX_DLLPUBLIC SvxFooterPage : public SvxHFPage class SVX_DLLPUBLIC SvxFooterPage : public SvxHFPage
{ {
public: public:
......
...@@ -16,14 +16,13 @@ ...@@ -16,14 +16,13 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_SVX_INSCTRL_HXX #ifndef INCLUDED_SVX_INSCTRL_HXX
#define INCLUDED_SVX_INSCTRL_HXX #define INCLUDED_SVX_INSCTRL_HXX
#include <sfx2/stbitem.hxx> #include <sfx2/stbitem.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
// class SvxInsertToolBoxControl -----------------------------------------
class SVX_DLLPUBLIC SvxInsertStatusBarControl : public SfxStatusBarControl class SVX_DLLPUBLIC SvxInsertStatusBarControl : public SfxStatusBarControl
{ {
public: public:
......
...@@ -24,14 +24,10 @@ ...@@ -24,14 +24,10 @@
#include <svx/dlgctrl.hxx> #include <svx/dlgctrl.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
// forward ---------------------------------------------------------------
class XLineColorItem; class XLineColorItem;
class XLineWidthItem; class XLineWidthItem;
class SfxObjectShell; class SfxObjectShell;
// class SvxLineBox ------------------------------------------------------
class SvxLineBox : public LineLB class SvxLineBox : public LineLB
{ {
sal_uInt16 nCurPos; sal_uInt16 nCurPos;
...@@ -59,7 +55,6 @@ protected: ...@@ -59,7 +55,6 @@ protected:
}; };
// class SvxMetricField --------------------------------------------------
class SVX_DLLPUBLIC SvxMetricField : public MetricField class SVX_DLLPUBLIC SvxMetricField : public MetricField
{ {
using Window::Update; using Window::Update;
...@@ -88,8 +83,6 @@ public: ...@@ -88,8 +83,6 @@ public:
void RefreshDlgUnit(); void RefreshDlgUnit();
}; };
// class SvxFillTypeBox --------------------------------------------------
class SVX_DLLPUBLIC SvxFillTypeBox : public FillTypeLB class SVX_DLLPUBLIC SvxFillTypeBox : public FillTypeLB
{ {
public: public:
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#include <sfx2/tbxctrl.hxx> #include <sfx2/tbxctrl.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
// class SvxTableToolBoxControl ------------------------------------------
class SVX_DLLPUBLIC SvxTableToolBoxControl : public SfxToolBoxControl class SVX_DLLPUBLIC SvxTableToolBoxControl : public SfxToolBoxControl
{ {
private: private:
...@@ -41,8 +39,6 @@ public: ...@@ -41,8 +39,6 @@ public:
virtual ~SvxTableToolBoxControl() override; virtual ~SvxTableToolBoxControl() override;
}; };
// class SvxColumnsToolBoxControl ----------------------------------------
class SVX_DLLPUBLIC SvxColumnsToolBoxControl : public SfxToolBoxControl class SVX_DLLPUBLIC SvxColumnsToolBoxControl : public SfxToolBoxControl
{ {
bool bEnabled; bool bEnabled;
...@@ -59,7 +55,6 @@ public: ...@@ -59,7 +55,6 @@ public:
const SfxPoolItem* pState ) override; const SfxPoolItem* pState ) override;
}; };
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -25,11 +25,8 @@ ...@@ -25,11 +25,8 @@
#include <memory> #include <memory>
// Forward declarations
class Timer; class Timer;
// class SvxModifyControl ------------------------------------------------
class SVX_DLLPUBLIC SvxModifyControl : public SfxStatusBarControl class SVX_DLLPUBLIC SvxModifyControl : public SfxStatusBarControl
{ {
public: public:
...@@ -53,7 +50,6 @@ private: ...@@ -53,7 +50,6 @@ private:
std::shared_ptr<ImplData> mxImpl; std::shared_ptr<ImplData> mxImpl;
}; };
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -24,12 +24,8 @@ ...@@ -24,12 +24,8 @@
#include <svx/numfmtsh.hxx> #include <svx/numfmtsh.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
// class SvxNumberInfoItem ----------------------------------------------- /** This item is used as a transport medium for a number formatter
*/
/*
This item is used as a transport medium for a number formatter
*/
class SVX_DLLPUBLIC SvxNumberInfoItem : public SfxPoolItem class SVX_DLLPUBLIC SvxNumberInfoItem : public SfxPoolItem
{ {
...@@ -78,7 +74,6 @@ private: ...@@ -78,7 +74,6 @@ private:
sal_uInt32 nDelCount; sal_uInt32 nDelCount;
}; };
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
// class OfaPtrItem ------------------------------------------------------
class SVX_DLLPUBLIC OfaPtrItem : public SfxPoolItem class SVX_DLLPUBLIC OfaPtrItem : public SfxPoolItem
{ {
private: private:
...@@ -39,8 +37,6 @@ public: ...@@ -39,8 +37,6 @@ public:
void* GetValue() const { return pPtr; } void* GetValue() const { return pPtr; }
}; };
// class OfaRefItem - for ref counting items
template <class reference_type> template <class reference_type>
class OfaRefItem : public SfxPoolItem class OfaRefItem : public SfxPoolItem
{ {
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
class SvxGridTabPage; class SvxGridTabPage;
// class SvxOptionsGrid --------------------------------------------------
class SVX_DLLPUBLIC SvxOptionsGrid class SVX_DLLPUBLIC SvxOptionsGrid
{ {
protected: protected:
...@@ -70,8 +68,6 @@ public: ...@@ -70,8 +68,6 @@ public:
bool GetEqualGrid() const { return bEqualGrid; } bool GetEqualGrid() const { return bEqualGrid; }
}; };
// class SvxGridItem -----------------------------------------------------
class SVX_DLLPUBLIC SvxGridItem : public SvxOptionsGrid, public SfxPoolItem class SVX_DLLPUBLIC SvxGridItem : public SvxOptionsGrid, public SfxPoolItem
{ {
// #i9076# // #i9076#
...@@ -90,8 +86,6 @@ public: ...@@ -90,8 +86,6 @@ public:
}; };
// class SvxGridTabPage --------------------------------------------------
class SVX_DLLPUBLIC SvxGridTabPage : public SfxTabPage class SVX_DLLPUBLIC SvxGridTabPage : public SfxTabPage
{ {
using TabPage::ActivatePage; using TabPage::ActivatePage;
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
// class SvxPasswordDialog -----------------------------------------------
class SVX_DLLPUBLIC SvxPasswordDialog : public weld::GenericDialogController class SVX_DLLPUBLIC SvxPasswordDialog : public weld::GenericDialogController
{ {
private: private:
......
...@@ -23,12 +23,8 @@ ...@@ -23,12 +23,8 @@
#include <svl/stritem.hxx> #include <svl/stritem.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
// class SvxPostItAuthorItem --------------------------------------------- /** The author shorthand symbol of a note
*/
/*
The author shorthand symbol of a note
*/
class SVX_DLLPUBLIC SvxPostItAuthorItem: public SfxStringItem class SVX_DLLPUBLIC SvxPostItAuthorItem: public SfxStringItem
{ {
...@@ -53,12 +49,8 @@ public: ...@@ -53,12 +49,8 @@ public:
}; };
// class SvxPostItDateItem ----------------------------------------------- /** The date of a note
*/
/*
The date of a note
*/
class SVX_DLLPUBLIC SvxPostItDateItem: public SfxStringItem class SVX_DLLPUBLIC SvxPostItDateItem: public SfxStringItem
{ {
...@@ -82,13 +74,8 @@ public: ...@@ -82,13 +74,8 @@ public:
} }
}; };
/** The text of a note
// class SvxPostItTextItem ----------------------------------------------- */
/*
The text of a note
*/
class SVX_DLLPUBLIC SvxPostItTextItem: public SfxStringItem class SVX_DLLPUBLIC SvxPostItTextItem: public SfxStringItem
{ {
...@@ -113,12 +100,9 @@ public: ...@@ -113,12 +100,9 @@ public:
} }
}; };
// class SvxPostItIdItem -----------------------------------------------
/** The internal id of a note
/* */
The internal id of a note
*/
class SVX_DLLPUBLIC SvxPostItIdItem: public SfxStringItem class SVX_DLLPUBLIC SvxPostItIdItem: public SfxStringItem
{ {
...@@ -136,7 +120,6 @@ public: ...@@ -136,7 +120,6 @@ public:
} }
}; };
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -23,13 +23,9 @@ ...@@ -23,13 +23,9 @@
#include <sfx2/stbitem.hxx> #include <sfx2/stbitem.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
// forward ---------------------------------------------------------------
class SvxSizeItem; class SvxSizeItem;
struct SvxPosSizeStatusBarControl_Impl; struct SvxPosSizeStatusBarControl_Impl;
// class SvxPosSizeToolBoxControl ----------------------------------------
class SVX_DLLPUBLIC SvxPosSizeStatusBarControl : public SfxStatusBarControl class SVX_DLLPUBLIC SvxPosSizeStatusBarControl : public SfxStatusBarControl
{ {
private: private:
...@@ -46,7 +42,6 @@ public: ...@@ -46,7 +42,6 @@ public:
virtual void Command( const CommandEvent& rCEvt ) override; virtual void Command( const CommandEvent& rCEvt ) override;
}; };
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
#include <vcl/field.hxx> #include <vcl/field.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
// class SvxRelativeField ------------------------------------------------
class SVX_DLLPUBLIC SvxRelativeField : public MetricField class SVX_DLLPUBLIC SvxRelativeField : public MetricField
{ {
private: private:
...@@ -47,7 +44,6 @@ public: ...@@ -47,7 +44,6 @@ public:
void EnableNegativeMode() {bNegativeEnabled = true;} void EnableNegativeMode() {bNegativeEnabled = true;}
}; };
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -197,8 +197,6 @@ public: ...@@ -197,8 +197,6 @@ public:
bool IsConsistent() const; bool IsConsistent() const;
}; };
// class SvxObjectItem ---------------------------------------------------
class SVX_DLLPUBLIC SvxObjectItem : public SfxPoolItem class SVX_DLLPUBLIC SvxObjectItem : public SfxPoolItem
{ {
private: private:
...@@ -239,7 +237,6 @@ public: ...@@ -239,7 +237,6 @@ public:
void SetEndY(long lValue); void SetEndY(long lValue);
}; };
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -50,8 +50,6 @@ struct SearchAttrItem ...@@ -50,8 +50,6 @@ struct SearchAttrItem
SfxPoolItem* pItem; SfxPoolItem* pItem;
}; };
// class SearchAttrItemList ----------------------------------------------
typedef std::vector<SearchAttrItem> SrchAttrItemList; typedef std::vector<SearchAttrItem> SrchAttrItemList;
class SVX_DLLPUBLIC SearchAttrItemList : private SrchAttrItemList class SVX_DLLPUBLIC SearchAttrItemList : private SrchAttrItemList
...@@ -77,9 +75,6 @@ public: ...@@ -77,9 +75,6 @@ public:
void Remove(size_t nPos); void Remove(size_t nPos);
}; };
// class SvxSearchDialogWrapper ------------------------------------------
enum class SearchLabel enum class SearchLabel
{ {
Empty, Empty,
...@@ -108,16 +103,12 @@ public: ...@@ -108,16 +103,12 @@ public:
SFX_DECL_CHILDWINDOW_WITHID(SvxSearchDialogWrapper); SFX_DECL_CHILDWINDOW_WITHID(SvxSearchDialogWrapper);
}; };
// class SvxSearchDialog ------------------------------------------------- /**
/*
[Description]
In this modeless dialog the attributes for a search are configured In this modeless dialog the attributes for a search are configured
and a search is started from it. Several search types and a search is started from it. Several search types
(search, search all, replace, replace all) are possible. (search, search all, replace, replace all) are possible.
[Items] */
<SvxSearchItem><SID_ATTR_SEARCH>
*/
class SvxSearchDialog : public SfxModelessDialog class SvxSearchDialog : public SfxModelessDialog
{ {
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
// class SvxStandardDialog -----------------------------------------------
class SVX_DLLPUBLIC SvxStandardDialog: public SfxModalDialog class SVX_DLLPUBLIC SvxStandardDialog: public SfxModalDialog
{ {
public: public:
...@@ -32,10 +30,9 @@ public: ...@@ -32,10 +30,9 @@ public:
short Execute() override; short Execute() override;
protected: protected:
virtual void Apply() = 0; // pure virtual!!! virtual void Apply() = 0;
}; };
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -60,9 +60,6 @@ ...@@ -60,9 +60,6 @@
// V3: 1000..1126, 1127..1140 // V3: 1000..1126, 1127..1140
// V4: 1000..1126, 1172..1185 // V4: 1000..1126, 1172..1185
class SdrAllPositionXItem; class SdrAllPositionXItem;
class SdrAllPositionYItem; class SdrAllPositionYItem;
class SdrAllSizeHeightItem; class SdrAllSizeHeightItem;
......
...@@ -24,10 +24,6 @@ ...@@ -24,10 +24,6 @@
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
#include <editeng/measfld.hxx> #include <editeng/measfld.hxx>
// Initial Declarations
class SdrOutliner; class SdrOutliner;
struct ImpMeasureRec; struct ImpMeasureRec;
struct ImpMeasurePoly; struct ImpMeasurePoly;
...@@ -36,10 +32,6 @@ namespace sdr { namespace properties { ...@@ -36,10 +32,6 @@ namespace sdr { namespace properties {
class MeasureProperties; class MeasureProperties;
}} }}
// Auxiliary Class SdrMeasureObjGeoData
class SdrMeasureObjGeoData : public SdrTextObjGeoData class SdrMeasureObjGeoData : public SdrTextObjGeoData
{ {
public: public:
...@@ -51,10 +43,6 @@ public: ...@@ -51,10 +43,6 @@ public:
virtual ~SdrMeasureObjGeoData() override; virtual ~SdrMeasureObjGeoData() override;
}; };
// SdrMeasureObj
class SVX_DLLPUBLIC SdrMeasureObj : public SdrTextObj class SVX_DLLPUBLIC SdrMeasureObj : public SdrTextObj
{ {
private: private:
......
...@@ -79,7 +79,7 @@ namespace o3tl ...@@ -79,7 +79,7 @@ namespace o3tl
template<> struct typed_flags<SdrSnap> : is_typed_flags<SdrSnap, 3> {}; template<> struct typed_flags<SdrSnap> : is_typed_flags<SdrSnap, 3> {};
} }
// SdrCrookMode::Stretch is not implemented yet! // TODO SdrCrookMode::Stretch is not implemented yet!
enum class SdrCrookMode { enum class SdrCrookMode {
Rotate, Rotate,
Slant, Slant,
......
...@@ -26,19 +26,17 @@ ...@@ -26,19 +26,17 @@
#include <svx/swframetypes.hxx> #include <svx/swframetypes.hxx>
#include <com/sun/star/text/WrapTextMode.hpp> #include <com/sun/star/text/WrapTextMode.hpp>
// class SwFrmPagePreview -------------------------------------------------------
class SVX_DLLPUBLIC SvxSwFrameExample : public vcl::Window class SVX_DLLPUBLIC SvxSwFrameExample : public vcl::Window
{ {
Color m_aTransColor; // transparency Color m_aTransColor; ///< transparency
Color m_aBgCol; // background Color m_aBgCol; ///< background
Color m_aFrameColor; // graphic frame Color m_aFrameColor; ///< graphic frame
Color m_aAlignColor; // align anchor Color m_aAlignColor; ///< align anchor
Color m_aBorderCol; // frame of doc Color m_aBorderCol; ///< frame of doc
Color m_aPrintAreaCol; // frame of printable area of doc Color m_aPrintAreaCol; ///< frame of printable area of doc
Color m_aTxtCol; // symbolised text Color m_aTxtCol; ///< symbolised text
Color m_aBlankCol; // area of symbol for blank Color m_aBlankCol; ///< area of symbol for blank
Color m_aBlankFrameCol; // frame of symbol for blank Color m_aBlankFrameCol; ///< frame of symbol for blank
tools::Rectangle aPage; tools::Rectangle aPage;
tools::Rectangle aPagePrtArea; tools::Rectangle aPagePrtArea;
......
...@@ -22,9 +22,7 @@ ...@@ -22,9 +22,7 @@
#include <svx/svddef.hxx> #include <svx/svddef.hxx>
#include <svx/sdmetitm.hxx> #include <svx/sdmetitm.hxx>
/*************************************************************************/ // Measure
/* Measure */
/*************************************************************************/
// ___ // ___
// | 100,00km | 2mm = SdrMeasureHelplineOverhangItem // | 100,00km | 2mm = SdrMeasureHelplineOverhangItem
// |<--------------------->|--- // |<--------------------->|---
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
class FontCharMap; class FontCharMap;
// classes Subset & SubsetMap --------------------------------------------
// TODO: should be moved into Font Attributes territory, // TODO: should be moved into Font Attributes territory,
// we let them mature here though because this is currently the only use // we let them mature here though because this is currently the only use
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
class SvxSizeItem; class SvxSizeItem;
// class SvxPosSizeToolBoxControl ----------------------------------------
class SVX_DLLPUBLIC XmlSecStatusBarControl : public SfxStatusBarControl class SVX_DLLPUBLIC XmlSecStatusBarControl : public SfxStatusBarControl
{ {
private: private:
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include <svx/svxdllapi.h> #include <svx/svxdllapi.h>
#include <memory> #include <memory>
// class SvxZoomSliderControl ----------------------------------------
class SVX_DLLPUBLIC SvxZoomSliderControl : public SfxStatusBarControl class SVX_DLLPUBLIC SvxZoomSliderControl : public SfxStatusBarControl
{ {
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment