Home
last modified time | relevance | path

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

/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx667 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()
/trunk/main/svx/inc/svx/
H A Dxmlgrhlp.hxx71 URLPairVector maGrfURLs; member in SvXMLGraphicHelper