Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dndtbl1.cxx1345 const long nCellRight = aRectFnSet.GetRight(pCell->getFrameArea()); in lcl_CalcSubColValues() local
1351 else if ( nColLeft <= (nCellRight-COLFUZZY) && nColRight >= nCellRight ) in lcl_CalcSubColValues()
1352 nWidth = nCellRight - nColLeft; in lcl_CalcSubColValues()
1353 else if ( nColLeft >= nCellLeft && nColRight <= nCellRight ) in lcl_CalcSubColValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dndtbl1.cxx1387 const tools::Long nCellRight = aRectFnSet.GetRight(pCell->getFrameArea()); in lcl_CalcSubColValues() local
1393 else if ( nColLeft <= (nCellRight-COLFUZZY) && nColRight >= nCellRight ) in lcl_CalcSubColValues()
1394 nWidth = nCellRight - nColLeft; in lcl_CalcSubColValues()
1395 else if ( nColLeft >= nCellLeft && nColRight <= nCellRight ) in lcl_CalcSubColValues()