Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/draw/
H A Ddrawdoc.cxx167 uno::Reference < embed::XStorage > xPictureStorage = xRoot->openStorageElement( in GetDocumentStream() local
169 uno::Reference < io::XStream > xStream = xPictureStorage->openStreamElement( in GetDocumentStream()
175 rInfo.mxStorageRef = xPictureStorage; in GetDocumentStream()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx1161 uno::Reference< embed::XStorage > xPictureStorage; in ImpExportTableShape() local
1174xPictureStorage.set( xStorage->openStorageElement( OUString( RTL_CONSTASCII_USTRINGPARAM( "Picture… in ImpExportTableShape()
1185 while( xPictureStorage->hasByName( sPictureName ) ); in ImpExportTableShape()
1187 …xPictureStream.set( xPictureStorage->openStreamElement( sPictureName, ::embed::ElementModes::READW… in ImpExportTableShape()
1198 if( xPictureStorage.is() ) in ImpExportTableShape()
1200 Reference< embed::XTransactedObject > xTrans( xPictureStorage, UNO_QUERY ); in ImpExportTableShape()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1293 uno::Reference < embed::XStorage > xPictureStorage = in GetDocumentStream() local
1297 if( xPictureStorage.is() && xPictureStorage->isStreamElement( aPictureStreamName ) ) in GetDocumentStream()
1299 …uno::Reference < io::XStream > xStream = xPictureStorage->openStreamElement( aPictureStreamName, e… in GetDocumentStream()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx2096 uno::Reference< embed::XStorage > xPictureStorage = in GetDocumentStream() local
2099 if( xPictureStorage.is() && in GetDocumentStream()
2100 xPictureStorage->isStreamElement( aPictureStreamName ) ) in GetDocumentStream()
2103xPictureStorage->openStreamElement( aPictureStreamName, embed::ElementModes::READ ); in GetDocumentStream()

Completed in 30 milliseconds