Searched refs:mnLastSBTab (Results 1 – 1 of 1) sorted by relevance
357 sal_uInt16 mnLastSBTab; /// Index to the last sheet of the range in the SUPBOOK. member359 inline explicit XclExpXti() : mnSupbook( 0 ), mnFirstSBTab( 0 ), mnLastSBTab( 0 ) {} in XclExpXti()361 … mnSupbook( nSupbook ), mnFirstSBTab( nFirstSBTab ), mnLastSBTab( nLastSBTab ) {} in XclExpXti()365 { rStrm << mnSupbook << mnFirstSBTab << mnLastSBTab; } in Save()373 (rLeft.mnLastSBTab == rRight.mnLastSBTab); in operator ==()1607 aXti.mnLastSBTab = maSBIndexVec[ nLastXclTab ].mnSBTab; in GetXti()1616 xSupbook->FillRefLogEntry( *pRefLogEntry, aXti.mnFirstSBTab, aXti.mnLastSBTab ); in GetXti()1624 aXti.mnLastSBTab = nLastXclTab; in GetXti()1871 aXti.mnLastSBTab = nSheetId; in GetXti()1879 xSupbook->FillRefLogEntry(*pRefLogEntry, aXti.mnFirstSBTab, aXti.mnLastSBTab); in GetXti()[all …]
Completed in 33 milliseconds