Searched refs:pAnchorPos (Results 1 – 5 of 5) sorted by relevance
61 AnchorPosModel* pAnchorPos = 0; in setPos() local65 pAnchorPos = &maFrom; in setPos()69 pAnchorPos = &maTo; in setPos()74 if( pAnchorPos ) switch( nElement ) in setPos()76 case CDR_TOKEN( x ): pAnchorPos->mfX = rValue.toDouble(); break; in setPos()77 case CDR_TOKEN( y ): pAnchorPos->mfY = rValue.toDouble(); break; in setPos()
733 const SwPosition* pAnchorPos, in MakeFlySection() argument739 if ( !pAnchorPos && (FLY_AT_PAGE != eAnchorType) ) in MakeFlySection()749 pAnchorPos = pAnch->GetCntntAnchor(); in MakeFlySection()750 if (pAnchorPos) in MakeFlySection()773 SwCntntNode * pAnchorNode = pAnchorPos->nNode.GetNode().GetCntntNode(); in MakeFlySection()782 pFmt = _MakeFlySection( *pAnchorPos, *pNewTxtNd, in MakeFlySection()
242 const SwPosition* pAnchorPos; in CollectFrameAtNode() local244 0 != (pAnchorPos = rAnchor.GetCntntAnchor()) && in CollectFrameAtNode()245 pAnchorPos->nNode == rIdx ) in CollectFrameAtNode()252 xub_StrLen nIndex = pAnchorPos->nContent.GetIndex(); in CollectFrameAtNode()
2367 const SwPosition *pAnchorPos = rAnchor.GetCntntAnchor(); in OutCSS1_FrmFmtBackground() local2368 if (FLY_AT_PAGE != eAnchorId && pAnchorPos) in OutCSS1_FrmFmtBackground()2370 const SwNode& rNode = pAnchorPos->nNode.GetNode(); in OutCSS1_FrmFmtBackground()
1106 const SwPosition* pAnchorPos,
Completed in 64 milliseconds