diff options
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/DrawDocShell.hxx | 4 | ||||
-rw-r--r-- | sd/source/ui/inc/View.hxx | 4 | ||||
-rw-r--r-- | sd/source/ui/inc/ViewTabBar.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/animobjs.hxx | 8 | ||||
-rw-r--r-- | sd/source/ui/inc/annotationmanager.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/custsdlg.hxx | 4 | ||||
-rw-r--r-- | sd/source/ui/inc/diactrl.hxx | 6 | ||||
-rw-r--r-- | sd/source/ui/inc/ins_paste.hxx | 4 | ||||
-rw-r--r-- | sd/source/ui/inc/inspagob.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/navigatr.hxx | 4 | ||||
-rw-r--r-- | sd/source/ui/inc/pubdlg.hrc | 14 | ||||
-rw-r--r-- | sd/source/ui/inc/sdxfer.hxx | 4 | ||||
-rw-r--r-- | sd/source/ui/inc/taskpane/PanelId.hxx | 14 | ||||
-rw-r--r-- | sd/source/ui/inc/tpaction.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/undoback.hxx | 4 |
15 files changed, 33 insertions, 45 deletions
diff --git a/sd/source/ui/inc/DrawDocShell.hxx b/sd/source/ui/inc/DrawDocShell.hxx index d4e46fc0aced..c899ea24a5dd 100644 --- a/sd/source/ui/inc/DrawDocShell.hxx +++ b/sd/source/ui/inc/DrawDocShell.hxx @@ -44,10 +44,8 @@ namespace sd { class FrameView; class ViewShell; -// ------------------ -// - DrawDocShell - -// ------------------ +// DrawDocShell class SD_DLLPUBLIC DrawDocShell : public SfxObjectShell { public: diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index 239b8fa4c70a..d8ce41627f3f 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -55,10 +55,8 @@ class ViewShell; class Window; class ViewClipboard; -// ------------------- -// - SdViewRedrawRec - -// ------------------- +// SdViewRedrawRec struct SdViewRedrawRec { OutputDevice* mpOut; diff --git a/sd/source/ui/inc/ViewTabBar.hxx b/sd/source/ui/inc/ViewTabBar.hxx index 7bbf8a6360a9..5dbbbc77a5e9 100644 --- a/sd/source/ui/inc/ViewTabBar.hxx +++ b/sd/source/ui/inc/ViewTabBar.hxx @@ -132,7 +132,7 @@ public: virtual sal_Int64 SAL_CALL getSomething (const com::sun::star::uno::Sequence<sal_Int8>& rId) throw (com::sun::star::uno::RuntimeException); - // ------------------------------------------------------------------------ + /** The returned value is calculated as the difference between the total height of the control and the heigh of its first tab page. diff --git a/sd/source/ui/inc/animobjs.hxx b/sd/source/ui/inc/animobjs.hxx index fc156511a50d..c740269478d3 100644 --- a/sd/source/ui/inc/animobjs.hxx +++ b/sd/source/ui/inc/animobjs.hxx @@ -45,7 +45,7 @@ namespace sd { class AnimationControllerItem; class View; -//------------------------------------------------------------------------ + enum BitmapAdjustment { @@ -60,7 +60,7 @@ enum BitmapAdjustment BA_RIGHT_DOWN }; -//------------------------------------------------------------------------ + class SdDisplay : public Control { @@ -80,7 +80,7 @@ public: virtual void DataChanged( const DataChangedEvent& rDCEvt ); }; -//------------------------------------------------------------------------ + class AnimationWindow : public SfxDockingWindow { @@ -147,7 +147,7 @@ private: AnimationControllerItem* pControllerItem; ScopeLock maPlayLock; - //------------------------------------ + DECL_LINK( ClickFirstHdl, void * ); DECL_LINK( ClickStopHdl, void * ); diff --git a/sd/source/ui/inc/annotationmanager.hxx b/sd/source/ui/inc/annotationmanager.hxx index a5f5d00fe432..4527b146f4aa 100644 --- a/sd/source/ui/inc/annotationmanager.hxx +++ b/sd/source/ui/inc/annotationmanager.hxx @@ -30,7 +30,7 @@ namespace sd class ViewShellBase; class AnnotationManagerImpl; -// -------------------------------------------------------------------- + class AnnotationManager { diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx index de1a1917f188..4f70008ead40 100644 --- a/sd/source/ui/inc/custsdlg.hxx +++ b/sd/source/ui/inc/custsdlg.hxx @@ -32,7 +32,7 @@ class SdDrawDocument; class SdCustomShow; class SdCustomShowList; -//------------------------------------------------------------------------ + class SdCustomShowDlg : public ModalDialog { @@ -66,7 +66,7 @@ public: }; -//------------------------------------------------------------------------ + class SdDefineCustomShowDlg : public ModalDialog { diff --git a/sd/source/ui/inc/diactrl.hxx b/sd/source/ui/inc/diactrl.hxx index 35ae462b1134..1a7734785b57 100644 --- a/sd/source/ui/inc/diactrl.hxx +++ b/sd/source/ui/inc/diactrl.hxx @@ -30,7 +30,7 @@ #include <sfx2/tbxctrl.hxx> #include <com/sun/star/frame/XFrame.hpp> -//======================================================================== + // SdPagesField: class SdPagesField : public SvxMetricField @@ -49,9 +49,9 @@ public: void UpdatePagesField( const SfxUInt16Item* pItem ); }; -//======================================================================== + // SdTbxCtlDiaPages: -//======================================================================== + class SdTbxCtlDiaPages : public SfxToolBoxControl { diff --git a/sd/source/ui/inc/ins_paste.hxx b/sd/source/ui/inc/ins_paste.hxx index bfbc62d2491d..adc8e0efb9e4 100644 --- a/sd/source/ui/inc/ins_paste.hxx +++ b/sd/source/ui/inc/ins_paste.hxx @@ -27,10 +27,8 @@ #include <vcl/dialog.hxx> #include "sdresid.hxx" -// -------------------- -// - SdInsertPasteDlg - -// -------------------- +// SdInsertPasteDlg class SD_DLLPUBLIC SdInsertPasteDlg : public ModalDialog { private: diff --git a/sd/source/ui/inc/inspagob.hxx b/sd/source/ui/inc/inspagob.hxx index ae2f68aa770e..70b6a89c6981 100644 --- a/sd/source/ui/inc/inspagob.hxx +++ b/sd/source/ui/inc/inspagob.hxx @@ -26,7 +26,7 @@ class SdDrawDocument; -//------------------------------------------------------------------------ + class SdInsertPagesObjsDlg : public ModalDialog { diff --git a/sd/source/ui/inc/navigatr.hxx b/sd/source/ui/inc/navigatr.hxx index 2a9b910e69cd..582cf3cf1fe5 100644 --- a/sd/source/ui/inc/navigatr.hxx +++ b/sd/source/ui/inc/navigatr.hxx @@ -55,7 +55,7 @@ class Menu; class SdNavigatorControllerItem; class SdPageNameControllerItem; -//------------------------------------------------------------------------ + class NavDocInfo { @@ -75,7 +75,7 @@ private: ::sd::DrawDocShell* mpDocShell; }; -//------------------------------------------------------------------------ + class SdNavigatorWin : public Window diff --git a/sd/source/ui/inc/pubdlg.hrc b/sd/source/ui/inc/pubdlg.hrc index 77d84a892af8..1648902e8ced 100644 --- a/sd/source/ui/inc/pubdlg.hrc +++ b/sd/source/ui/inc/pubdlg.hrc @@ -25,7 +25,7 @@ #define PAGE1_DEL_DESIGN 6 #define PAGE1_DESC 7 -////////////////////////////// + #define PAGE2_TITEL 21 #define PAGE2_STANDARD 22 @@ -60,7 +60,7 @@ #define PAGE2_CGI 48 #define PAGE2_VERT 49 -////////////////////////////// + #define PAGE3_TITEL_1 51 #define PAGE3_PNG 51 @@ -77,7 +77,7 @@ #define PAGE3_VERT 62 #define PAGE3_HIDDEN_SLIDES 63 -////////////////////////////// + #define PAGE4_TITEL_1 66 #define PAGE4_AUTHOR_TXT 67 @@ -91,13 +91,13 @@ #define PAGE4_DOWNLOAD 75 #define PAGE4_CREATED 76 -////////////////////////////// + #define PAGE5_TITEL 81 #define PAGE5_TEXTONLY 82 #define PAGE5_BUTTONS 83 -////////////////////////////// + #define PAGE6_TITEL 101 #define PAGE6_DEFAULT 102 @@ -110,7 +110,7 @@ #define PAGE6_DOCCOLORS 109 #define PAGE6_PREVIEW 111 -////////////////////////////// + #define BUT_LAST 200 #define BUT_NEXT 201 @@ -119,7 +119,7 @@ #define BUT_HELP 204 #define BOTTOM_LINE 205 -////////////////////////////// + #define DLG_PUBLISHING 739 diff --git a/sd/source/ui/inc/sdxfer.hxx b/sd/source/ui/inc/sdxfer.hxx index 40c624e1c8f9..a36bf44dbce9 100644 --- a/sd/source/ui/inc/sdxfer.hxx +++ b/sd/source/ui/inc/sdxfer.hxx @@ -25,10 +25,8 @@ #include <sfx2/objsh.hxx> #include <svl/lstner.hxx> -// ------------------ -// - SdTransferable - -// ------------------ +// SdTransferable class SdDrawDocument; class SdrObject; class INetBookmark; diff --git a/sd/source/ui/inc/taskpane/PanelId.hxx b/sd/source/ui/inc/taskpane/PanelId.hxx index 6cb23e42c9e4..75401647ea19 100644 --- a/sd/source/ui/inc/taskpane/PanelId.hxx +++ b/sd/source/ui/inc/taskpane/PanelId.hxx @@ -21,15 +21,14 @@ #define INCLUDED_SD_SOURCE_UI_INC_TASKPANE_PANELID_HXX -//...................................................................................................................... + namespace sd { namespace toolpanel { -//...................................................................................................................... - //================================================================================================================== - //= PanelId - //================================================================================================================== - /** List of top level panels that can be shown in the task pane. + + + /** PanelId + List of top level panels that can be shown in the task pane. */ enum PanelId { @@ -44,9 +43,8 @@ namespace sd { namespace toolpanel PanelId GetStandardPanelId( const OUString& i_rTaskPanelResourceURL ); -//...................................................................................................................... + } } // namespace sd::toolpanel -//...................................................................................................................... #endif // INCLUDED_SD_SOURCE_UI_INC_TASKPANE_PANELID_HXX diff --git a/sd/source/ui/inc/tpaction.hxx b/sd/source/ui/inc/tpaction.hxx index 17675fd3f7a4..5f1e436e3848 100644 --- a/sd/source/ui/inc/tpaction.hxx +++ b/sd/source/ui/inc/tpaction.hxx @@ -80,7 +80,7 @@ private: OUString aLastFile; ::std::vector< long > aVerbVector; - //------------------------------------ + DECL_LINK( ClickSearchHdl, void * ); DECL_LINK( ClickActionHdl, void * ); diff --git a/sd/source/ui/inc/undoback.hxx b/sd/source/ui/inc/undoback.hxx index edcae533081d..65b8471cd10f 100644 --- a/sd/source/ui/inc/undoback.hxx +++ b/sd/source/ui/inc/undoback.hxx @@ -26,10 +26,8 @@ class SdDrawDocument; class SdPage; class SfxItemSet; -// ----------------------------- -// - SdBackgroundObjUndoAction - -// ----------------------------- +// SdBackgroundObjUndoAction class SdBackgroundObjUndoAction : public SdUndoAction { private: |