Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx1266 sal_uInt16 nLastXclCol = GetLastXclCol(); in RemoveUnusedXFIndexes() local
1303 const XclExpRoot& rRoot, const XclAddress& rXclPos, sal_uInt16 nLastXclCol, in XclExpBlankCell() argument
1635 sal_uInt16 nLastXclCol = mnLastXclCol; in WriteBody() local
1636 if( nLastXclCol == static_cast< sal_uInt16 >( rStrm.GetRoot().GetMaxPos().Col() ) ) in WriteBody()
1637 ++nLastXclCol; in WriteBody()
1640 << nLastXclCol in WriteBody()
1650 sal_uInt16 nLastXclCol = mnLastXclCol; in SaveXml() local
1651 if( nLastXclCol == static_cast< sal_uInt16 >( rStrm.GetRoot().GetMaxPos().Col() ) ) in SaveXml()
1652 ++nLastXclCol; in SaveXml()
2386 sal_uInt16 nLastXclCol = static_cast< sal_uInt16 >( nLastScCol ); in XclExpCellTable() local
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx581 const XclAddress& rXclPos, sal_uInt16 nLastXclCol,

Completed in 26 milliseconds