Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/table/
H A Dswnewtable.cxx612 sal_Int32 nAddWidth = 0; in lcl_InsertPosition() local
619 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() local
678 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 26 milliseconds