summaryrefslogtreecommitdiff
path: root/sw/inc/PostItMgr.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-11 12:59:18 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-11 12:59:18 +0000
commit38f9cdea018966ed98ea63d85d66772538af6426 (patch)
tree47d481a52b6893de48c56ce4b319b3af358d8def /sw/inc/PostItMgr.hxx
parentbdc607c548d20e98b0881954ac451c62cdb8e74f (diff)
INTEGRATION: CWS notes3 (1.2.6); FILE MERGED
2008/04/01 17:42:43 mod 1.2.6.9: #i87066# 2008/04/01 16:13:18 mba 1.2.6.8: #i87673#: allow asynchronous execution of notes deletion 2008/03/27 19:41:25 mod 1.2.6.7: yet another WaE 2008/03/27 14:53:20 mod 1.2.6.6: #i87073# 2008/03/26 16:02:59 mod 1.2.6.5: WaE 2008/03/25 15:39:04 mod 1.2.6.4: #i86393# #i86390# #i87073# 2008/03/13 10:42:41 mba 1.2.6.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/01 01:10:43 mod 1.2.6.2: #i6193# new virtual layout algorithm 2008/02/22 21:00:46 mod 1.2.6.1: move focus stuff to SetActivePostit, fix for undo related bugs
Diffstat (limited to 'sw/inc/PostItMgr.hxx')
-rw-r--r--sw/inc/PostItMgr.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index 25c2dc1f85b5..976f5a525d4b 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: PostItMgr.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -49,6 +49,7 @@ class SfxHint;
class SwPostIt;
class SwEditWin;
class Color;
+class SvxSearchItem;
#define SORT_POS 1
#define SORT_AUTHOR 2
@@ -111,7 +112,8 @@ class SwPostItMgr: public SfxListener
bool mbLayout;
long mbLayoutHeight;
long mbLayouting;
- bool mbDeletingSeveral;
+ bool mbReadOnly;
+ bool mbDeleteNote;
typedef std::list<SwPostItItem*>::iterator SwPostItItem_iterator;
typedef std::list<SwPostIt*>::iterator SwPostIt_iterator;
@@ -150,7 +152,8 @@ class SwPostItMgr: public SfxListener
void LayoutPostIts();
bool CalcRects();
- void AutoScroll(const SwPostIt* pPostIt);
+ void MakeVisible(const SwPostIt* pPostIt,long aPage = -1);
+
bool ShowScrollbar(const unsigned long aPage) const;
bool HasNotes() const ;
bool ShowNotes() const;
@@ -169,7 +172,8 @@ class SwPostItMgr: public SfxListener
void Delete(String aAuthor);
void Delete();
- void Hide(SwPostItField* aPostItField, bool All = false);
+ void Hide( SwPostItField* pPostItField );
+ void Hide( const String& rAuthor );
void Hide();
void Show();
@@ -193,5 +197,3 @@ class SwPostItMgr: public SfxListener
};
#endif
-
-