Searched refs:GetXclCol (Results 1 – 2 of 2) sorted by relevance
537 return GetXclCol(); in GetLastXclCol()564 rStrm << GetXclRow() << GetXclCol() << maXFId.mnXFIndex; in WriteBody()908 if( mxAddRec.is() && mxAddRec->IsBasePos( GetXclCol(), GetXclRow() ) ) in Save()1093 return GetXclCol() + GetCellCount() - 1; in GetLastXclCol()1119 sal_uInt16 nBegXclCol = GetXclCol(); in Save()1152 sal_uInt16 nRelCol = nBegXclCol - GetXclCol(); in Save()1174 sal_uInt16 nBegXclCol = GetXclCol(); in SaveXml()1199 sal_uInt16 nRelColIdx = nBegXclCol - GetXclCol(); in SaveXml()1244 if( GetLastXclCol() + 1 == rCell.GetXclCol() ) in TryMergeXFIds()1255 ScfUInt16Vec::iterator aDestIt = rXFIndexes.begin() + GetXclCol(); in GetXFIndexes()[all …]
283 inline sal_uInt16 GetXclCol() const { return maXclPos.mnCol; } in GetXclCol() function in XclExpCellBase
Completed in 39 milliseconds