summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-07-25 19:11:46 +0200
committerEike Rathke <erack@redhat.com>2012-07-25 19:13:03 +0200
commit101baf42f931344e4a8330e4c512dc7a4f2fe8a9 (patch)
tree205ceba9ec2ddf6e9d980ac9d264dbe66ee4c34b /cui
parent8a01af8c7c27e93154733fc7a0a318c0d22cfbcd (diff)
changes to "Modifying comments to follow Doxygen standards"
Change-Id: I82c358946c611b5b309d537f76b0b6371c82cbfa
Diffstat (limited to 'cui')
-rw-r--r--cui/source/customize/eventdlg.hxx3
-rw-r--r--cui/source/dialogs/commonlingui.hxx10
-rw-r--r--cui/source/dialogs/thesdlg_impl.hxx6
-rw-r--r--cui/source/inc/acccfg.hxx5
-rw-r--r--cui/source/inc/backgrnd.hxx2
-rw-r--r--cui/source/inc/cfg.hxx10
6 files changed, 20 insertions, 16 deletions
diff --git a/cui/source/customize/eventdlg.hxx b/cui/source/customize/eventdlg.hxx
index 6c8d9f2bbd6d..e9f02d2c1f51 100644
--- a/cui/source/customize/eventdlg.hxx
+++ b/cui/source/customize/eventdlg.hxx
@@ -46,7 +46,8 @@ class SvxEventConfigPage : public _SvxMacroTabPage
public:
- struct EarlyInit { }; ///< this is only to let callers know that there is a LateInit which *must* be called
+ /// this is only to let callers know that there is a LateInit which *must* be called
+ struct EarlyInit { };
SvxEventConfigPage( Window *pParent, const SfxItemSet& rSet, EarlyInit );
~SvxEventConfigPage();
diff --git a/cui/source/dialogs/commonlingui.hxx b/cui/source/dialogs/commonlingui.hxx
index 81931a9bf5f8..753db81c5bec 100644
--- a/cui/source/dialogs/commonlingui.hxx
+++ b/cui/source/dialogs/commonlingui.hxx
@@ -110,10 +110,7 @@ public:
inline PushButton* GetButton( ButtonType _eType ) { return implGetButton( _eType ); }
inline const PushButton* GetButton( ButtonType _eType ) const { return implGetButton( _eType ); }
- /** users of this class may want to insert own controls in some places, where the ordinary
- Z-Order determined by construction time is not sufficient
- Use the following methods for this
- control groups in this window which cannot be devided (e.g. are adjacent in the Z order)*/
+ /// control groups in this window which cannot be devided (e.g. are adjacent in the Z order)
enum ControlGroup
{
eLeftRightWords, ///< the controls for the two words (original and suggestion), including the labels
@@ -121,6 +118,11 @@ public:
eActionButtons, ///< the group of "ignore(all)" / "change(all)" buttons
eDialogButtons ///< the group of dialog control buttons (help and close)
};
+
+ /** Users of this class may want to insert own controls in some places,
+ where the ordinary Z-Order determined by construction time is not
+ sufficient. Use the following methods for this.
+ */
void InsertControlGroup( Window& _rFirstGroupWindow, Window& _rLastGroupWindow, ControlGroup _eInsertAfter );
/** enlarges the window
diff --git a/cui/source/dialogs/thesdlg_impl.hxx b/cui/source/dialogs/thesdlg_impl.hxx
index 0c4af351e1dc..36ad201d59f8 100644
--- a/cui/source/dialogs/thesdlg_impl.hxx
+++ b/cui/source/dialogs/thesdlg_impl.hxx
@@ -68,7 +68,7 @@ class LookUpComboBox_Impl : public ComboBox
Button * m_pBtn;
SvxThesaurusDialog_Impl & m_rDialogImpl;
- /// disable copy c-factor and assignment operator
+ /// disable copy ctor and assignment operator
LookUpComboBox_Impl( const LookUpComboBox_Impl & );
LookUpComboBox_Impl & operator = ( const LookUpComboBox_Impl & );
@@ -90,7 +90,7 @@ class ReplaceEdit_Impl : public Edit
{
Button * m_pBtn;
- /// disable copy c-factor and assignment operator
+ /// disable copy ctor and assignment operator
ReplaceEdit_Impl( const ReplaceEdit_Impl & );
ReplaceEdit_Impl & operator = ( const ReplaceEdit_Impl & );
@@ -146,7 +146,7 @@ class ThesaurusAlternativesCtrl_Impl :
typedef std::map< const SvLBoxEntry *, AlternativesExtraData > UserDataMap_t;
UserDataMap_t m_aUserData;
- /// disable copy c-factor and assignment operator
+ /// disable copy ctor and assignment operator
ThesaurusAlternativesCtrl_Impl( const ThesaurusAlternativesCtrl_Impl & );
ThesaurusAlternativesCtrl_Impl & operator = ( const ThesaurusAlternativesCtrl_Impl & );
diff --git a/cui/source/inc/acccfg.hxx b/cui/source/inc/acccfg.hxx
index 3ee71f27ee7c..0ed82cb50341 100644
--- a/cui/source/inc/acccfg.hxx
+++ b/cui/source/inc/acccfg.hxx
@@ -89,14 +89,13 @@ public:
struct TAccInfo
{
public:
- /** its important to set sal_True as default -
- because only fix entries will be disabled later ...*/
TAccInfo( sal_Int32 nKeyPos ,
sal_Int32 nListPos,
const KeyCode& aKey )
: m_nKeyPos (nKeyPos )
, m_nListPos (nListPos )
- , m_bIsConfigurable(sal_True )
+ , m_bIsConfigurable(sal_True ) /**< its important to set sal_True as default -
+ because only fix entries will be disabled later ... */
, m_sCommand ( )
, m_aKey (aKey )
{}
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx
index e20726f5acaf..52b9c83a01a7 100644
--- a/cui/source/inc/backgrnd.hxx
+++ b/cui/source/inc/backgrnd.hxx
@@ -65,12 +65,14 @@ public:
virtual void Reset( const SfxItemSet& rSet );
virtual void FillUserData();
virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
+
/// Shift-ListBox activation
void ShowSelector();
/// for the Writer (cells/rows/tables)
void ShowTblControl();
/// for the Writer (paragraph/characters)
void ShowParaControl(sal_Bool bCharOnly = sal_False);
+
void EnableTransparency(sal_Bool bColor, sal_Bool bGraphic);
virtual void PageCreated (SfxAllItemSet aSet);
protected:
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx
index 1a4ba4812e83..88aa0d699841 100644
--- a/cui/source/inc/cfg.hxx
+++ b/cui/source/inc/cfg.hxx
@@ -227,7 +227,7 @@ class SvxConfigEntry
{
private:
- // common properties
+ /// common properties
sal_uInt16 nId;
::rtl::OUString aHelpText;
::rtl::OUString aLabel;
@@ -242,8 +242,8 @@ private:
bool bIsMovable;
bool bIsParentData;
-
- bool bIsVisible; ///< toolbar specific properties
+ /// toolbar specific properties
+ bool bIsVisible;
sal_Int32 nStyle;
::com::sun::star::uno::Reference<
@@ -414,8 +414,8 @@ protected:
SvxScriptSelectorDialog* pSelectorDlg;
-
- rtl::OUString m_aURLToSelect; ///< the ResourceURL to select when opening the dialog
+ /// the ResourceURL to select when opening the dialog
+ rtl::OUString m_aURLToSelect;
::com::sun::star::uno::Reference
< ::com::sun::star::frame::XFrame > m_xFrame;