Searched refs:nEqualCellCount (Results 1 – 2 of 2) sorted by relevance
181 void WriteCell(ScMyCell& aCell, sal_Int32 nEqualCellCount);188 void SetRepeatAttribute(sal_Int32 nEqualCellCount, bool bIncProgress);
2897 void ScXMLExport::WriteCell(ScMyCell& aCell, sal_Int32 nEqualCellCount) in WriteCell() argument2900 SetRepeatAttribute(nEqualCellCount, (aCell.nType != table::CellContentType_EMPTY)); in WriteCell()3475 void ScXMLExport::SetRepeatAttribute(sal_Int32 nEqualCellCount, bool bIncProgress) in SetRepeatAttribute() argument3478 if (nEqualCellCount > 0) in SetRepeatAttribute()3480 sal_Int32 nTemp(nEqualCellCount + 1); in SetRepeatAttribute()3484 IncrementProgressBar(sal_False, nEqualCellCount); in SetRepeatAttribute()
Completed in 51 milliseconds