diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-12-01 17:24:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-12-01 17:24:44 +0000 |
commit | eb1e977a36bfeebf17c57a167238c610c74be783 (patch) | |
tree | a8706c77bc9f3ad24677561bdb7e2775970d7cf2 /sw/inc/accmap.hxx | |
parent | 0a878575c6718c248b1874d2437664aa8abeefb3 (diff) | |
parent | 58998288845aaa958e1570f9aea0c3ea4273569f (diff) |
chartshapes: merge with DEV300 m46
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r-- | sw/inc/accmap.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx index 56f089059bf5..ba18cf599872 100644 --- a/sw/inc/accmap.hxx +++ b/sw/inc/accmap.hxx @@ -136,6 +136,9 @@ public: #define ACC_STATE_OPAQUE 0x02 // pseudo states for events +// --> OD 2009-01-07 #i88069# - pseudo state for event TEXT_ATTRIBUTE_CHANGED +#define ACC_STATE_TEXT_ATTRIBUTE_CHANGED 0x0200 +// <-- // --> OD 2005-12-12 #i27301# - pseudo state for event TEXT_SELECTION_CHANGED #define ACC_STATE_TEXT_SELECTION_CHANGED 0x0100 // <-- @@ -282,6 +285,10 @@ public: void InvalidateContent( const SwFrm *pFrm ); + // --> OD 2009-01-06 #i88069# + void InvalidateAttr( const SwTxtFrm& rTxtFrm ); + // <-- + void InvalidateCursorPosition( const SwFrm *pFrm ); void InvalidateFocus(); |