Searched refs:rAnchorPos (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sw/source/core/fields/ |
H A D | postithelper.cxx | 87 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()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdovirt.cxx | 64 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 D | svdpage.cxx | 392 const Point& rAnchorPos = pObj->GetAnchorPos(); in InsertObject() local 393 if(rAnchorPos.X() || rAnchorPos.Y()) in InsertObject()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdovirt.hxx | 61 SdrVirtObj(SdrObject& rNewObj, const Point& rAnchorPos); 65 virtual void NbcSetAnchorPos(const Point& rAnchorPos);
|
/aoo41x/main/sw/source/core/undo/ |
H A D | undobj.cxx | 1360 bool IsDestroyFrameAnchoredAtChar(SwPosition const & rAnchorPos, in IsDestroyFrameAnchoredAtChar() argument 1369 return (rAnchorPos.nNode < rEnd.nNode) in IsDestroyFrameAnchoredAtChar() 1371 || (rStart.nNode < rAnchorPos.nNode) in IsDestroyFrameAnchoredAtChar()
|
/aoo41x/main/sw/inc/ |
H A D | postithelper.hxx | 87 const SwPosition& rAnchorPos,
|
H A D | undobj.hxx | 143 bool IsDestroyFrameAnchoredAtChar(SwPosition const & rAnchorPos,
|
Completed in 89 milliseconds