Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/html/
H A Dhtmlpars.cxx523 SCCOL nColsPerRow = nMaxCol - nColCntStart; in SetWidths() local
524 if ( nColsPerRow <= 0 ) in SetWidths()
525 nColsPerRow = 1; in SetWidths()
528 sal_uInt16 nWidth = nTableWidth / static_cast<sal_uInt16>(nColsPerRow); in SetWidths()
531 for ( nCol = 0; nCol <= nColsPerRow; ++nCol, nOff = nOff + nWidth ) in SetWidths()
553 sal_uInt16* pOffsets = new sal_uInt16[ nColsPerRow+1 ]; in SetWidths()
554 memset( pOffsets, 0, (nColsPerRow+1) * sizeof(sal_uInt16) ); in SetWidths()
555 sal_uInt16* pWidths = new sal_uInt16[ nColsPerRow ]; in SetWidths()
556 memset( pWidths, 0, nColsPerRow * sizeof(sal_uInt16) ); in SetWidths()
563 if ( nCol < nColsPerRow ) in SetWidths()
[all …]