Searched refs:nRepeated (Results 1 – 2 of 2) sorted by relevance
338 sal_Int32 nRepeated = 1; in ImportColumn() local353 nRepeated = sValue.toInt32(); in ImportColumn()376 if( nRepeated <= 1 ) in ImportColumn()382 maColumnInfos.insert( maColumnInfos.end(), nRepeated, xInfo ); in ImportColumn()452 sal_Int32 nRepeated = 1; in ImportRow() local469 nRepeated = sValue.toInt32(); in ImportRow()531 const sal_Int32 nRepeated = pCellContext->getRepeated(); in ImportCell() local532 if( nRepeated > 1 ) in ImportCell()535 mnCurrentColumn += nRepeated - 1; in ImportCell()
559 sal_Int32 nRepeated = 1; in StartElement() local573 nRepeated = aValue.toInt32(); in StartElement()584 sal_Int32 nNewCount = nOldCount + nRepeated; in StartElement()
Completed in 24 milliseconds