summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/OutlineView.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 16:35:42 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 16:35:42 +0000
commit292c50d45d1b405cc32358f7e481b3c3379659bc (patch)
tree277df67f513a2d00d8b61f17464a8a7d3e969edd /sd/source/ui/inc/OutlineView.hxx
parentb5c14b98e192e27579980d1e4071c4c5250dfef1 (diff)
INTEGRATION: CWS sdwarningsbegone (1.10.218); FILE MERGED
2006/11/27 13:48:06 cl 1.10.218.3: #i69285# warning free code changes for sd project 2006/11/22 15:07:21 cl 1.10.218.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/22 12:42:01 cl 1.10.218.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/inc/OutlineView.hxx')
-rw-r--r--sd/source/ui/inc/OutlineView.hxx37
1 files changed, 14 insertions, 23 deletions
diff --git a/sd/source/ui/inc/OutlineView.hxx b/sd/source/ui/inc/OutlineView.hxx
index e4e7d605466b..80a699f358c1 100644
--- a/sd/source/ui/inc/OutlineView.hxx
+++ b/sd/source/ui/inc/OutlineView.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: OutlineView.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 14:32:37 $
+ * last change: $Author: kz $ $Date: 2006-12-12 17:35:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,11 +93,11 @@ public:
SdrTextObj* CreateTitleTextObject(SdPage* pPage);
SdrTextObj* CreateOutlineTextObject(SdPage* pPage);
- virtual void AddWindowToPaintView(::sd::Window* pWin);
- virtual void DeleteWindowFromPaintView(::sd::Window* pWin);
+ virtual void AddWindowToPaintView(OutputDevice* pWin);
+ virtual void DeleteWindowFromPaintView(OutputDevice* pWin);
OutlinerView* GetViewByWindow (::Window* pWin) const;
- SdrOutliner* GetOutliner() { return(pOutliner) ; }
+ SdrOutliner* GetOutliner() { return(mpOutliner) ; }
Paragraph* GetPrevTitle(const Paragraph* pPara);
Paragraph* GetNextTitle(const Paragraph* pPara);
@@ -185,28 +185,19 @@ private:
/** creates and inserts an empty slide for the given paragraph */
SdPage* InsertSlideForParagraph( Paragraph* pPara );
- OutlineViewShell* pOutlineViewShell;
- SdrOutliner* pOutliner;
- OutlinerView* pOutlinerView[MAX_OUTLINERVIEWS];
+ OutlineViewShell* mpOutlineViewShell;
+ SdrOutliner* mpOutliner;
+ OutlinerView* mpOutlinerView[MAX_OUTLINERVIEWS];
- Link aOldParagraphInsertedHdl;
- Link aOldParagraphRemovingHdl;
- Link aOldDepthChangedHdl;
- Link aOldStatusEventHdl;
- Link aOldBeginMovingHdl;
- Link aOldEndMovingHdl;
- Link aOldRemovingPagesHdl;
- Link aOldIndentingPagesHdl;
+ List* mpOldParaOrder;
+ List* mpSelectedParas;
- List* pOldParaOrder;
- List* pSelectedParas;
+ USHORT mnPagesToProcess; // fuer die Fortschrittsanzeige
+ USHORT mnPagesProcessed;
- USHORT nPagesToProcess; // fuer die Fortschrittsanzeige
- USHORT nPagesProcessed;
+ BOOL mbFirstPaint;
- BOOL bFirstPaint;
-
- SfxProgress* mpProgress;
+ SfxProgress* mpProgress;
/** stores the last used high contrast mode.
this is changed in onUpdateStyleSettings()