Searched refs:nLastXclCol (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/sc/source/filter/excel/ |
| H A D | xetable.cxx | 1266 sal_uInt16 nLastXclCol = GetLastXclCol(); in RemoveUnusedXFIndexes() local 1267 …DBG_ASSERT( nLastXclCol < rXFIndexes.size(), "XclExpMultiCellBase::RemoveUnusedXFIndexes - XF inde… in RemoveUnusedXFIndexes() 1272 …or aIt = rXFIndexes.begin() + GetXclCol(), aEnd = rXFIndexes.begin() + nLastXclCol + 1; aIt != aEn… in RemoveUnusedXFIndexes() 1303 const XclExpRoot& rRoot, const XclAddress& rXclPos, sal_uInt16 nLastXclCol, in XclExpBlankCell() argument 1307 …DBG_ASSERT( rXclPos.mnCol <= nLastXclCol, "XclExpBlankCell::XclExpBlankCell - invalid column range… in XclExpBlankCell() 1309 …AppendXFId( rRoot, pPattern, rRoot.GetDefApiScript(), nForcedXFId, nLastXclCol - rXclPos.mnCol + 1… in XclExpBlankCell() 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() [all …]
|
| /AOO42X/main/sc/source/filter/inc/ |
| H A D | xetable.hxx | 581 const XclAddress& rXclPos, sal_uInt16 nLastXclCol,
|