summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xestyle.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 14:30:43 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 14:30:43 +0000
commitba2a2607682b678d9e81e673fb54ba321c4b538c (patch)
tree40a20482e786e68e001c0a36aa5c0d056d505ba3 /sc/source/filter/inc/xestyle.hxx
parent54c93f959b26b4f222349cac06c4c5abca343c36 (diff)
INTEGRATION: CWS dr58_SRC680 (1.18.150); FILE MERGED
2007/12/10 17:07:30 dr 1.18.150.1: #i48182# set manual row height for merged cells with automatic linebreak
Diffstat (limited to 'sc/source/filter/inc/xestyle.hxx')
-rw-r--r--sc/source/filter/inc/xestyle.hxx16
1 files changed, 14 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xestyle.hxx b/sc/source/filter/inc/xestyle.hxx
index aab82c0724dd..be0191590f4f 100644
--- a/sc/source/filter/inc/xestyle.hxx
+++ b/sc/source/filter/inc/xestyle.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xestyle.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 19:56:46 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:30:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -474,6 +474,15 @@ public:
const XclExpRoot& rRoot,
const SfxStyleSheetBase& rStyleSheet );
+ /** Returns the cell protection settings of this XF. */
+ const XclExpCellProt& GetProtectionData() const { return maProtection; }
+ /** Returns the alignment settings of this XF. */
+ const XclExpCellAlign& GetAlignmentData() const { return maAlignment; }
+ /** Returns the cell border settings of this XF. */
+ const XclExpCellBorder& GetBorderData() const { return maBorder; }
+ /** Returns the cell fill settings of this XF. */
+ const XclExpCellArea& GetAreaData() const { return maArea; }
+
/** Returns true, if this XF record represents the passed cell formatting.
@descr Searches for cell XFs only. */
bool Equals(
@@ -643,6 +652,9 @@ public:
/** Returns the XF identifier representing the default cell XF. */
static sal_uInt32 GetDefCellXFId();
+ /** Returns an XF record by its unique identifier. */
+ const XclExpXF* GetXFById( sal_uInt32 nXFId ) const;
+
/** Reduces the XF record list to the maximum allowed number of records. */
void Finalize();