Searched refs:aPictureStorageName (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/svx/source/xml/ |
H A D | xmlgrhlp.cxx | 670 ::rtl::OUString aPictureStorageName, aPictureStreamName; in ImplInsertGraphicURL() 685 else if( ImplGetStreamNames( aURLString, aPictureStorageName, aPictureStreamName ) ) in ImplInsertGraphicURL() 691 const GraphicObject aObj( ImplReadGraphic( aPictureStorageName, aPictureStreamName ) ); in ImplInsertGraphicURL() 782 ImplWriteGraphic( aPictureStorageName, aStreamName, aGraphicObjectId ); in ImplInsertGraphicURL() 903 ::rtl::OUString aPictureStorageName, aGraphicId; in getInputStream() 907 ImplGetStreamNames( rURL, aPictureStorageName, aGraphicId ) ) in getInputStream()
|
/aoo41x/main/sw/source/core/draw/ |
H A D | drawdoc.cxx | 183 const String aPictureStorageName( aPicturePath.GetToken( 0, '/' ) ); in GetDocumentStream() local 189 aPictureStorageName, embed::ElementModes::READ ); in GetDocumentStream()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc3.cxx | 1290 const String aPictureStorageName( aPicturePath.GetToken( 0, '/' ) ); in GetDocumentStream() local 1291 if( xStor->isStorageElement( aPictureStorageName ) ) in GetDocumentStream() 1294 xStor->openStorageElement( aPictureStorageName, embed::ElementModes::READ ); in GetDocumentStream()
|
/aoo41x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 2091 const String aPictureStorageName( aPicturePath.GetToken( 0, '/' ) ); in GetDocumentStream() local 2094 if ( xStorage->isStorageElement( aPictureStorageName ) ) in GetDocumentStream() 2097 … xStorage->openStorageElement( aPictureStorageName, embed::ElementModes::READ ); in GetDocumentStream()
|
Completed in 77 milliseconds