Searched refs:xPictureStorage (Results 1 – 4 of 4) sorted by relevance
188 uno::Reference < embed::XStorage > xPictureStorage = xRoot->openStorageElement( in GetDocumentStream() local190 uno::Reference < io::XStream > xStream = xPictureStorage->openStreamElement( in GetDocumentStream()196 rInfo.mxStorageRef = xPictureStorage; in GetDocumentStream()
1161 uno::Reference< embed::XStorage > xPictureStorage; in ImpExportTableShape() local1174 …xPictureStorage.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()
1293 uno::Reference < embed::XStorage > xPictureStorage = in GetDocumentStream() local1297 if( xPictureStorage.is() && xPictureStorage->isStreamElement( aPictureStreamName ) ) in GetDocumentStream()1299 …uno::Reference < io::XStream > xStream = xPictureStorage->openStreamElement( aPictureStreamName, e… in GetDocumentStream()
2096 uno::Reference< embed::XStorage > xPictureStorage = in GetDocumentStream() local2099 if( xPictureStorage.is() && in GetDocumentStream()2100 xPictureStorage->isStreamElement( aPictureStreamName ) ) in GetDocumentStream()2103 … xPictureStorage->openStreamElement( aPictureStreamName, embed::ElementModes::READ ); in GetDocumentStream()
Completed in 28 milliseconds