summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei@openoffice.org>2009-06-19 00:54:35 +0000
committerKohei Yoshida <kohei@openoffice.org>2009-06-19 00:54:35 +0000
commit7425283183cc26795bc3c655b2bc5cd6931091e2 (patch)
treed79a5dce0ab675af5d9a2f5920bc670508f89e5c /sc/inc/dpobject.hxx
parentCreate DEV300_m50 milestone tag from trunk@272824 (diff)
downloadcore-7425283183cc26795bc3c655b2bc5cd6931091e2.tar.gz
core-7425283183cc26795bc3c655b2bc5cd6931091e2.zip
adding autoformat index member to dp object.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 5f3dfe9eb489..9dd014aac1f8 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -106,6 +106,7 @@ private:
ScDPOutput* pOutput;
BOOL bSettingsChanged;
BOOL bAlive; // FALSE if only used to hold settings
+ sal_uInt16 nAutoFormatIndex;
BOOL bAllowMove;
long nHeaderRows; // page fields plus filter button
@@ -136,6 +137,9 @@ public:
void SetOutRange(const ScRange& rRange);
const ScRange& GetOutRange() const { return aOutRange; }
+ void SetAutoFormatIndex (const sal_uInt16 nIndex);
+ sal_uInt16 GetAutoFormatIndex() const;
+
void SetSheetDesc(const ScSheetSourceDesc& rDesc);
void SetImportDesc(const ScImportSourceDesc& rDesc);
void SetServiceData(const ScDPServiceDesc& rDesc);