Home
last modified time | relevance | path

Searched refs:mPosition (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/inc/
H A Dpostithelper.hxx51 SwRect mPosition; member
67 , mPosition() in SwLayoutInfo()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx470 const SwRect aOldAnchorRect( pItem->maLayoutInfo.mPosition ); in CalcRects()
496 || pItem->maLayoutInfo.mPosition != aOldAnchorRect in CalcRects()
652 … long Y = mpEditWin->LogicToPixel( Point(0,pItem->maLayoutInfo.mPosition.Bottom())).Y(); in LayoutPostIts()
685 pItem->maLayoutInfo.mPosition, in LayoutPostIts()
/trunk/main/sw/source/core/fields/
H A Dpostithelper.cxx107 pTxtFrm->GetCharRect( o_rInfo.mPosition, rAnchorPos, 0 ); in getLayoutInfos()