Lines Matching refs:Frm

461                         nHeight = Max( nHeight, pFrm->Frm().Height() );  in BalanceRowHeight()
567 if ( rUnion.IsOver( pCell->Frm() ) ) in lcl_CollectCells()
673 bTopOver = pCell->Frm().Right() >= rUnion.Right(); in SetTabBorders()
674 bLeftOver = pCell->Frm().Top() <= rUnion.Top(); in SetTabBorders()
675 bRightOver = pCell->Frm().Bottom() >= rUnion.Bottom(); in SetTabBorders()
676 bBottomOver = pCell->Frm().Left() <= rUnion.Left(); in SetTabBorders()
680 bTopOver = pCell->Frm().Top() <= rUnion.Top(); in SetTabBorders()
681 bLeftOver = pCell->Frm().Left() <= rUnion.Left(); in SetTabBorders()
682 bRightOver = pCell->Frm().Right() >= rUnion.Right(); in SetTabBorders()
683 bBottomOver = pCell->Frm().Bottom() >= rUnion.Bottom(); in SetTabBorders()
948 bTopOver = pCell->Frm().Right() >= rUnion.Right(); in GetTabBorders()
949 bLeftOver = pCell->Frm().Top() <= rUnion.Top(); in GetTabBorders()
950 bRightOver = pCell->Frm().Bottom() >= rUnion.Bottom(); in GetTabBorders()
951 bBottomOver = pCell->Frm().Left() <= rUnion.Left(); in GetTabBorders()
955 bTopOver = pCell->Frm().Top() <= rUnion.Top(); in GetTabBorders()
956 bLeftOver = pCell->Frm().Left() <= rUnion.Left(); in GetTabBorders()
957 bRightOver = pCell->Frm().Right() >= rUnion.Right(); in GetTabBorders()
958 bBottomOver = pCell->Frm().Bottom() >= rUnion.Bottom(); in GetTabBorders()
1266 const SwTwips nAdd = (pFrm->Frm().*fnRect->fnGetWidth)() - in lcl_CalcCellFit()
1279 nRet += (pCell->Frm().*fnRect->fnGetWidth)() - in lcl_CalcCellFit()
1306 MINLAY + sal_uInt16(pCell->Frm().Width() - pCell->Prt().Width()); in lcl_CalcSubColValues()
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()
1335 if ( nWidth && pCell->Frm().Width() ) in lcl_CalcSubColValues()
1337 long nTmp = nWidth * nWish / pCell->Frm().Width(); 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()
1424 { const sal_uInt16 nMin = MINLAY + sal_uInt16(pCell->Frm().Width() - in lcl_CalcColValues()
1438 }while( pCell && pCell->Frm().Width() == 0 ); in lcl_CalcColValues()