Searched refs:nAddWidth (Results 1 – 1 of 1) sorted by relevance
612 sal_Int32 nAddWidth = 0; in lcl_InsertPosition() local619 nAddWidth += nWidth; in lcl_InsertPosition()632 nAddWidth /= nCount; in lcl_InsertPosition()633 return nAddWidth; in lcl_InsertPosition()670 sal_uInt64 nAddWidth = lcl_InsertPosition( *this, aInsPos, rBoxes, bBehind ); in NewInsertCol() local678 nAddWidth *= nCnt; // we have to insert nCnt boxes per line in NewInsertCol()679 sal_uInt64 nResultingWidth = nAddWidth + nTableWidth; in NewInsertCol()682 nAddWidth = (nAddWidth * nTableWidth) / nResultingWidth; in NewInsertCol()683 nNewBoxWidth = long( nAddWidth / nCnt ); // Rounding in NewInsertCol()684 nAddWidth = nNewBoxWidth * nCnt; // Rounding in NewInsertCol()[all …]
Completed in 11 milliseconds