Home
last modified time | relevance | path

Searched refs:bPrtArea (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/inc/
H A Dnode.hxx434 SwRect FindLayoutRect( const sal_Bool bPrtArea = sal_False,
437 SwRect FindPageFrmRect( const sal_Bool bPrtArea = sal_False,
H A Dfrmfmt.hxx95 SwRect FindLayoutRect( const sal_Bool bPrtArea = sal_False,
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1157 SwRect SwCntntNode::FindLayoutRect( const sal_Bool bPrtArea, const Point* pPoint, in FindLayoutRect() argument
1164 aRet = bPrtArea ? pFrm->Prt() : pFrm->Frm(); in FindLayoutRect()
1168 SwRect SwCntntNode::FindPageFrmRect( const sal_Bool bPrtArea, const Point* pPoint, in FindPageFrmRect() argument
1175 aRet = bPrtArea ? pFrm->Prt() : pFrm->Frm(); in FindPageFrmRect()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx2616 SwRect SwFrmFmt::FindLayoutRect( const sal_Bool bPrtArea, const Point* pPoint, in FindLayoutRect() argument
2638 if( bPrtArea ) in FindLayoutRect()
2658 if( bPrtArea ) in FindLayoutRect()

Completed in 47 milliseconds