Searched refs:maGrfURLs (Results 1 – 2 of 2) sorted by relevance
667 URLPairVector::iterator aIter( maGrfURLs.begin() ), aEnd( maGrfURLs.end() ); in ImplInsertGraphicURL()672 maGrfURLs[ nInsertPos ].second = (*aIter).second; in ImplInsertGraphicURL()681 URLPair& rURLPair = maGrfURLs[ nInsertPos ]; in ImplInsertGraphicURL()762 URLPairVector::iterator aIter( maGrfURLs.begin() ), aEnd( maGrfURLs.end() ); in ImplInsertGraphicURL()850 const sal_Int32 nIndex = maGrfURLs.size(); in resolveGraphicObjectURL()883 maGrfURLs.push_back( ::std::make_pair( aURL, ::rtl::OUString() ) ); in resolveGraphicObjectURL()886 return maGrfURLs[ nIndex ].second; in resolveGraphicObjectURL()
71 URLPairVector maGrfURLs; member in SvXMLGraphicHelper