summaryrefslogtreecommitdiff
path: root/sc/inc/postit.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 11:37:33 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 11:37:33 +0000
commit452f33951f2be7986d8aa587293148fdd0cc549d (patch)
tree1a90cd1396842c261ce15c60b036dedec382dcd6 /sc/inc/postit.hxx
parent026417fbb285bc6f1b84662af95ed7f6a9215a5d (diff)
INTEGRATION: CWS calc27 (1.3.28); FILE MERGED
2004/12/17 14:37:36 jmarmion 1.3.28.2: #i36667# - support the EditTextObject() paragraph alignment. 2004/12/07 10:13:15 jmarmion 1.3.28.1: #i38350# - mimic old note position of OOo1.x as note position was not stored.
Diffstat (limited to 'sc/inc/postit.hxx')
-rw-r--r--sc/inc/postit.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx
index 9824995d4c1d..2a5e1fef1d9a 100644
--- a/sc/inc/postit.hxx
+++ b/sc/inc/postit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: postit.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 17:54:35 $
+ * last change: $Author: rt $ $Date: 2005-01-11 12:37:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -145,11 +145,13 @@ public:
BOOL IsEmpty() const;
Rectangle DefaultRectangle(const ScAddress& rPos) const ;
+ Rectangle MimicOldRectangle(const ScAddress& rPos) const ;
SfxItemSet DefaultItemSet() const ;
inline const Rectangle& GetRectangle() const {return maRectangle;}
inline void SetRectangle(const Rectangle& aRect) {maRectangle = aRect;}
inline const SfxItemSet& GetItemSet() const {return maItemSet;}
void SetItemSet(const SfxItemSet& aItemSet);
+ void SetAndApplyItemSet(const SfxItemSet& aItemSet);
void InsertObject( SdrCaptionObj* pObj, ScDocument& rDoc, SCTAB nTab) const;
void RemoveObject( SdrCaptionObj* pObj, ScDocument& rDoc, SCTAB nTab) const;