Lines Matching refs:SCTAB
80 …SCTAB aRangeNameScope; // table index reference as range name scope. 0 - sheet1, 1- sheet2. MA…
114 SC_DLLPUBLIC bool SetRangeScope( SCTAB Scope ); // 0 - sheet1, 1 - sheet2, MAXTABCOUNT - global
115 SCTAB GetRangeScope() const { return aRangeNameScope; } in GetRangeScope()
150 void UpdateTabRef(SCTAB nOldTable, sal_uInt16 nFlag, SCTAB nNewTable);
151 void TransferTabRef( SCTAB nOldTab, SCTAB nNewTab );
207 …SC_DLLPUBLIC bool SearchName( const String& rName, sal_uInt16& rPos, SCTAB Scope=MAXTABCOUNT) …
209 …bool SearchNameUpper( const String& rUpperName, sal_uInt16& rPos, SCTAB Scope=MAXTABCOUNT ) co…
211 bool HasRangeinSheetScope( SCTAB Scope );
212 bool RemoveRangeinScope(SCTAB Scope);
213 bool CopyRangeinScope(SCTAB oldScope, SCTAB newScope);
218 void UpdateTabRef(SCTAB nTable, sal_uInt16 nFlag, SCTAB nNewTable = 0);