Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/table/
H A DXMLTableImport.cxx338 sal_Int32 nRepeated = 1; in ImportColumn() local
353 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() local
469 nRepeated = sValue.toInt32(); in ImportRow()
531 const sal_Int32 nRepeated = pCellContext->getRepeated(); in ImportCell() local
532 if( nRepeated > 1 ) in ImportCell()
535 mnCurrentColumn += nRepeated - 1; in ImportCell()
/aoo42x/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx559 sal_Int32 nRepeated = 1; in StartElement() local
573 nRepeated = aValue.toInt32(); in StartElement()
584 sal_Int32 nNewCount = nOldCount + nRepeated; in StartElement()

Completed in 40 milliseconds