Lines Matching refs:fnRect
1266 const SwTwips nAdd = (pFrm->Frm().*fnRect->fnGetWidth)() - in lcl_CalcCellFit()
1267 (pFrm->Prt().*fnRect->fnGetWidth)(); in lcl_CalcCellFit()
1272 (pFrm->Prt().*fnRect->fnGetWidth)(); in lcl_CalcCellFit()
1279 nRet += (pCell->Frm().*fnRect->fnGetWidth)() - in lcl_CalcCellFit()
1280 (pCell->Prt().*fnRect->fnGetWidth)(); in lcl_CalcCellFit()
1318 if ( rCols.GetLeftMin() != sal_uInt16((pTab->Frm().*fnRect->fnGetLeft)()) ) in lcl_CalcSubColValues()
1320 const long nDiff = (pTab->Frm().*fnRect->fnGetLeft)() - rCols.GetLeftMin(); in lcl_CalcSubColValues()
1324 const long nCellLeft = (pCell->Frm().*fnRect->fnGetLeft)(); in lcl_CalcSubColValues()
1325 const long nCellRight = (pCell->Frm().*fnRect->fnGetRight)(); in lcl_CalcSubColValues()
1382 const long nCLeft = (pCell->Frm().*fnRect->fnGetLeft)(); in lcl_CalcColValues()
1383 const long nCRight = (pCell->Frm().*fnRect->fnGetRight)(); in lcl_CalcColValues()
1406 if ( rCols.GetLeftMin() != sal_uInt16((pTab->Frm().*fnRect->fnGetLeft)()) ) in lcl_CalcColValues()
1408 const long nDiff = (pTab->Frm().*fnRect->fnGetLeft)() - rCols.GetLeftMin(); in lcl_CalcColValues()