Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/xml/
H A Dxmlexprt.hxx181 void WriteCell(ScMyCell& aCell, sal_Int32 nEqualCellCount);
188 void SetRepeatAttribute(sal_Int32 nEqualCellCount, bool bIncProgress);
H A Dxmlexprt.cxx2897 void ScXMLExport::WriteCell(ScMyCell& aCell, sal_Int32 nEqualCellCount) in WriteCell() argument
2900 SetRepeatAttribute(nEqualCellCount, (aCell.nType != table::CellContentType_EMPTY)); in WriteCell()
3475 void ScXMLExport::SetRepeatAttribute(sal_Int32 nEqualCellCount, bool bIncProgress) in SetRepeatAttribute() argument
3478 if (nEqualCellCount > 0) in SetRepeatAttribute()
3480 sal_Int32 nTemp(nEqualCellCount + 1); in SetRepeatAttribute()
3484 IncrementProgressBar(sal_False, nEqualCellCount); in SetRepeatAttribute()

Completed in 37 milliseconds