Lines Matching refs:mpAnchoredObjList

760     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()
1414 ASSERT( !mpAnchoredObjList, "InitFlyList: FlyList already initialized" ); in InitAnchoredObjList()
1436 mpAnchoredObjList = new SwAnchoredObjList(); in InitAnchoredObjList()
1569 std::lower_bound( mpAnchoredObjList->begin(), in InitAnchoredObjList()
1570 mpAnchoredObjList->end(), in InitAnchoredObjList()
1574 mpAnchoredObjList->insert( aInsPosIter, pAnchoredObj ); in InitAnchoredObjList()
1605 mpAnchoredObjList = new SwAnchoredObjList(); in InitAnchoredObjList()
1612 return mpAnchoredObjList; in InitAnchoredObjList()
1939 const SwAnchoredObject* pObj = (*mpAnchoredObjList)[ j ]; in ShowContour()
1973 const SwAnchoredObject* pAnchoredObj = (*mpAnchoredObjList)[i]; in ForEach()
2063 while ( nRet < nCount && pAnchoredObj != (*mpAnchoredObjList)[ nRet ] ) in GetPos()
2110 while( nPos < mpAnchoredObjList->size() && !bStop ) in CalcRightMargin()
2119 const SwAnchoredObject* pNext = (*mpAnchoredObjList)[ nPos++ ]; in CalcRightMargin()
2210 while( ++nFlyPos < mpAnchoredObjList->size() ) in CalcLeftMargin()
2214 const SwAnchoredObject* pNext = (*mpAnchoredObjList)[ nFlyPos ]; in CalcLeftMargin()
2226 const SwAnchoredObject* pNext = (*mpAnchoredObjList)[ nFlyPos ]; in CalcLeftMargin()