Searched refs:bPrtArea (Results 1 – 4 of 4) sorted by relevance
434 SwRect FindLayoutRect( const sal_Bool bPrtArea = sal_False,437 SwRect FindPageFrmRect( const sal_Bool bPrtArea = sal_False,
95 SwRect FindLayoutRect( const sal_Bool bPrtArea = sal_False,
1157 SwRect SwCntntNode::FindLayoutRect( const sal_Bool bPrtArea, const Point* pPoint, in FindLayoutRect() argument1164 aRet = bPrtArea ? pFrm->Prt() : pFrm->Frm(); in FindLayoutRect()1168 SwRect SwCntntNode::FindPageFrmRect( const sal_Bool bPrtArea, const Point* pPoint, in FindPageFrmRect() argument1175 aRet = bPrtArea ? pFrm->Prt() : pFrm->Frm(); in FindPageFrmRect()
2616 SwRect SwFrmFmt::FindLayoutRect( const sal_Bool bPrtArea, const Point* pPoint, in FindLayoutRect() argument2638 if( bPrtArea ) in FindLayoutRect()2658 if( bPrtArea ) in FindLayoutRect()
Completed in 33 milliseconds