From d847cf92cf4f2ee7927c3662f12e91ee84fb5331 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 2 Apr 2009 15:00:15 +0000 Subject: CWS-TOOLING: integrate CWS calc31stopper4_DEV300 2009-03-25 11:52:59 +0100 nn r270010 : GetHTMLRangeNameList: call ScHTMLImport static method, not same method again (bug-id not available yet) 2009-03-20 14:24:51 +0100 er r269808 : #i100416# makeExternalRefStrImpl: don't care about a second sheet name if not needed 2009-03-20 13:14:30 +0100 er r269803 : carry along row position also for non-existing (empty) rows 2009-03-20 11:26:33 +0100 er r269790 : SUNWS12: declarator required in declaration; removed SC_DLLPRIVATE from inner class declaration 2009-03-19 19:40:09 +0100 er r269767 : #i100300# save only referenced tables of external data cache 2009-03-19 14:45:05 +0100 dr r269746 : #i100346# more places where checking docshell is needed 2009-03-19 14:13:20 +0100 fs r269744 : #i100349# do not delete the pool before all instances knowing it have been deleted 2009-03-19 11:35:45 +0100 dr r269735 : #i100346# always check docshell, is missing when pasting from clipboard 2009-03-19 09:39:49 +0100 dr r269728 : #i100332# remove debug statement, patch from kohei --- sc/inc/validat.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sc/inc/validat.hxx') diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx index 6aaa6f40d325..d3588c366a7c 100644 --- a/sc/inc/validat.hxx +++ b/sc/inc/validat.hxx @@ -205,6 +205,10 @@ public: const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ); void UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos ); + /** Temporarily during save, returns RefManager's decision whether ALL + * references are marked now. */ + bool MarkUsedExternalReferences() const; + BOOL operator==( const ScValidationDataList& r ) const; // fuer Ref-Undo }; -- cgit