Searched refs:aPictureStreamName (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/core/draw/ |
H A D | drawdoc.cxx | 184 const String aPictureStreamName( aPicturePath.GetToken( 1, '/' ) ); in GetDocumentStream() local 191 aPictureStreamName, embed::ElementModes::READ ); in GetDocumentStream()
|
/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() 706 const String aGraphicObjectId( aPictureStreamName ); in ImplInsertGraphicURL()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc3.cxx | 1289 const String aPictureStreamName( aPicturePath.GetToken( 1, '/' ) ); in GetDocumentStream() local 1297 if( xPictureStorage.is() && xPictureStorage->isStreamElement( aPictureStreamName ) ) in GetDocumentStream() 1299 …ence < io::XStream > xStream = xPictureStorage->openStreamElement( aPictureStreamName, embed::Elem… in GetDocumentStream()
|
/aoo41x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 2090 const String aPictureStreamName( aPicturePath.GetToken( 1, '/' ) ); in GetDocumentStream() local 2100 xPictureStorage->isStreamElement( aPictureStreamName ) ) in GetDocumentStream() 2103 … xPictureStorage->openStreamElement( aPictureStreamName, embed::ElementModes::READ ); in GetDocumentStream()
|
Completed in 32 milliseconds