Home
last modified time | relevance | path

Searched refs:mnLastSBTab (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx357 sal_uInt16 mnLastSBTab; /// Index to the last sheet of the range in the SUPBOOK. member
359 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 23 milliseconds