/aoo4110/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 …]
|
/aoo4110/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 …]
|
/aoo4110/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 …]
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | swxml.cxx | 326 OUString sStreamName = OUString::createFromAscii(pStreamName); in ReadThroughComponent() local 330 bContainsStream = xStorage->isStreamElement(sStreamName); in ReadThroughComponent() 346 sStreamName = OUString::createFromAscii(pCompatibilityStreamName); in ReadThroughComponent() 349 bContainsStream = xStorage->isStreamElement(sStreamName); in ReadThroughComponent() 367 xInfoSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in ReadThroughComponent() 373 …uno::Reference <io::XStream> xStream = xStorage->openStreamElement( sStreamName, embed::ElementMod… in ReadThroughComponent() 386 xInputStream, xModelComponent, sStreamName, rFactory, in ReadThroughComponent() 955 OUString sStreamName( RTL_CONSTASCII_USTRINGPARAM("layout-cache") ); in Read() local 958 …uno::Reference < io::XStream > xStm = xStorage->openStreamElement( sStreamName, embed::ElementMode… in Read()
|
H A D | wrtxml.cxx | 426 OUString sStreamName( RTL_CONSTASCII_USTRINGPARAM("layout-cache") ); in _Write() local 429 …uno::Reference < io::XStream > xStm = xStg->openStreamElement( sStreamName, embed::ElementModes::R… in _Write() 541 OUString sStreamName = OUString::createFromAscii( pStreamName ); in WriteThroughComponent() local 543 xStg->openStreamElement( sStreamName, in WriteThroughComponent() 581 xInfoSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in WriteThroughComponent()
|
/aoo4110/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,
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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 | 335 OUString sStreamName = OUString::createFromAscii(pStreamName); in WriteThroughComponent() local 338 xStream = xStorage->openStreamElement( sStreamName, in WriteThroughComponent() 373 rPropSet->setPropertyValue( sPropName, makeAny( sStreamName ) ); in WriteThroughComponent()
|
/aoo4110/main/tools/inc/tools/ |
H A D | iparser.hxx | 88 UniString sStreamName; member in InformationParser
|
/aoo4110/main/svl/source/fsstor/ |
H A D | fsstorage.hxx | 314 …L openEncryptedStreamElementByHierarchicalName( const ::rtl::OUString& sStreamName, ::sal_Int32 nO…
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.cxx | 1541 ::rtl::OUString sStreamName = ::rtl::OUString::createFromAscii( pStreamName ); in WriteThroughComponent() 1542 …Reference< XStream > xStream = _xStorageToSaveTo->openStreamElement( sStreamName, ElementModes::RE… in WriteThroughComponent()
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | DomainMapper.cxx | 4229 … ::rtl::OUString sStreamName = pOLEHandler->copyOLEOStream( m_pImpl->GetTextDocument() ); in sprmWithProps() 4230 if( sStreamName.getLength() ) in sprmWithProps() 4232 m_pImpl->appendOLE( sStreamName, pOLEHandler ); in sprmWithProps()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 2336 ::rtl::OUString sStreamName; in attachToRange() 2337 (*pStreamName) >>= sStreamName; in attachToRange() 2341 …pFrmFmt = pDoc->InsertOLE( aPam, sStreamName, embed::Aspects::MSOLE_CONTENT, &aFrmSet, NULL, NULL … in attachToRange()
|