Lines Matching refs:mpShapeMap
1146 if( mpShapeMap ) in InvalidateShapeInParaSelection()
1147 pShapes = mpShapeMap->Copy( nShapes, pFESh, &pSelShape ); in InvalidateShapeInParaSelection()
1152 if( mpShapeMap ) in InvalidateShapeInParaSelection()
1155 _SwAccessibleShapeMap_Impl::const_iterator aIter = mpShapeMap->begin(); in InvalidateShapeInParaSelection()
1156 _SwAccessibleShapeMap_Impl::const_iterator aEndIter = mpShapeMap->end(); in InvalidateShapeInParaSelection()
1463 if( mpShapeMap ) in DoInvalidateShapeSelection()
1464 pShapes = mpShapeMap->Copy( nShapes, pFESh, &pSelShape ); in DoInvalidateShapeSelection()
1684 mpShapeMap( 0 ), in SwAccessibleMap()
1758 ASSERT( !mpShapeMap || mpShapeMap->empty(), in ~SwAccessibleMap()
1760 if( mpShapeMap ) in ~SwAccessibleMap()
1762 SwAccessibleShapeMap_Impl::iterator aIter = mpShapeMap->begin(); in ~SwAccessibleMap()
1763 while( aIter != mpShapeMap->end() ) in ~SwAccessibleMap()
1778 delete mpShapeMap; in ~SwAccessibleMap()
1779 mpShapeMap = 0; in ~SwAccessibleMap()
2061 if( !mpShapeMap && bCreate ) in GetContext()
2062 mpShapeMap = new SwAccessibleShapeMap_Impl( this ); in GetContext()
2063 if( mpShapeMap ) in GetContext()
2066 mpShapeMap->find( pObj ); in GetContext()
2067 if( aIter != mpShapeMap->end() ) in GetContext()
2085 aShapeInfo, mpShapeMap->GetInfo() ); in GetContext()
2093 if( aIter != mpShapeMap->end() ) in GetContext()
2101 mpShapeMap->insert( aEntry ); in GetContext()
2127 if( mpShapeMap ) in AddShapeContext()
2130 mpShapeMap->insert( aEntry ); in AddShapeContext()
2139 if (mpShapeMap && pParentObj && pParentObj->IsGroupObject() && xAccParent.is()) in RemoveGroupContext()
2175 if( mpShapeMap ) in AddGroupContext()
2270 if( mpShapeMap ) in RemoveContext()
2273 mpShapeMap->find( pObj ); in RemoveContext()
2274 if( aIter != mpShapeMap->end() ) in RemoveContext()
2277 mpShapeMap->erase( aIter ); in RemoveContext()
2283 if( mpShapeMap && mpShapeMap->empty() ) in RemoveContext()
2285 delete mpShapeMap; in RemoveContext()
2286 mpShapeMap = 0; in RemoveContext()
2348 mpShapeMap ) in Dispose()
2351 mpShapeMap->find( aFrmOrObj.GetDrawObject() ); in Dispose()
2352 if( aIter != mpShapeMap->end() ) in Dispose()
3345 if( mpShapeMap ) in ReplaceChild()
3347 SwAccessibleShapeMap_Impl::const_iterator aIter = mpShapeMap->begin(); in ReplaceChild()
3348 SwAccessibleShapeMap_Impl::const_iterator aEndIter = mpShapeMap->end(); in ReplaceChild()
3376 if( !mpShapeMap ) in ReplaceChild()
3377 mpShapeMap = new SwAccessibleShapeMap_Impl( this ); in ReplaceChild()
3386 aShapeInfo, mpShapeMap->GetInfo() ); in ReplaceChild()
3394 mpShapeMap->find( pObj ); in ReplaceChild()
3395 if( aIter != mpShapeMap->end() ) in ReplaceChild()
3402 mpShapeMap->insert( aEntry ); in ReplaceChild()
3416 if( mpShapeMap ) in GetAccControlShapeFromModel()
3418 SwAccessibleShapeMap_Impl::const_iterator aIter = mpShapeMap->begin(); in GetAccControlShapeFromModel()
3419 SwAccessibleShapeMap_Impl::const_iterator aEndIter = mpShapeMap->end(); in GetAccControlShapeFromModel()