Home
last modified time | relevance | path

Searched refs:pAnchorPos (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/source/drawingml/chart/
H A Dchartdrawingfragment.cxx61 AnchorPosModel* pAnchorPos = 0; in setPos() local
65 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()
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx733 const SwPosition* pAnchorPos, in MakeFlySection() argument
739 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()
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx242 const SwPosition* pAnchorPos; in CollectFrameAtNode() local
244 0 != (pAnchorPos = rAnchor.GetCntntAnchor()) && in CollectFrameAtNode()
245 pAnchorPos->nNode == rIdx ) in CollectFrameAtNode()
252 xub_StrLen nIndex = pAnchorPos->nContent.GetIndex(); in CollectFrameAtNode()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx2367 const SwPosition *pAnchorPos = rAnchor.GetCntntAnchor(); in OutCSS1_FrmFmtBackground() local
2368 if (FLY_AT_PAGE != eAnchorId && pAnchorPos) in OutCSS1_FrmFmtBackground()
2370 const SwNode& rNode = pAnchorPos->nNode.GetNode(); in OutCSS1_FrmFmtBackground()
/trunk/main/sw/inc/
H A Ddoc.hxx1106 const SwPosition* pAnchorPos,

Completed in 74 milliseconds