diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 11:56:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 11:56:37 +0000 |
commit | 419d0c165cff2f3364cc2d927d0848a25809b5d3 (patch) | |
tree | 435650dccc607d73728085a51c936083a1ed0d73 /sc | |
parent | a23740af22170a7cd8bb8f96d3f9a9109a99e40a (diff) |
INTEGRATION: CWS tableoptions (1.11.36); FILE MERGED
2004/07/14 13:25:26 sab 1.11.36.1: #i25111#; add table options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xml/xmldpimp.hxx | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/sc/source/filter/xml/xmldpimp.hxx b/sc/source/filter/xml/xmldpimp.hxx index 17e72ab91d19..1d190dc1d91e 100644 --- a/sc/source/filter/xml/xmldpimp.hxx +++ b/sc/source/filter/xml/xmldpimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmldpimp.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2004-06-04 14:09:12 $ + * last change: $Author: hr $ $Date: 2004-07-23 12:56:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -141,15 +141,17 @@ class ScXMLDataPilotTableContext : public SvXMLImportContext ScAddress aFilterOutputPosition; ScQueryParam aSourceQueryParam; ScMySourceType nSourceType; - sal_Bool bIsNative : 1; - sal_Bool bIgnoreEmptyRows : 1; - sal_Bool bIdentifyCategories : 1; - sal_Bool bUseRegularExpression : 1; - sal_Bool bIsCaseSensitive : 1; - sal_Bool bSkipDuplicates : 1; - sal_Bool bFilterCopyOutputData : 1; - sal_Bool bTargetRangeAddress : 1; - sal_Bool bSourceCellRange : 1; + sal_Bool bIsNative; + sal_Bool bIgnoreEmptyRows; + sal_Bool bIdentifyCategories; + sal_Bool bUseRegularExpression; + sal_Bool bIsCaseSensitive; + sal_Bool bSkipDuplicates; + sal_Bool bFilterCopyOutputData; + sal_Bool bTargetRangeAddress; + sal_Bool bSourceCellRange; + sal_Bool bShowFilter; + sal_Bool bDrillDown; const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); } |