| /trunk/main/package/qa/storages/ |
| H A D | TestHelper.java | 48 String sStreamName, in WriteBytesToStream() argument 57 Error( "Can't get XOutputStream implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream() 65 Error( "Can't get XTruncate implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream() 77 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 85 Error( "Can't get XPropertySet implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream() 97 Error( "Can't set properties to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 107 … Error( "The 'Size' property of substream '" + sStreamName + "' contains wrong value!" ); in WriteBytesToStream() 113 … Error( "Can't get 'Size' property from substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 121 String sStreamName, in WriteBytesToSubstreamDefaultCompressed() argument 129 Object oSubStream = xStorage.openStreamElement( sStreamName, ElementModes.WRITE ); in WriteBytesToSubstreamDefaultCompressed() [all …]
|
| /trunk/main/odk/examples/java/Storage/ |
| H A D | TestHelper.java | 44 String sStreamName, in WriteBytesToStream() argument 53 Error( "Can't get XOutputStream implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream() 61 Error( "Can't get XTruncate implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream() 73 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 81 Error( "Can't get XPropertySet implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream() 93 Error( "Can't set properties to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 103 … Error( "The 'Size' property of substream '" + sStreamName + "' contains wrong value!" ); in WriteBytesToStream() 109 … Error( "Can't get 'Size' property from substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 117 Error( "Can't get XComponent implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream() 127 String sStreamName, in WriteBytesToSubstream() argument [all …]
|
| /trunk/main/package/qa/ofopxmlstorages/ |
| H A D | TestHelper.java | 48 String sStreamName, in WriteBytesToStream() argument 58 Error( "Can't get XOutputStream implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream() 66 Error( "Can't get XTruncate implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream() 78 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 86 Error( "Can't get XPropertySet implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream() 98 Error( "Can't set properties to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 108 … Error( "The 'Size' property of substream '" + sStreamName + "' contains wrong value!" ); in WriteBytesToStream() 114 … Error( "Can't get 'Size' property from substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 122 … Error( "Can't get XRelationshipAccess implementation from substream '" + sStreamName + "'!" ); in WriteBytesToStream() 133 Error( "Can't set relationships to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() [all …]
|
| /trunk/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()
|
| /trunk/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,
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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 | 3776 const ::rtl::OUString& sStreamName ) in getPlainRawStreamElement() 3797 …if ( !sStreamName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( sStreamNa… in getPlainRawStreamElement() 3803 SotElement_Impl* pElement = m_pImpl->FindElement( sStreamName ); in getPlainRawStreamElement() 3885 const ::rtl::OUString& sStreamName ) in getRawEncrStreamElement() 3907 …if ( !sStreamName.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( sStreamNa… in getRawEncrStreamElement() 3913 SotElement_Impl* pElement = m_pImpl->FindElement( sStreamName ); in getRawEncrStreamElement()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/tools/inc/tools/ |
| H A D | iparser.hxx | 88 UniString sStreamName; member in InformationParser
|