Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx648 bool bSingleTab = aIt->mnFirstXclTab == aIt->mnLastXclTab; in WriteFormula()
655 rStrm << (sal_uInt8) 0x00 << rTabIdBuffer.GetId( aIt->mnLastXclTab ); in WriteFormula()
786 nSize += (aIt->mnFirstXclTab == aIt->mnLastXclTab) ? 6 : 8; in GetCellData()
/AOO41X/main/sc/source/filter/inc/
H A Dxeformula.hxx39 sal_uInt16 mnLastXclTab; /// Calc index of the last sheet. member
/AOO41X/main/sc/source/filter/excel/
H A Dxelink.cxx1613 pRefLogEntry->mnLastXclTab = nLastXclTab; in GetXti()
1877 pRefLogEntry->mnLastXclTab = 0; in GetXti()
H A Dxeformula.cxx53 mnLastXclTab( EXC_TAB_DELETED ) in XclExpRefLogEntry()