Home
last modified time | relevance | path

Searched refs:rAnchorPos (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/fields/
H A Dpostithelper.cxx87 const SwPosition& rAnchorPos, in getLayoutInfos() argument
91 SwTxtNode* pTxtNode = rAnchorPos.nNode.GetNode().GetTxtNode(); in getLayoutInfos()
100 pTxtFrm = pTxtFrm->GetFrmAtPos( rAnchorPos ); in getLayoutInfos()
107 pTxtFrm->GetCharRect( o_rInfo.mPosition, rAnchorPos, 0 ); in getLayoutInfos()
128 const SwRedline* pRedline = pIDRA->GetRedline( rAnchorPos, 0 ); in getLayoutInfos()
142 …return ( (aRet==VISIBLE) && SwScriptInfo::IsInHiddenRange( *pTxtNode , rAnchorPos.nContent.GetInde… in getLayoutInfos()
/trunk/main/svx/source/svdraw/
H A Dsvdovirt.cxx64 SdrVirtObj::SdrVirtObj(SdrObject& rNewObj, const Point& rAnchorPos): in SdrVirtObj() argument
67 aAnchor=rAnchorPos; in SdrVirtObj()
100 void SdrVirtObj::NbcSetAnchorPos(const Point& rAnchorPos) in NbcSetAnchorPos() argument
102 aAnchor=rAnchorPos; in NbcSetAnchorPos()
H A Dsvdpage.cxx392 const Point& rAnchorPos = pObj->GetAnchorPos(); in InsertObject() local
393 if(rAnchorPos.X() || rAnchorPos.Y()) in InsertObject()
/trunk/main/svx/inc/svx/
H A Dsvdovirt.hxx61 SdrVirtObj(SdrObject& rNewObj, const Point& rAnchorPos);
65 virtual void NbcSetAnchorPos(const Point& rAnchorPos);
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx1360 bool IsDestroyFrameAnchoredAtChar(SwPosition const & rAnchorPos, in IsDestroyFrameAnchoredAtChar() argument
1369 return (rAnchorPos.nNode < rEnd.nNode) in IsDestroyFrameAnchoredAtChar()
1371 || (rStart.nNode < rAnchorPos.nNode) in IsDestroyFrameAnchoredAtChar()
/trunk/main/sw/inc/
H A Dpostithelper.hxx87 const SwPosition& rAnchorPos,
H A Dundobj.hxx143 bool IsDestroyFrameAnchoredAtChar(SwPosition const & rAnchorPos,

Completed in 35 milliseconds