Home
last modified time | relevance | path

Searched refs:rURLStr (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/xml/
H A Dxmleohlp.cxx210 const ::rtl::OUString& rURLStr, in ImplGetStorageNames()
234 if( !rURLStr.getLength() ) in ImplGetStorageNames()
238 sal_Int32 nPos = rURLStr.indexOf( '?' ); in ImplGetStorageNames()
241 aURLNoPar = rURLStr; in ImplGetStorageNames()
244 aURLNoPar = rURLStr.copy( 0, nPos ); in ImplGetStorageNames()
248 while( nPos >= 0 && nPos < rURLStr.getLength() ) in ImplGetStorageNames()
250 ::rtl::OUString aToken = rURLStr.getToken( 0, ',', nPos ); in ImplGetStorageNames()
482 const ::rtl::OUString& rURLStr ) in ImplInsertEmbeddedObjectURL()
487 if( !ImplGetStorageNames( rURLStr, aContainerStorageName, in ImplInsertEmbeddedObjectURL()
499 aIter = mpStreamMap->find( rURLStr ); in ImplInsertEmbeddedObjectURL()
[all …]
H A Dxmlgrhlp.cxx417 sal_Bool SvXMLGraphicHelper::ImplGetStreamNames( const ::rtl::OUString& rURLStr, in ImplGetStreamNames() argument
421 String aURLStr( rURLStr ); in ImplGetStreamNames()
661 void SvXMLGraphicHelper::ImplInsertGraphicURL( const ::rtl::OUString& rURLStr, sal_uInt32 nInsertPo… in ImplInsertGraphicURL() argument
663 rtl::OUString aURLString( rURLStr ); in ImplInsertGraphicURL()
/trunk/main/svx/inc/svx/
H A Dxmleohlp.hxx82 const ::rtl::OUString& rURLStr,
100 const ::rtl::OUString& rURLStr );
H A Dxmlgrhlp.hxx78 SVX_DLLPRIVATE sal_Bool ImplGetStreamNames( const ::rtl::OUString& rURLStr,
91 …SVX_DLLPRIVATE void ImplInsertGraphicURL( const ::rtl::OUString& rURLStr, sal_…