Home
last modified time | relevance | path

Searched refs:mpAnchoredObjList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx760 if( rTxtFly.mpAnchoredObjList ) in SwTxtFly()
762 mpAnchoredObjList = new SwAnchoredObjList( *(rTxtFly.mpAnchoredObjList) ); in SwTxtFly()
766 mpAnchoredObjList = NULL; in SwTxtFly()
790 mpAnchoredObjList = NULL; in CtorInitTxtFly()
966 const SwAnchoredObject* pTmpAnchoredObj = (*mpAnchoredObjList)[i]; in DrawTextOpaque()
1071 const SwAnchoredObject* pAnchoredObjTmp = (*mpAnchoredObjList)[i]; in DrawFlyRect()
1420 ASSERT( !mpAnchoredObjList, "InitFlyList: FlyList already initialized" ); in InitAnchoredObjList()
1442 mpAnchoredObjList = new SwAnchoredObjList(); in InitAnchoredObjList()
1575 std::lower_bound( mpAnchoredObjList->begin(), in InitAnchoredObjList()
1576 mpAnchoredObjList->end(), in InitAnchoredObjList()
[all …]
H A Dtxtfly.hxx119 SwAnchoredObjList* mpAnchoredObjList; member in SwTxtFly
139 return mpAnchoredObjList in GetAnchoredObjList()
140 ? mpAnchoredObjList in GetAnchoredObjList()
173 mpAnchoredObjList = 0; in SwTxtFly()
182 inline ~SwTxtFly() { delete mpAnchoredObjList; } in ~SwTxtFly()
193 { return mpAnchoredObjList ? nMinBottom : CalcMinBottom(); } in GetMinBottom()