From 452f33951f2be7986d8aa587293148fdd0cc549d Mon Sep 17 00:00:00 2001
From: RĂ¼diger Timm <rt@openoffice.org>
Date: Tue, 11 Jan 2005 11:37:33 +0000
Subject: 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.

---
 sc/inc/postit.hxx | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'sc/inc/postit.hxx')

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;
-- 
cgit