Home
last modified time | relevance | path

Searched refs:rStreamName (Results 1 – 25 of 58) sorted by relevance

123

/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/helper/
H A Dgraphichelper.cxx323 for (const auto& rStreamName : rStreamNames) in importEmbeddedGraphics() local
325 if(rStreamName.isEmpty()) in importEmbeddedGraphics()
331 EmbeddedGraphicMap::const_iterator aIt = maEmbeddedGraphics.find(rStreamName); in importEmbeddedGraphics()
334 aMissingStreamNames.push_back(rStreamName); in importEmbeddedGraphics()
335 aMissingStreams.push_back(mxStorage->openInputStream(rStreamName)); in importEmbeddedGraphics()
352 … OSL_ENSURE( !rStreamName.isEmpty(), "GraphicHelper::importEmbeddedGraphic - empty stream name" ); in importEmbeddedGraphic()
353 if( !rStreamName.isEmpty() ) in importEmbeddedGraphic()
355 EmbeddedGraphicMap::const_iterator aIt = maEmbeddedGraphics.find( rStreamName ); in importEmbeddedGraphic()
360 if ( (rStreamName.endsWith(".tiff") || rStreamName.endsWith(".wmf") ) && !pExtHeader) in importEmbeddedGraphic()
363 xGraphic = importGraphic(mxStorage->openInputStream(rStreamName), pExtHeader); in importEmbeddedGraphic()
[all …]
H A Dstoragebase.cxx136 Reference< XInputStream > StorageBase::openInputStream( const OUString& rStreamName ) in openInputStream() argument
140 lclSplitFirstElement( aElement, aRemainder, rStreamName ); in openInputStream()
161 Reference< XOutputStream > StorageBase::openOutputStream( const OUString& rStreamName ) in openOutputStream() argument
168 lclSplitFirstElement( aElement, aRemainder, rStreamName ); in openOutputStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/core/
H A Dfastparser.cxx124 …FastParser::parseStream( const Reference< XInputStream >& rxInStream, const OUString& rStreamName ) in parseStream() argument
127 aInputSource.sSystemId = rStreamName; in parseStream()
132 void FastParser::parseStream( StorageBase& rStorage, const OUString& rStreamName ) in parseStream() argument
134 parseStream( rStorage.openInputStream( rStreamName ), rStreamName ); in parseStream()
H A Dfilterbase.cxx324 Reference< XInputStream > FilterBase::openInputStream( const OUString& rStreamName ) const in openInputStream()
328 return mxImpl->mxStorage->openInputStream( rStreamName ); in openInputStream()
331 Reference< XOutputStream > FilterBase::openOutputStream( const OUString& rStreamName ) const in openOutputStream()
333 return mxImpl->mxStorage->openOutputStream( rStreamName ); in openOutputStream()
379 bool FilterBase::importBinaryData( StreamDataSequence & orDataSeq, const OUString& rStreamName ) in importBinaryData() argument
381 OSL_ENSURE( !rStreamName.isEmpty(), "FilterBase::importBinaryData - empty stream name" ); in importBinaryData()
382 if( rStreamName.isEmpty() ) in importBinaryData()
386 BinaryXInputStream aInStrm( openInputStream( rStreamName ), true ); in importBinaryData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/core/
H A Dfastparser.cxx127 …FastParser::parseStream( const Reference< XInputStream >& rxInStream, const OUString& rStreamName ) in parseStream() argument
130 aInputSource.sSystemId = rStreamName; in parseStream()
135 void FastParser::parseStream( StorageBase& rStorage, const OUString& rStreamName ) in parseStream() argument
137 parseStream( rStorage.openInputStream( rStreamName ), rStreamName ); in parseStream()
H A Dfilterbase.cxx336 Reference< XInputStream > FilterBase::openInputStream( const OUString& rStreamName ) const in openInputStream()
340 return mxImpl->mxStorage->openInputStream( rStreamName ); in openInputStream()
343 Reference< XOutputStream > FilterBase::openOutputStream( const OUString& rStreamName ) const in openOutputStream()
345 return mxImpl->mxStorage->openOutputStream( rStreamName ); in openOutputStream()
383 bool FilterBase::importBinaryData( StreamDataSequence & orDataSeq, const OUString& rStreamName ) in importBinaryData() argument
385 OSL_ENSURE( !rStreamName.isEmpty(), "FilterBase::importBinaryData - empty stream name" ); in importBinaryData()
386 if( rStreamName.isEmpty() ) in importBinaryData()
390 BinaryXInputStream aInStrm( openInputStream( rStreamName ), true ); in importBinaryData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/tools/
H A Dprimitive2dxmldump.cxx94 const OUString& rStreamName) in dump() argument
98 if (rStreamName.isEmpty()) in dump()
101 pStream.reset(new SvFileStream(rStreamName, StreamMode::STD_READWRITE | StreamMode::TRUNC)); in dump()
117 const OUString& rStreamName) in dumpAndParse() argument
121 if (rStreamName.isEmpty()) in dumpAndParse()
124 pStream.reset(new SvFileStream(rStreamName, StreamMode::STD_READWRITE | StreamMode::TRUNC)); in dumpAndParse()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/helper/
H A Dgraphichelper.cxx279 Reference< XGraphic > GraphicHelper::importEmbeddedGraphic( const OUString& rStreamName, const WmfE… in importEmbeddedGraphic() argument
282 … OSL_ENSURE( !rStreamName.isEmpty(), "GraphicHelper::importEmbeddedGraphic - empty stream name" ); in importEmbeddedGraphic()
284 if( !rStreamName.isEmpty() ) in importEmbeddedGraphic()
290 xGraphic = mxGraphicMapper->findGraphic(rStreamName); in importEmbeddedGraphic()
293 auto xStream = mxStorage->openInputStream(rStreamName); in importEmbeddedGraphic()
296 mxGraphicMapper->putGraphic(rStreamName, xGraphic); in importEmbeddedGraphic()
H A Dstoragebase.cxx135 Reference< XInputStream > StorageBase::openInputStream( const OUString& rStreamName ) in openInputStream() argument
139 lclSplitFirstElement( aElement, aRemainder, rStreamName ); in openInputStream()
160 Reference< XOutputStream > StorageBase::openOutputStream( const OUString& rStreamName ) in openOutputStream() argument
167 lclSplitFirstElement( aElement, aRemainder, rStreamName ); in openOutputStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/opencl/inc/
H A Dopencl_device_selection.h236 inline ds_status writeProfile(const OUString& rStreamName, std::unique_ptr<ds_profile> const & pPro… in writeProfile() argument
240 if (rStreamName.isEmpty()) in writeProfile()
244 pStream.reset(new SvFileStream(rStreamName, StreamMode::STD_READWRITE | StreamMode::TRUNC)); in writeProfile()
305 inline ds_status readProfile(const OUString& rStreamName, std::unique_ptr<ds_profile> const & pProf… in readProfile() argument
309 if (rStreamName.isEmpty()) in readProfile()
313 pStream.reset(new SvFileStream(rStreamName, StreamMode::READ)); in readProfile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/opencl/inc/
H A Dopencl_device_selection.h236 inline ds_status writeProfile(const OUString& rStreamName, std::unique_ptr<ds_profile> const & pPro… in writeProfile() argument
240 if (rStreamName.isEmpty()) in writeProfile()
244 pStream.reset(new SvFileStream(rStreamName, StreamMode::STD_READWRITE | StreamMode::TRUNC)); in writeProfile()
305 inline ds_status readProfile(const OUString& rStreamName, std::unique_ptr<ds_profile> const & pProf… in readProfile() argument
309 if (rStreamName.isEmpty()) in readProfile()
313 pStream.reset(new SvFileStream(rStreamName, StreamMode::READ)); in readProfile()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/drawinglayer/tools/
H A Dprimitive2dxmldump.hxx42 …primitive2d::Primitive2DContainer& aPrimitive2DSequence, const OUString& rStreamName = OUString());
45 …rawinglayer::primitive2d::Primitive2DContainer& rPrimitive2DSequence, const OUString& rStreamName);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/drawinglayer/tools/
H A Dprimitive2dxmldump.hxx41 …primitive2d::Primitive2DContainer& aPrimitive2DSequence, const OUString& rStreamName = OUString());
44 …rawinglayer::primitive2d::Primitive2DContainer& rPrimitive2DSequence, const OUString& rStreamName);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sot/qa/cppunit/
H A Dtest_sot.cxx47 const OUString &rStreamName,
67 const OUString &rStreamName, in checkStream() argument
76 tools::SvRef<SotStorageStream> xStream( xObjStor->OpenSotStream( rStreamName ) ); in checkStream()
87 tools::SvRef<SotStorageStream> xStream( xObjStor->OpenSotStream( rStreamName ) ); in checkStream()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sot/qa/cppunit/
H A Dtest_sot.cxx47 const OUString &rStreamName,
67 const OUString &rStreamName, in checkStream() argument
76 tools::SvRef<SotStorageStream> xStream( xObjStor->OpenSotStream( rStreamName ) ); in checkStream()
87 tools::SvRef<SotStorageStream> xStream( xObjStor->OpenSotStream( rStreamName ) ); in checkStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/core/
H A Dfastparser.hxx94 const OUString& rStreamName );
102 void parseStream( StorageBase& rStorage, const OUString& rStreamName );
H A Dfilterbase.hxx157 openInputStream( const OUString& rStreamName ) const;
168 openOutputStream( const OUString& rStreamName ) const;
193 …ool importBinaryData( StreamDataSequence & orDataSeq, const OUString& rStreamName );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/core/
H A Dfastparser.hxx95 const OUString& rStreamName );
103 void parseStream( StorageBase& rStorage, const OUString& rStreamName );
H A Dfilterbase.hxx158 openInputStream( const OUString& rStreamName ) const;
169 openOutputStream( const OUString& rStreamName ) const;
191 …ool importBinaryData( StreamDataSequence & orDataSeq, const OUString& rStreamName );
H A Dxmlfilterbase.hxx193 const OUString& rStreamName,
213 const OUString& rStreamName,
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/model/filter/
H A DXMLFilter.cxx395 const OUString & rStreamName, in impl_ImportStream() argument
405 xStorage->hasByName( rStreamName ))) in impl_ImportStream()
409 xImportInfo->setPropertyValue( "StreamName", uno::Any( rStreamName ) ); in impl_ImportStream()
412 xStorage->isStreamElement( rStreamName ) ) in impl_ImportStream()
418 rStreamName, in impl_ImportStream()
657 const OUString & rStreamName, in impl_ExportStream() argument
674 rStreamName, embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE ) ); in impl_ExportStream()
702 xInfoSet->setPropertyValue( "StreamName", uno::Any( rStreamName ) ); in impl_ExportStream()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/model/filter/
H A DXMLFilter.cxx407 const OUString & rStreamName, in impl_ImportStream() argument
418 xStorage->hasByName( rStreamName ))) in impl_ImportStream()
422 xImportInfo->setPropertyValue( "StreamName", uno::Any( rStreamName ) ); in impl_ImportStream()
425 xStorage->isStreamElement( rStreamName ) ) in impl_ImportStream()
432 rStreamName, in impl_ImportStream()
660 const OUString & rStreamName, in impl_ExportStream() argument
677 rStreamName, embed::ElementModes::READWRITE | embed::ElementModes::TRUNCATE ) ); in impl_ExportStream()
705 xInfoSet->setPropertyValue( "StreamName", uno::Any( rStreamName ) ); in impl_ExportStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/helper/
H A Dstoragebase.hxx108 openInputStream( const OUString& rStreamName );
119 openOutputStream( const OUString& rStreamName );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/helper/
H A Dstoragebase.hxx108 openInputStream( const OUString& rStreamName );
119 openOutputStream( const OUString& rStreamName );
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/tools/
H A Dprimitive2dxmldump.cxx155 const OUString& rStreamName) in dump() argument
159 if (rStreamName.isEmpty()) in dump()
162 pStream.reset(new SvFileStream(rStreamName, StreamMode::STD_READWRITE | StreamMode::TRUNC)); in dump()
178 const OUString& rStreamName) in dumpAndParse() argument
182 if (rStreamName.isEmpty()) in dumpAndParse()
185 pStream.reset(new SvFileStream(rStreamName, StreamMode::STD_READWRITE | StreamMode::TRUNC)); in dumpAndParse()

123