Lines Matching refs:Prt
400 (pTmp->Prt().*fnRect->fnSetTop)( 0 ); in lcl_ShrinkCellsAndAllContent()
401 (pTmp->Prt().*fnRect->fnSetHeight)( 0 ); in lcl_ShrinkCellsAndAllContent()
1250 (pFoll->Prt().*fnRect->fnAddWidth)( (Prt().*fnRect->fnGetWidth)() ); in Split()
2095 const long nOldPrtWidth = (Prt().*fnRect->fnGetWidth)(); in MakeAll()
2097 const Point aOldPrtPos = (Prt().*fnRect->fnGetPos)(); in MakeAll()
2102 ((Prt().*fnRect->fnGetWidth)() != nOldPrtWidth || in MakeAll()
2111 if ( aOldPrtPos != (Prt().*fnRect->fnGetPos)() ) in MakeAll()
2768 long nYDiff = (*fnRect->fnYDiff)( (Prt().*fnRect->fnGetTop)(), rUpper ); in CalcFlyOffsets()
2912 long nDiff = (GetUpper()->Prt().*fnRect->fnGetWidth)() - in Format()
2952 const SwTwips nOldHeight = (Prt().*fnRect->fnGetHeight)(); in Format()
3139 nWidth -= Prt().Left(); in Format()
3141 Prt().Width( Min( nWidth, Prt().Width() ) ); in Format()
3144 if ( nOldHeight != (Prt().*fnRect->fnGetHeight)() ) in Format()
3194 SwTwips nReal = (GetUpper()->Prt().*fnRect->fnGetHeight)(); in GrowFrm()
3595 long nOldWidth = (GetUpper()->Prt().*fnRect->fnGetWidth)(); in ShouldBwdMoved()
3597 long nNewWidth = (pNewUpper->Prt().*fnRectX->fnGetWidth)(); in ShouldBwdMoved()
3603 SwRect aRect( pNewUpper->Prt() ); in ShouldBwdMoved()
3622 if ( (pNewUpper->Prt().*fnRectX->fnGetHeight)() > 0 || nTmpSpace <= 0 ) in ShouldBwdMoved()
3798 if( (Frm().*fnRect->fnGetWidth)() != (pParent->Prt().*fnRect->fnGetWidth)() ) in Paste()
4480 SwTwips nDiff = (GetUpper()->Prt().*fnRect->fnGetHeight)(); in Format()
4710 AdjustCells( (Prt().*fnRectX->fnGetHeight)() + nReal, sal_True ); in GrowFrm()
4731 AdjustCells( (Prt().*fnRect->fnGetHeight)(), sal_True ); in ShrinkFrm()
4816 AdjustCells( (Prt().*fnRect->fnGetHeight)() - nReal, sal_True ); in ShrinkFrm()
5229 const long nPrtWidth = (pTab->Prt().*fnRect->fnGetWidth)(); in Format()
5280 nWidth = (GetUpper()->Prt().*fnRect->fnGetWidth)(); in Format()
5293 (Prt().*fnRect->fnAddRight)( nDiff ); in Format()
5349 SwRect aRect( Prt() ); aRect += Frm().Pos(); in Format()
5391 long nPrtHeight = (Prt().*fnRect->fnGetHeight)(); in Format()
5396 nDiff = (Prt().*fnRect->fnGetHeight)() - nRemaining; in Format()
5700 SwTwips nReal = (pPrevCell->Prt().*fnRect->fnGetHeight)(); in lcl_CalcHeightOfFirstContentLine()