Home
last modified time | relevance | path

Searched refs:sStreamName (Results 1 – 25 of 55) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/java/Storage/
H A DTestHelper.java39 String sStreamName, in WriteBytesToStream() argument
122 String sStreamName, in WriteBytesToSubstream() argument
135 Error( "Can't create substream '" + sStreamName + "'!" ); in WriteBytesToSubstream()
149 String sStreamName, in WriteBytesToEncrSubstream() argument
163 Error( "Can't create substream '" + sStreamName + "'!" ); in WriteBytesToEncrSubstream()
177 String sStreamName, in WBToSubstrOfEncr() argument
191 Error( "Can't create substream '" + sStreamName + "'!" ); in WBToSubstrOfEncr()
224 String sStreamName, in ChangeStreamPass() argument
236 Error( "Can't open substream '" + sStreamName + "'!" ); in ChangeStreamPass()
818 String sStreamName, in OpenStream() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/java/Storage/
H A DTestHelper.java39 String sStreamName, in WriteBytesToStream() argument
122 String sStreamName, in WriteBytesToSubstream() argument
135 Error( "Can't create substream '" + sStreamName + "'!" ); in WriteBytesToSubstream()
149 String sStreamName, in WriteBytesToEncrSubstream() argument
163 Error( "Can't create substream '" + sStreamName + "'!" ); in WriteBytesToEncrSubstream()
177 String sStreamName, in WBToSubstrOfEncr() argument
191 Error( "Can't create substream '" + sStreamName + "'!" ); in WBToSubstrOfEncr()
224 String sStreamName, in ChangeStreamPass() argument
236 Error( "Can't open substream '" + sStreamName + "'!" ); in ChangeStreamPass()
818 String sStreamName, in OpenStream() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/qa/storages/
H A DTestHelper.java45 String sStreamName, in WriteBytesToStream() argument
205 if ( !disposeStream( xSubStream, sStreamName ) ) in WriteBytesToSubstreamDefaultCompressed()
212 String sStreamName, in WriteBytesToSubstream() argument
239 if ( !disposeStream( xSubStream, sStreamName ) ) in WriteBytesToSubstream()
246 String sStreamName, in WriteBytesToEncrSubstream() argument
274 if ( !disposeStream( xSubStream, sStreamName ) ) in WriteBytesToEncrSubstream()
281 String sStreamName, in WBToSubstrOfEncr() argument
328 if ( !disposeStream( xSubStream, sStreamName ) ) in WBToSubstrOfEncr()
544 String sStreamName, in ChangeStreamPass() argument
587 if ( !disposeStream( xSubStream, sStreamName ) ) in ChangeStreamPass()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/qa/storages/
H A DTestHelper.java45 String sStreamName, in WriteBytesToStream() argument
205 if ( !disposeStream( xSubStream, sStreamName ) ) in WriteBytesToSubstreamDefaultCompressed()
212 String sStreamName, in WriteBytesToSubstream() argument
239 if ( !disposeStream( xSubStream, sStreamName ) ) in WriteBytesToSubstream()
246 String sStreamName, in WriteBytesToEncrSubstream() argument
274 if ( !disposeStream( xSubStream, sStreamName ) ) in WriteBytesToEncrSubstream()
281 String sStreamName, in WBToSubstrOfEncr() argument
328 if ( !disposeStream( xSubStream, sStreamName ) ) in WBToSubstrOfEncr()
544 String sStreamName, in ChangeStreamPass() argument
587 if ( !disposeStream( xSubStream, sStreamName ) ) in ChangeStreamPass()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/qa/ofopxmlstorages/
H A DTestHelper.java45 String sStreamName, in WriteBytesToStream() argument
75 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
135 if ( !disposeStream( xStream, sStreamName ) ) in WriteBytesToStream()
142 String sStreamName, in WriteBytesToSubstream() argument
156 Error( "Can't create substream '" + sStreamName + "'!" ); in WriteBytesToSubstream()
162 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToSubstream()
593 public boolean disposeStream( XStream xStream, String sStreamName ) in disposeStream() argument
608 Error( "Substream '" + sStreamName + "' disposing throws exception: " + e ); in disposeStream()
858 String sStreamName, in OpenStream() argument
865 Object oSubStream = xStorage.openStreamElement( sStreamName, nMode ); in OpenStream()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/qa/ofopxmlstorages/
H A DTestHelper.java45 String sStreamName, in WriteBytesToStream() argument
75 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream()
135 if ( !disposeStream( xStream, sStreamName ) ) in WriteBytesToStream()
142 String sStreamName, in WriteBytesToSubstream() argument
156 Error( "Can't create substream '" + sStreamName + "'!" ); in WriteBytesToSubstream()
162 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToSubstream()
593 public boolean disposeStream( XStream xStream, String sStreamName ) in disposeStream() argument
608 Error( "Substream '" + sStreamName + "' disposing throws exception: " + e ); in disposeStream()
858 String sStreamName, in OpenStream() argument
865 Object oSubStream = xStorage.openStreamElement( sStreamName, nMode ); in OpenStream()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/crypto/
H A DDocumentDecryption.cxx65 for (const auto& sStreamName : aStreamNames) in DocumentDecryption() local
67 uno::Reference<io::XInputStream> xStream = mrOleStorage.openInputStream(sStreamName); in DocumentDecryption()
69 throw io::IOException("Cannot open OLE input stream for " + sStreamName + "!"); in DocumentDecryption()
80 throw io::IOException("OLE stream invalid content for " + sStreamName + "!"); in DocumentDecryption()
83 aStreamsData[sStreamName] <<= oData; in DocumentDecryption()
H A DStrongEncryptionDataSpace.cxx68 std::u16string_view sStreamName) in getStream() argument
72 if (aStream.Name == sStreamName) in getStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/xstor/
H A Dxstorage.hxx377 …ence< css::io::XStream > SAL_CALL openEncryptedStream( const OUString& sStreamName, ::sal_Int32 nO…
379 …nce< css::io::XStream > SAL_CALL cloneEncryptedStream( const OUString& sStreamName, const css::uno…
384 const OUString& sStreamName ) override;
387 const OUString& sStreamName ) override;
481 …virtual void SAL_CALL insertRawNonEncrStreamElementDirect( const OUString& sStreamName, const css:…
483 …virtual void SAL_CALL insertStreamElementDirect( const OUString& sStreamName, const css::uno::Refe…
493 …virtual void SAL_CALL copyStreamElementData( const OUString& sStreamName, const css::uno::Referenc…
519 …SAL_CALL openEncryptedStreamElementByHierarchicalName( const OUString& sStreamName, ::sal_Int32 nO…
524 …ream > SAL_CALL openEncryptedStreamByHierarchicalName( const OUString& sStreamName, ::sal_Int32 nO…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/xstor/
H A Dxstorage.hxx378 …ence< css::io::XStream > SAL_CALL openEncryptedStream( const OUString& sStreamName, ::sal_Int32 nO…
380 …nce< css::io::XStream > SAL_CALL cloneEncryptedStream( const OUString& sStreamName, const css::uno…
385 const OUString& sStreamName ) override;
388 const OUString& sStreamName ) override;
482 …virtual void SAL_CALL insertRawNonEncrStreamElementDirect( const OUString& sStreamName, const css:…
484 …virtual void SAL_CALL insertStreamElementDirect( const OUString& sStreamName, const css::uno::Refe…
494 …virtual void SAL_CALL copyStreamElementData( const OUString& sStreamName, const css::uno::Referenc…
520 …SAL_CALL openEncryptedStreamElementByHierarchicalName( const OUString& sStreamName, ::sal_Int32 nO…
525 …ream > SAL_CALL openEncryptedStreamByHierarchicalName( const OUString& sStreamName, ::sal_Int32 nO…
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/embed/
H A DXStorageRawAccess.idl54 @param sStreamName
73 [in] string sStreamName )
100 @param sStreamName
122 [in] string sStreamName )
147 @param sStreamName
172 [in] string sStreamName,
H A DXStorage2.idl46 @param sStreamName
77 [in] string sStreamName,
106 @param sStreamName
133 [in] string sStreamName,
H A DXOptimizedStorage.idl52 [in] string sStreamName,
65 [in] string sStreamName,
129 @param sStreamName
150 void copyStreamElementData( [in] string sStreamName,
H A DXStorage.idl107 @param sStreamName
130 [in] string sStreamName,
151 @param sStreamName
182 [in] string sStreamName,
235 @param sStreamName
253 ::com::sun::star::io::XStream cloneStreamElement( [in] string sStreamName )
278 @param sStreamName
305 [in] string sStreamName,
H A DXHierarchicalStorageAccess2.idl46 @param sStreamName
77 [in] string sStreamName,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/embed/
H A DXStorageRawAccess.idl54 @param sStreamName
73 [in] string sStreamName )
100 @param sStreamName
122 [in] string sStreamName )
147 @param sStreamName
172 [in] string sStreamName,
H A DXStorage2.idl46 @param sStreamName
77 [in] string sStreamName,
106 @param sStreamName
133 [in] string sStreamName,
H A DXOptimizedStorage.idl52 [in] string sStreamName,
65 [in] string sStreamName,
129 @param sStreamName
150 void copyStreamElementData( [in] string sStreamName,
H A DXStorage.idl107 @param sStreamName
130 [in] string sStreamName,
151 @param sStreamName
182 [in] string sStreamName,
235 @param sStreamName
253 ::com::sun::star::io::XStream cloneStreamElement( [in] string sStreamName )
278 @param sStreamName
305 [in] string sStreamName,
H A DXHierarchicalStorageAccess2.idl46 @param sStreamName
77 [in] string sStreamName,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx162 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent() local
163 if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent()
173 sStreamName = OUString::createFromAscii(pCompatibilityStreamName); in ReadThroughComponent()
174 … if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent()
179 xDocStream = xStorage->openStreamElement( sStreamName, embed::ElementModes::READ ); in ReadThroughComponent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/xml/
H A Dsdxmlwrp.cxx322 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent() local
326 bContainsStream = xStorage->isStreamElement(sStreamName); in ReadThroughComponent()
342 sStreamName = OUString::createFromAscii(pCompatibilityStreamName); in ReadThroughComponent()
345 bContainsStream = xStorage->isStreamElement(sStreamName); in ReadThroughComponent()
362 xInfoSet->setPropertyValue( "StreamName", makeAny( sStreamName ) ); in ReadThroughComponent()
369 xStorage->openStreamElement( sStreamName, embed::ElementModes::READ ); in ReadThroughComponent()
383 xInputStream, xModelComponent, sStreamName, rxContext, in ReadThroughComponent()
961 const OUString sStreamName( "StreamName"); in Export() local
962 xInfoSet->setPropertyValue( sStreamName, Any( sDocName ) ); in Export()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dswxml.cxx285 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent() local
289 bContainsStream = xStorage->isStreamElement(sStreamName); in ReadThroughComponent()
305 sStreamName = OUString::createFromAscii(pCompatibilityStreamName); in ReadThroughComponent()
308 bContainsStream = xStorage->isStreamElement(sStreamName); in ReadThroughComponent()
325 xInfoSet->setPropertyValue( "StreamName", makeAny( sStreamName ) ); in ReadThroughComponent()
331 …uno::Reference <io::XStream> xStream = xStorage->openStreamElement( sStreamName, embed::ElementMod… in ReadThroughComponent()
343 xInputStream, xModelComponent, sStreamName, rxContext, in ReadThroughComponent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/filter/xml/
H A Dxmlfilter.cxx142 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent() local
143 if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent()
150 xDocStream = xStorage->openStreamElement( sStreamName, embed::ElementModes::READ ); in ReadThroughComponent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx201 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent() local
202 if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent()
212 sStreamName = OUString::createFromAscii(pCompatibilityStreamName); in ReadThroughComponent()
213 … if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent()
218 xDocStream = xStorage->openStreamElement( sStreamName, embed::ElementModes::READ ); in ReadThroughComponent()

123