summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-12-07 09:40:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-12-07 09:40:37 +0000
commitee41a570aa5c80362fc8d4d00ad2850559a4ff08 (patch)
tree906bb8df87495ad87bc155f4780add7e21731d5e /sc/inc/cellsuno.hxx
parent8af3e425c1c4530e4032c952ab943eb32057732c (diff)
INTEGRATION: CWS npower8 (1.28.4); FILE MERGED
2007/10/11 19:21:37 npower 1.28.4.2: RESYNC: (1.28-1.29); FILE MERGED 2007/07/18 13:42:05 npower 1.28.4.1: #i68902# all vba code to access a copy of SfxItemSet that hasn't had ClearInvalidItems called on it
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index c2795b319..8430a86da 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 19:37:43 $
+ * last change: $Author: vg $ $Date: 2007-12-07 10:40:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -292,6 +292,8 @@ class SC_DLLPUBLIC ScCellRangesBase : public com::sun::star::beans::XPropertySet
{
friend class ScTabViewObj; // fuer select()
friend class ScTableSheetObj; // fuer createCursorByRange()
+ friend class NumFormatHelper; // VBA helper Class that helps manipulate format data
+ friend class ScVbaRange; //Main VBA helper class for Range
private:
SfxItemPropertySet aPropSet;
@@ -300,6 +302,7 @@ private:
ScPatternAttr* pCurrentFlat;
ScPatternAttr* pCurrentDeep;
SfxItemSet* pCurrentDataSet;
+ SfxItemSet* pNoDfltCurrentDataSet;
ScMarkData* pMarkData;
ScRangeList aRanges;
sal_Int64 nObjectId;
@@ -319,7 +322,7 @@ private:
const ScPatternAttr* GetCurrentAttrsFlat();
const ScPatternAttr* GetCurrentAttrsDeep();
- SfxItemSet* GetCurrentDataSet();
+ SfxItemSet* GetCurrentDataSet(bool bNoDflt = false);
const ScMarkData* GetMarkData();
void ForgetMarkData();
void ForgetCurrentAttrs();