diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-02-03 17:23:25 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-02-03 17:23:25 +0000 |
commit | 0ce16360784af577ebce52611c43e428f7daecdf (patch) | |
tree | c296cb4aea232f1f6d47dc55da42b8a36cca93cc /sc/inc/table.hxx | |
parent | ba7764c585d162473eda2b838d11ed566c33f9ea (diff) |
INTEGRATION: CWS calc35 (1.28.98); FILE MERGED
2006/01/27 17:19:08 nn 1.28.98.1: #i57869# background color in table styles, apply before content
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index dbd0ee480..d51fe0738 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -4,9 +4,9 @@ * * $RCSfile: table.hxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:59:46 $ + * last change: $Author: kz $ $Date: 2006-02-03 18:23:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -103,6 +103,7 @@ private: String aComment; BOOL bScenario; BOOL bLayoutRTL; + BOOL bLoadingRTL; String aLinkDoc; String aLinkFlt; @@ -199,7 +200,9 @@ public: void SetVisible( BOOL bVis ); BOOL IsLayoutRTL() const { return bLayoutRTL; } + BOOL IsLoadingRTL() const { return bLoadingRTL; } void SetLayoutRTL( BOOL bSet ); + void SetLoadingRTL( BOOL bSet ); BOOL IsScenario() const { return bScenario; } void SetScenario( BOOL bFlag ); |