Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/excel/
H A Dxelink.cxx353 struct XclExpXti struct
359 inline explicit XclExpXti() : mnSupbook( 0 ), mnFirstSBTab( 0 ), mnLastSBTab( 0 ) {} in XclExpXti() function
360 …inline explicit XclExpXti( sal_uInt16 nSupbook, sal_uInt16 nFirstSBTab, sal_uInt16 nLastSBTab … in XclExpXti() function
368 inline bool operator==( const XclExpXti& rLeft, const XclExpXti& rRight ) in operator ==() argument
386 XclExpXti GetXti( sal_uInt16 nFirstXclTab, sal_uInt16 nLastXclTab,
416 XclExpXti GetXti( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan,
623 sal_uInt16 InsertXti( const XclExpXti& rXti );
626 typedef ::std::vector< XclExpXti > XclExpXtiVec;
1588 XclExpXti XclExpSupbookBuffer::GetXti( sal_uInt16 nFirstXclTab, sal_uInt16 nLastXclTab, in GetXti()
1591 XclExpXti aXti; in GetXti()
[all …]