Lines Matching refs:Prt
258 Prt().Width( Frm().Width() ); in InsertColumns()
259 Prt().Height( Frm().Height() ); in InsertColumns()
756 const Size aOldSz( Prt().SSize() ); in FrmSizeChg()
1279 nTmpY -= pAutoFrm->GetUpper()->Prt().Height(); in ChgRelPos()
1416 - (pFrm->Prt().*fnRect->fnGetHeight)(); in Format()
1435 (Prt().*fnRect->fnGetHeight)(); in Format()
1468 (Prt().*fnRect->fnSetHeight)( nRemaining ); in Format()
1487 (Prt().*fnRect->fnSetHeight)( nNewSize ); in Format()
1529 (Prt().*fnRect->fnSetWidth)( nNewSize ); in Format()
1617 ( pFrm->GetUpper()->Prt().Height() != pFrm->Frm().Height() ) in CalcCntnt()
1618 : ( pFrm->GetUpper()->Prt().Width() != pFrm->Frm().Width() ) ) in CalcCntnt()
2050 nHeight = (Prt().*fnRect->fnGetHeight)(); in _Shrink()
2051 (Prt().*fnRect->fnSetHeight)( nHeight - nVal ); in _Shrink()
2587 long nDiff = nRelWidth - pRel->Prt().Width(); in CalcRel()
2591 nDiff = nRelHeight - pRel->Prt().Height(); in CalcRel()
2595 nRelWidth = Min( nRelWidth, pRel->Prt().Width() ); in CalcRel()
2596 nRelHeight = Min( nRelHeight, pRel->Prt().Height() ); in CalcRel()
2602 nRelWidth = Min( nRelWidth, pPage->Prt().Width() ); in CalcRel()
2603 nRelHeight = Min( nRelHeight, pPage->Prt().Height() ); in CalcRel()
2665 pPage->Prt().Height() : in lcl_CalcAutoWidth()
2666 pPage->Prt().Width(); in lcl_CalcAutoWidth()