Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/draw/
H A Ddrawdoc.cxx163 const String aPictureStreamName( aPicturePath.GetToken( 1, '/' ) ); in GetDocumentStream() local
170 aPictureStreamName, embed::ElementModes::READ ); in GetDocumentStream()
/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()
706 const String aGraphicObjectId( aPictureStreamName ); in ImplInsertGraphicURL()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1289 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()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx2090 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 36 milliseconds