Home
last modified time | relevance | path

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

/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx670 ::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()
/trunk/main/sw/source/core/draw/
H A Ddrawdoc.cxx162 const String aPictureStorageName( aPicturePath.GetToken( 0, '/' ) ); in GetDocumentStream() local
168 aPictureStorageName, embed::ElementModes::READ ); in GetDocumentStream()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1290 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()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx2091 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 37 milliseconds