/aoo42x/main/package/qa/storages/ |
H A D | TestHelper.java | 48 String sStreamName, in WriteBytesToStream() argument 121 String sStreamName, in WriteBytesToSubstreamDefaultCompressed() argument 208 if ( !disposeStream( xSubStream, sStreamName ) ) in WriteBytesToSubstreamDefaultCompressed() 215 String sStreamName, in WriteBytesToSubstream() argument 242 if ( !disposeStream( xSubStream, sStreamName ) ) in WriteBytesToSubstream() 249 String sStreamName, in WriteBytesToEncrSubstream() argument 277 if ( !disposeStream( xSubStream, sStreamName ) ) in WriteBytesToEncrSubstream() 284 String sStreamName, in WBToSubstrOfEncr() argument 331 if ( !disposeStream( xSubStream, sStreamName ) ) in WBToSubstrOfEncr() 547 String sStreamName, in ChangeStreamPass() argument [all …]
|
/aoo42x/main/odk/examples/java/Storage/ |
H A D | TestHelper.java | 44 String sStreamName, in WriteBytesToStream() argument 127 String sStreamName, in WriteBytesToSubstream() argument 140 Error( "Can't create substream '" + sStreamName + "'!" ); in WriteBytesToSubstream() 154 String sStreamName, in WriteBytesToEncrSubstream() argument 168 Error( "Can't create substream '" + sStreamName + "'!" ); in WriteBytesToEncrSubstream() 182 String sStreamName, in WBToSubstrOfEncr() argument 196 Error( "Can't create substream '" + sStreamName + "'!" ); in WBToSubstrOfEncr() 229 String sStreamName, in ChangeStreamPass() argument 241 Error( "Can't open substream '" + sStreamName + "'!" ); in ChangeStreamPass() 823 String sStreamName, in OpenStream() argument [all …]
|
/aoo42x/main/package/qa/ofopxmlstorages/ |
H A D | TestHelper.java | 48 String sStreamName, in WriteBytesToStream() argument 78 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 138 if ( !disposeStream( xStream, sStreamName ) ) in WriteBytesToStream() 145 String sStreamName, in WriteBytesToSubstream() argument 159 Error( "Can't create substream '" + sStreamName + "'!" ); in WriteBytesToSubstream() 165 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToSubstream() 601 public boolean disposeStream( XStream xStream, String sStreamName ) in disposeStream() argument 616 Error( "Substream '" + sStreamName + "' disposing throws exception: " + e ); in disposeStream() 866 String sStreamName, in OpenStream() argument 873 Object oSubStream = xStorage.openStreamElement( sStreamName, nMode ); in OpenStream() [all …]
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | swxml.cxx | 310 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent() local 314 bContainsStream = xStorage->isStreamElement(sStreamName); in ReadThroughComponent() 330 sStreamName = OUString::createFromAscii(pCompatibilityStreamName); in ReadThroughComponent() 333 bContainsStream = xStorage->isStreamElement(sStreamName); in ReadThroughComponent() 351 xInfoSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in ReadThroughComponent() 357 …uno::Reference <io::XStream> xStream = xStorage->openStreamElement( sStreamName, embed::ElementMod… in ReadThroughComponent() 370 xInputStream, xModelComponent, sStreamName, rFactory, in ReadThroughComponent() 939 OUString sStreamName( RTL_CONSTASCII_USTRINGPARAM("layout-cache") ); in Read() local 942 …uno::Reference < io::XStream > xStm = xStorage->openStreamElement( sStreamName, embed::ElementMode… in Read()
|
H A D | wrtxml.cxx | 425 OUString sStreamName( RTL_CONSTASCII_USTRINGPARAM("layout-cache") ); in _Write() local 428 …uno::Reference < io::XStream > xStm = xStg->openStreamElement( sStreamName, embed::ElementModes::R… in _Write() 540 OUString sStreamName = OUString::createFromAscii( pStreamName ); in WriteThroughComponent() local 542 xStg->openStreamElement( sStreamName, in WriteThroughComponent() 580 xInfoSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in WriteThroughComponent()
|
/aoo42x/main/offapi/com/sun/star/embed/ |
H A D | XStorageRawAccess.idl | 93 @param sStreamName 112 [in] string sStreamName ) 140 @param sStreamName 165 [in] string sStreamName ) 191 @param sStreamName 216 [in] string sStreamName,
|
H A D | XStorage2.idl | 58 @param sStreamName 89 [in] string sStreamName, 119 @param sStreamName 146 [in] string sStreamName,
|
H A D | XStorage.idl | 160 @param sStreamName 183 [in] string sStreamName, 205 @param sStreamName 236 [in] string sStreamName, 291 @param sStreamName 309 ::com::sun::star::io::XStream cloneStreamElement( [in] string sStreamName ) 335 @param sStreamName 362 [in] string sStreamName,
|
H A D | XOptimizedStorage.idl | 103 [in] string sStreamName, 117 [in] string sStreamName, 186 @param sStreamName 207 void copyStreamElementData( [in] string sStreamName,
|
H A D | XHierarchicalStorageAccess2.idl | 89 [in] string sStreamName,
|
H A D | XHierarchicalStorageAccess.idl | 185 [in] string sStreamName,
|
/aoo42x/main/sd/source/filter/xml/ |
H A D | sdxmlwrp.cxx | 373 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent() local 377 bContainsStream = xStorage->isStreamElement(sStreamName); in ReadThroughComponent() 393 sStreamName = OUString::createFromAscii(pCompatibilityStreamName); in ReadThroughComponent() 396 bContainsStream = xStorage->isStreamElement(sStreamName); in ReadThroughComponent() 414 xInfoSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in ReadThroughComponent() 421 xStorage->openStreamElement( sStreamName, embed::ElementModes::READ ); in ReadThroughComponent() 436 xInputStream, xModelComponent, sStreamName, rFactory, in ReadThroughComponent() 1061 const OUString sStreamName( RTL_CONSTASCII_USTRINGPARAM("StreamName") ); in Export() local 1062 xInfoSet->setPropertyValue( sStreamName, Any( sDocName ) ); in Export()
|
/aoo42x/main/dbaccess/source/filter/xml/ |
H A D | xmlfilter.cxx | 382 ::rtl::OUString sStreamName = ::rtl::OUString::createFromAscii(pStreamName); in ReadThroughComponent() 383 if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent() 393 sStreamName = ::rtl::OUString::createFromAscii(pCompatibilityStreamName); in ReadThroughComponent() 394 if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent() 399 xDocStream = xStorage->openStreamElement( sStreamName, embed::ElementModes::READ ); in ReadThroughComponent()
|
/aoo42x/main/tools/source/communi/ |
H A D | parser.cxx | 111 …tf( stdout, "Reached EOF parsing %s. Suplying extra '}'\n",ByteString( sStreamName, gsl_getSystemT… in ReadLine() 303 sStreamName = UniString( "Memory", gsl_getSystemTextEncoding()); in Execute() 315 sStreamName = rSourceStream.GetFileName(); in Execute() 448 sErrorText = ByteString( sStreamName, gsl_getSystemTextEncoding()); in GetErrorText()
|
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | xmlfilter.cxx | 242 ::rtl::OUString sStreamName = ::rtl::OUString::createFromAscii(pStreamName); in ReadThroughComponent() 243 if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent() 253 sStreamName = ::rtl::OUString::createFromAscii(pCompatibilityStreamName); in ReadThroughComponent() 254 if ( !xStorage->hasByName( sStreamName ) || !xStorage->isStreamElement( sStreamName ) ) in ReadThroughComponent() 259 xDocStream = xStorage->openStreamElement( sStreamName, embed::ElementModes::READ ); in ReadThroughComponent()
|
/aoo42x/main/package/source/xstor/ |
H A D | xstorage.hxx | 494 …ar::io::XStream > SAL_CALL openEncryptedStream( const ::rtl::OUString& sStreamName, ::sal_Int32 nO… 503 …r::io::XStream > SAL_CALL cloneEncryptedStream( const ::rtl::OUString& sStreamName, const ::com::s… 517 const ::rtl::OUString& sStreamName ) 526 const ::rtl::OUString& sStreamName ) 703 …virtual void SAL_CALL insertRawNonEncrStreamElementDirect( const ::rtl::OUString& sStreamName, con… 712 …virtual void SAL_CALL insertStreamElementDirect( const ::rtl::OUString& sStreamName, const ::com::… 753 …virtual void SAL_CALL copyStreamElementData( const ::rtl::OUString& sStreamName, const ::com::sun:… 823 …L openEncryptedStreamElementByHierarchicalName( const ::rtl::OUString& sStreamName, ::sal_Int32 nO… 844 …SAL_CALL openEncryptedStreamByHierarchicalName( const ::rtl::OUString& sStreamName, ::sal_Int32 nO…
|
H A D | xstorage.cxx | 3778 const ::rtl::OUString& sStreamName ) in getPlainRawStreamElement() 3799 …if ( !sStreamName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( sStreamNa… in getPlainRawStreamElement() 3805 SotElement_Impl* pElement = m_pImpl->FindElement( sStreamName ); in getPlainRawStreamElement() 3887 const ::rtl::OUString& sStreamName ) in getRawEncrStreamElement() 3909 …if ( !sStreamName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( sStreamNa… in getRawEncrStreamElement() 3915 SotElement_Impl* pElement = m_pImpl->FindElement( sStreamName ); in getRawEncrStreamElement()
|
/aoo42x/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks1.cxx | 205 OUString sStreamName = OUString::createFromAscii("atevent.xml"); in GetMacroTable() local 207 sStreamName, embed::ElementModes::READ ); in GetMacroTable() 645 OUString sStreamName( RTL_CONSTASCII_USTRINGPARAM("atevent.xml") ); in SetMacroTable() local 649 uno::Reference < io::XStream > xDocStream = xRoot->openStreamElement( sStreamName, in SetMacroTable()
|
/aoo42x/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/ |
H A D | OOXMLPackage.java | 62 public InputStream getStream (final String sStreamName) in getStream() argument 64 return maPartManager.getStreamForStreamName(sStreamName); in getStream()
|
H A D | Package.java | 167 public InputStream getStream (final String sStreamName) in getStream() argument 169 return maPartManager.getStreamForStreamName(sStreamName); in getStream()
|
H A D | PartManager.java | 83 public InputStream getStreamForStreamName (final String sStreamName) in getStreamForStreamName() argument 86 ToZipEntryName(sStreamName)); in getStreamForStreamName()
|
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/ |
H A D | StreamView.java | 93 for (final String sStreamName : aPackage.listStreamNames()) in CreateTreeModel() 96 for (final String sPart : sStreamName.split("/")) in CreateTreeModel()
|
/aoo42x/main/starmath/source/ |
H A D | mathmlimport.cxx | 370 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent() local 372 if ( !xAccess->hasByName(sStreamName) || !xStorage->isStreamElement(sStreamName) ) in ReadThroughComponent() 377 sStreamName = OUString::createFromAscii(pCompatibilityStreamName); in ReadThroughComponent() 383 …uno::Reference < io::XStream > xEventsStream = xStorage->openStreamElement( sStreamName, embed::El… in ReadThroughComponent() 396 rPropSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in ReadThroughComponent()
|
H A D | mathmlexport.cxx | 333 OUString sStreamName = OUString::createFromAscii(pStreamName); in WriteThroughComponent() local 336 xStream = xStorage->openStreamElement( sStreamName, in WriteThroughComponent() 371 rPropSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in WriteThroughComponent()
|
/aoo42x/main/tools/inc/tools/ |
H A D | iparser.hxx | 88 UniString sStreamName; member in InformationParser
|