Searched refs:nSBTab (Results 1 – 2 of 2) sorted by relevance
200 const String& rTabName, sal_uInt16 nSBTab,305 void StoreCellRange( const ScRange& rRange, sal_uInt16 nSBTab );307 …void StoreCell( sal_uInt16 nSBTab, const ScAddress& rCell, const ::formula::Formula…308 …void StoreCellRange( sal_uInt16 nSBTab, const ScRange& rRange, const ::formula::For…331 const XclExpString* GetTabName( sal_uInt16 nSBTab ) const;426 inline void Set( sal_uInt16 nSupbook, sal_uInt16 nSBTab ) in Set()427 { mnSupbook = nSupbook; mnSBTab = nSBTab; } in Set()986 sal_uInt16 nSBTab = mrSupbook.GetTabIndex(rTabName); in WriteAddData() local993 rStrm << nSBTab << nSBTab << nRow << nCol; in WriteAddData()1021 sal_uInt16 nSBTab = mrSupbook.GetTabIndex(rTabName); in WriteAddData() local[all …]
478 for( sal_uInt16 nSBTab = 0; nSBTab < nSBTabCnt; ++nSBTab ) in XclImpSupbook() local