Lines Matching refs:uno

66 typedef ::std::list< uno::WeakReference< lang::XComponent > > WeakComponentList;
98 ::rtl::OUString GetNewTempFileURL( const uno::Reference< lang::XMultiServiceFactory > xFactory );
102 const uno::Reference< io::XStream >& xSource, in completeStorageStreamCopy_Impl()
103 const uno::Reference< io::XStream >& xDest, in completeStorageStreamCopy_Impl()
105 const uno::Sequence< uno::Sequence< beans::StringPair > >& aRelInfo ) in completeStorageStreamCopy_Impl()
107 uno::Reference< beans::XPropertySet > xSourceProps( xSource, uno::UNO_QUERY ); in completeStorageStreamCopy_Impl()
108 uno::Reference< beans::XPropertySet > xDestProps( xDest, uno::UNO_QUERY ); in completeStorageStreamCopy_Impl()
110 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in completeStorageStreamCopy_Impl()
112 uno::Reference< io::XOutputStream > xDestOutStream = xDest->getOutputStream(); in completeStorageStreamCopy_Impl()
114 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in completeStorageStreamCopy_Impl()
116 uno::Reference< io::XInputStream > xSourceInStream = xSource->getInputStream(); in completeStorageStreamCopy_Impl()
118 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in completeStorageStreamCopy_Impl()
123 uno::Sequence< ::rtl::OUString > aPropNames( 1 ); in completeStorageStreamCopy_Impl()
135 uno::Reference< embed::XRelationshipAccess > xRelAccess( xDest, uno::UNO_QUERY_THROW ); in completeStorageStreamCopy_Impl()
147 uno::Reference< io::XInputStream > GetSeekableTempCopy( uno::Reference< io::XInputStream > xInStrea… in GetSeekableTempCopy()
148 uno::Reference< lang::XMultiServiceFactory > xFactory ) in GetSeekableTempCopy()
150 uno::Reference < io::XOutputStream > xTempOut( in GetSeekableTempCopy()
152 uno::UNO_QUERY ); in GetSeekableTempCopy()
153 uno::Reference < io::XInputStream > xTempIn( xTempOut, uno::UNO_QUERY ); in GetSeekableTempCopy()
156 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in GetSeekableTempCopy()
193 OStorage_Impl::OStorage_Impl( uno::Reference< io::XInputStream > xInputStream, in OStorage_Impl()
195 uno::Sequence< beans::PropertyValue > xProperties, in OStorage_Impl()
196 uno::Reference< lang::XMultiServiceFactory > xFactory, in OStorage_Impl()
233 OStorage_Impl::OStorage_Impl( uno::Reference< io::XStream > xStream, in OStorage_Impl()
235 uno::Sequence< beans::PropertyValue > xProperties, in OStorage_Impl()
236 uno::Reference< lang::XMultiServiceFactory > xFactory, in OStorage_Impl()
277 uno::Reference< container::XNameContainer > xPackageFolder, in OStorage_Impl()
278 uno::Reference< lang::XSingleServiceFactory > xPackage, in OStorage_Impl()
279 uno::Reference< lang::XMultiServiceFactory > xFactory, in OStorage_Impl()
317 catch ( uno::Exception& aException ) in ~OStorage_Impl()
329 uno::Reference< embed::XStorage > xTmp = pStorageIter->m_xWeakRef; in ~OStorage_Impl()
333 } catch( uno::Exception& aException ) in ~OStorage_Impl()
364 m_xPackageFolder = uno::Reference< container::XNameContainer >(); in ~OStorage_Impl()
365 m_xPackage = uno::Reference< lang::XSingleServiceFactory >(); in ~OStorage_Impl()
378 m_xInputStream = uno::Reference< io::XInputStream >(); in ~OStorage_Impl()
383 uno::Reference< io::XInputStream > xInStr = m_xStream->getInputStream(); in ~OStorage_Impl()
387 uno::Reference< io::XOutputStream > xOutStr = m_xStream->getOutputStream(); in ~OStorage_Impl()
391 m_xStream = uno::Reference< io::XStream >(); in ~OStorage_Impl()
394 catch( uno::Exception& aException ) in ~OStorage_Impl()
412 …ing.set( aContext.getSingleton( "com.sun.star.logging.DocumentIOLogRing" ), uno::UNO_QUERY_THROW ); in AddLog()
414 catch( uno::Exception& ) in AddLog()
438 uno::Reference< embed::XStorage > xTmp = pStorageIter->m_xWeakRef; in RemoveReadOnlyWrap()
443 } catch( uno::Exception& aException ) in RemoveReadOnlyWrap()
469 uno::Sequence< uno::Any > aArguments( 2 ); in OpenOwnPackage()
482 uno::makeAny( (sal_Bool)sal_False ) ); in OpenOwnPackage()
521 m_xPackage = uno::Reference< lang::XSingleServiceFactory > ( in OpenOwnPackage()
525 uno::UNO_QUERY ); in OpenOwnPackage()
528 uno::Reference< container::XHierarchicalNameAccess > xHNameAccess( m_xPackage, uno::UNO_QUERY ); in OpenOwnPackage()
533uno::Any aFolder = xHNameAccess->getByHierarchicalName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPAR… in OpenOwnPackage()
540 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in OpenOwnPackage()
544 uno::Reference< lang::XMultiServiceFactory > OStorage_Impl::GetServiceFactory() in GetServiceFactory()
566 uno::Reference< beans::XPropertySet > xProps( m_xPackageFolder, uno::UNO_QUERY_THROW ); in GetStorageProperties()
570 uno::Reference< beans::XPropertySet > xPackageProps( m_xPackage, uno::UNO_QUERY_THROW ); in GetStorageProperties()
596 uno::Reference< io::XInputStream > xRelInfoStream = GetRelInfoStreamForName( ::rtl::OUString() ); in ReadRelInfoIfNecessary()
618 catch( uno::Exception ) in ReadRelInfoIfNecessary()
636 uno::Reference< container::XEnumerationAccess > xEnumAccess( m_xPackageFolder, uno::UNO_QUERY ); in ReadContents()
638 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in ReadContents()
640 uno::Reference< container::XEnumeration > xEnum = xEnumAccess->createEnumeration(); in ReadContents()
642 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in ReadContents()
649 uno::Reference< container::XNamed > xNamed; in ReadContents()
655 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in ReadContents()
661 uno::Reference< container::XNameContainer > xNameContainer( xNamed, uno::UNO_QUERY ); in ReadContents()
667 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in ReadContents()
695 m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in ReadContents()
696 m_aRelInfo = uno::Sequence< uno::Sequence< beans::StringPair > >(); in ReadContents()
705 void OStorage_Impl::CopyToStorage( const uno::Reference< embed::XStorage >& xDest, sal_Bool bDirect… in CopyToStorage()
709 uno::Reference< beans::XPropertySet > xPropSet( xDest, uno::UNO_QUERY ); in CopyToStorage()
711 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CopyToStorage()
717 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CopyToStorage()
722 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CopyToStorage()
736 xPropSet->setPropertyValue( aMediaTypeString, uno::makeAny( m_aMediaType ) ); in CopyToStorage()
737 xPropSet->setPropertyValue( aVersionString, uno::makeAny( m_aVersion ) ); in CopyToStorage()
749 uno::Reference< embed::XEncryptionProtectedStorage > xEncr( xDest, uno::UNO_QUERY ); in CopyToStorage()
754 uno::Sequence< beans::NamedValue > aAlgorithms; in CopyToStorage()
755uno::Reference< beans::XPropertySet > xPackPropSet( m_xPackage, uno::UNO_QUERY_THROW ); in CopyToStorage()
782 uno::Reference< embed::XRelationshipAccess > xRels( xDest, uno::UNO_QUERY ); in CopyToStorage()
784 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CopyToStorage()
790 uno::Reference< embed::XTransactedObject > xObjToCommit( xDest, uno::UNO_QUERY ); in CopyToStorage()
797 uno::Reference< embed::XStorage > xDest, in CopyStorageElement()
806 uno::Reference< container::XNameAccess > xDestAccess( xDest, uno::UNO_QUERY ); in CopyStorageElement()
808 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in CopyStorageElement()
816 uno::Reference< embed::XStorage > xSubDest = in CopyStorageElement()
826 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CopyStorageElement()
837 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CopyStorageElement()
845 uno::Sequence< beans::PropertyValue > aStrProps(0); in CopyStorageElement()
846 uno::Sequence< beans::PropertyValue > aSrcPkgProps = pElement->m_pStream->GetStreamProperties(); in CopyStorageElement()
876 uno::Reference< embed::XRelationshipAccess > xRels( xDest, uno::UNO_QUERY ); in CopyStorageElement()
878 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CopyStorageElement()
883 uno::Reference< embed::XOptimizedStorage > xOptDest( xDest, uno::UNO_QUERY_THROW ); in CopyStorageElement()
884 uno::Reference < io::XInputStream > xInputToInsert; in CopyStorageElement()
902 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CopyStorageElement()
908 uno::Reference< io::XStream > xSubStr = in CopyStorageElement()
919 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CopyStorageElement()
941 uno::Reference< io::XStream > xDestStream = in CopyStorageElement()
947 uno::Reference< beans::XPropertySet > xProps( xDestStream, uno::UNO_QUERY_THROW ); in CopyStorageElement()
950 uno::Any( (sal_Bool) sal_True ) ); in CopyStorageElement()
955 uno::Reference< embed::XStorage2 > xDest2( xDest, uno::UNO_QUERY_THROW ); in CopyStorageElement()
956 uno::Reference< io::XStream > xSubStr = in CopyStorageElement()
973uno::Reference< io::XStream > xOwnStream = pElement->m_pStream->GetStream( embed::ElementModes::RE… in CopyStorageElement()
975 uno::Reference< io::XStream > xDestStream = in CopyStorageElement()
981 uno::Reference< beans::XPropertySet > xProps( xDestStream, uno::UNO_QUERY_THROW ); in CopyStorageElement()
984 uno::Any( (sal_Bool) sal_True ) ); in CopyStorageElement()
995 uno::Reference< embed::XStorageRawAccess > xRawDest( xDest, uno::UNO_QUERY_THROW ); in CopyStorageElement()
996 uno::Reference< io::XInputStream > xRawInStream = pElement->m_pStream->GetRawInStream(); in CopyStorageElement()
1004 uno::Sequence< uno::Sequence< beans::StringPair > > OStorage_Impl::GetAllRelationshipsIfAny() in GetAllRelationshipsIfAny()
1007 return uno::Sequence< uno::Sequence< beans::StringPair > >(); in GetAllRelationshipsIfAny()
1016 uno::Reference< uno::XInterface >() ); in GetAllRelationshipsIfAny()
1020 void OStorage_Impl::CopyLastCommitTo( const uno::Reference< embed::XStorage >& xNewStor ) in CopyLastCommitTo()
1026 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in CopyLastCommitTo()
1041 const uno::Reference< container::XNameContainer >& xParentPackageFolder ) in InsertIntoPackageFolder()
1046 uno::Reference< lang::XUnoTunnel > xTunnel( m_xPackageFolder, uno::UNO_QUERY ); in InsertIntoPackageFolder()
1048 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in InsertIntoPackageFolder()
1050 xParentPackageFolder->insertByName( aName, uno::makeAny( xTunnel ) ); in InsertIntoPackageFolder()
1071 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in Commit()
1076 uno::Reference< container::XNameContainer > xNewPackageFolder; in Commit()
1084 uno::Sequence< uno::Any > aSeq( 1 ); in Commit()
1087 xNewPackageFolder = uno::Reference< container::XNameContainer >( in Commit()
1089 uno::UNO_QUERY ); in Commit()
1184 uno::Any aPackageElement = m_xPackageFolder->getByName( (*pElementIter)->m_aOriginalName ); in Commit()
1191 uno::Reference< container::XNamed > xNamed; in Commit()
1192 uno::Any aPackageElement = xNewPackageFolder->getByName( (*pElementIter)->m_aOriginalName ); in Commit()
1202 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in Commit()
1219 uno::Reference< lang::XUnoTunnel > xNewElement; in Commit()
1227 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in Commit()
1238 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in Commit()
1259 uno::Reference< beans::XPropertySet > xProps( xNewPackageFolder, uno::UNO_QUERY ); in Commit()
1261 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in Commit()
1263 …xProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) ), uno::make… in Commit()
1264 …xProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ), uno::makeAn… in Commit()
1272 uno::Reference< util::XChangesBatch > xChangesBatch( m_xPackage, uno::UNO_QUERY ); in Commit()
1276 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in Commit()
1288 m_xStream = uno::Reference< io::XStream >(); in Commit()
1289 m_xInputStream = uno::Reference< io::XInputStream >(); in Commit()
1364 m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in Revert()
1365 m_aRelInfo = uno::Sequence< uno::Sequence< beans::StringPair > >(); in Revert()
1377 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in GetCommonRootEncryptionData()
1382 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in GetCommonRootEncryptionData()
1389 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in GetCommonRootEncryptionData()
1419 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in InsertStream()
1421 uno::Sequence< uno::Any > aSeq( 1 ); in InsertStream()
1423 uno::Reference< lang::XUnoTunnel > xNewElement( m_xPackage->createInstanceWithArguments( aSeq ), in InsertStream()
1424 uno::UNO_QUERY ); in InsertStream()
1428 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in InsertStream()
1430 uno::Reference< packages::XDataSinkEncrSupport > xPackageSubStream( xNewElement, uno::UNO_QUERY ); in InsertStream()
1432 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in InsertStream()
1436 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in InsertStream()
1450 SotElement_Impl* OStorage_Impl::InsertRawStream( ::rtl::OUString aName, const uno::Reference< io::X… in InsertRawStream()
1455 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in InsertRawStream()
1458 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in InsertRawStream()
1460 uno::Reference< io::XSeekable > xSeek( xInStream, uno::UNO_QUERY ); in InsertRawStream()
1461 uno::Reference< io::XInputStream > xInStrToInsert = xSeek.is() ? xInStream : in InsertRawStream()
1464 uno::Sequence< uno::Any > aSeq( 1 ); in InsertRawStream()
1466 uno::Reference< lang::XUnoTunnel > xNewElement( m_xPackage->createInstanceWithArguments( aSeq ), in InsertRawStream()
1467 uno::UNO_QUERY ); in InsertRawStream()
1471 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in InsertRawStream()
1473 uno::Reference< packages::XDataSinkEncrSupport > xPackageSubStream( xNewElement, uno::UNO_QUERY ); in InsertRawStream()
1475 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in InsertRawStream()
1497 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CreateNewStorageImpl()
1499 uno::Sequence< uno::Any > aSeq( 1 ); in CreateNewStorageImpl()
1501 uno::Reference< lang::XUnoTunnel > xNewElement( m_xPackage->createInstanceWithArguments( aSeq ), in CreateNewStorageImpl()
1502 uno::UNO_QUERY ); in CreateNewStorageImpl()
1506 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CreateNewStorageImpl()
1508 uno::Reference< container::XNameContainer > xPackageSubFolder( xNewElement, uno::UNO_QUERY ); in CreateNewStorageImpl()
1510 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in CreateNewStorageImpl()
1582 uno::Reference< lang::XUnoTunnel > xTunnel; in OpenSubStorage()
1585 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in OpenSubStorage()
1587 uno::Reference< container::XNameContainer > xPackageSubFolder( xTunnel, uno::UNO_QUERY ); in OpenSubStorage()
1592 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in OpenSubStorage()
1610 uno::Reference< lang::XUnoTunnel > xTunnel; in OpenSubStream()
1613 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in OpenSubStream()
1615 uno::Reference< packages::XDataSinkEncrSupport > xPackageSubStream( xTunnel, uno::UNO_QUERY ); in OpenSubStream()
1617 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in OpenSubStream()
1625 uno::Sequence< ::rtl::OUString > OStorage_Impl::GetElementNames() in GetElementNames()
1632 uno::Sequence< ::rtl::OUString > aElementNames( nSize ); in GetElementNames()
1656 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in RemoveElement()
1692 uno::Reference< io::XStream >& xTargetStream ) in CloneStreamElement()
1698 uno::RuntimeException ) in CloneStreamElement()
1704 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CloneStreamElement()
1707 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CloneStreamElement()
1729 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CloneStreamElement()
1768 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in CreateRelStorage()
1771 m_xRelStorage = uno::Reference< embed::XStorage >( (embed::XStorage*) pResultStorage ); in CreateRelStorage()
1782 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in CommitStreamRelInfo()
1799 uno::Reference< io::XInputStream > OStorage_Impl::GetRelInfoStreamForName( const ::rtl::OUString& a… in GetRelInfoStreamForName()
1810uno::Reference< io::XStream > xStream = m_xRelStorage->openStreamElement( aRelStreamName, embed::E… in GetRelInfoStreamForName()
1817 return uno::Reference< io::XInputStream >(); in GetRelInfoStreamForName()
1821 void OStorage_Impl::CommitRelInfo( const uno::Reference< container::XNameContainer >& xNewPackageFo… in CommitRelInfo()
1827 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in CommitRelInfo()
1832 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in CommitRelInfo()
1844 uno::Reference< io::XStream > xRelsStream = in CommitRelInfo()
1848 uno::Reference< io::XOutputStream > xOutStream = xRelsStream->getOutputStream(); in CommitRelInfo()
1850 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in CommitRelInfo()
1855 uno::Reference< beans::XPropertySet > xPropSet( xRelsStream, uno::UNO_QUERY_THROW ); in CommitRelInfo()
1858 uno::makeAny( ::rtl::OUString( in CommitRelInfo()
1871 uno::Reference< io::XStream > xRelsStream = in CommitRelInfo()
1875 uno::Reference< io::XOutputStream > xOutputStream = xRelsStream->getOutputStream(); in CommitRelInfo()
1877 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in CommitRelInfo()
1879 uno::Reference< io::XSeekable > xSeek( m_xNewRelInfoStream, uno::UNO_QUERY_THROW ); in CommitRelInfo()
1884 uno::Reference< beans::XPropertySet > xPropSet( xRelsStream, uno::UNO_QUERY_THROW ); in CommitRelInfo()
1887 uno::makeAny( ::rtl::OUString( in CommitRelInfo()
1890 m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in CommitRelInfo()
1893 m_aRelInfo = uno::Sequence< uno::Sequence< beans::StringPair > >(); in CommitRelInfo()
1905 uno::Reference< embed::XTransactedObject > xTrans( m_xRelStorage, uno::UNO_QUERY_THROW ); in CommitRelInfo()
1918 m_xRelStorage = uno::Reference< embed::XStorage >(); in CommitRelInfo()
1931 OStorage::OStorage( uno::Reference< io::XInputStream > xInputStream, in OStorage()
1933 uno::Sequence< beans::PropertyValue > xProperties, in OStorage()
1934 uno::Reference< lang::XMultiServiceFactory > xFactory, in OStorage()
1943 OStorage::OStorage( uno::Reference< io::XStream > xStream, in OStorage()
1945 uno::Sequence< beans::PropertyValue > xProperties, in OStorage()
1946 uno::Reference< lang::XMultiServiceFactory > xFactory, in OStorage()
1982 catch( uno::RuntimeException& aRuntimeException ) in ~OStorage()
2016 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in InternalDispose()
2040 uno::Reference< lang::XComponent > xTmp = (*pCompIter); in InternalDispose()
2043 xTmp->removeEventListener( uno::Reference< lang::XEventListener >( in InternalDispose()
2048 } catch( uno::Exception& aException ) in InternalDispose()
2083 void OStorage::ChildIsDisposed( const uno::Reference< uno::XInterface >& xChild ) in ChildIsDisposed()
2095 uno::Reference< lang::XComponent > xTmp = (*pCompIter); in ChildIsDisposed()
2115 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in BroadcastModifiedIfNecessary()
2129 ::getCppuType( ( const uno::Reference< util::XModifyListener >*) NULL ) ); in BroadcastModifiedIfNecessary()
2153 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in BroadcastTransaction()
2162 ::getCppuType( ( const uno::Reference< embed::XTransactionListener >*) NULL ) ); in BroadcastTransaction()
2204 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in OpenStreamElement_Impl()
2211 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in OpenStreamElement_Impl()
2220 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in OpenStreamElement_Impl()
2226 void OStorage::MakeLinkToSubComponent_Impl( const uno::Reference< lang::XComponent >& xComponent ) in MakeLinkToSubComponent_Impl()
2229 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in MakeLinkToSubComponent_Impl()
2237 xComponent->addEventListener( uno::Reference< lang::XEventListener >( in MakeLinkToSubComponent_Impl()
2238 static_cast< ::cppu::OWeakObject* >( m_pData->m_pSubElDispListener ), uno::UNO_QUERY ) ); in MakeLinkToSubComponent_Impl()
2248 uno::Any SAL_CALL OStorage::queryInterface( const uno::Type& rType ) in queryInterface()
2249 throw( uno::RuntimeException ) in queryInterface()
2251 uno::Any aReturn; in queryInterface()
2327 uno::Sequence< uno::Type > SAL_CALL OStorage::getTypes() in getTypes()
2328 throw( uno::RuntimeException ) in getTypes()
2341 ( ::getCppuType( ( const uno::Reference< lang::XTypeProvider >* )NULL ) in getTypes()
2342 , ::getCppuType( ( const uno::Reference< embed::XStorage >* )NULL ) in getTypes()
2343 , ::getCppuType( ( const uno::Reference< embed::XStorage2 >* )NULL ) in getTypes()
2344 , ::getCppuType( ( const uno::Reference< embed::XStorageRawAccess >* )NULL ) in getTypes()
2345 , ::getCppuType( ( const uno::Reference< embed::XTransactedObject >* )NULL ) in getTypes()
2346 , ::getCppuType( ( const uno::Reference< embed::XTransactionBroadcaster >* )NULL ) in getTypes()
2347 , ::getCppuType( ( const uno::Reference< util::XModifiable >* )NULL ) in getTypes()
2348 , ::getCppuType( ( const uno::Reference< embed::XEncryptionProtectedStorage >* )NULL ) in getTypes()
2349 , ::getCppuType( ( const uno::Reference< embed::XEncryptionProtectedSource2 >* )NULL ) in getTypes()
2350 , ::getCppuType( ( const uno::Reference< embed::XEncryptionProtectedSource >* )NULL ) in getTypes()
2351 , ::getCppuType( ( const uno::Reference< beans::XPropertySet >* )NULL ) ); in getTypes()
2356 ( ::getCppuType( ( const uno::Reference< lang::XTypeProvider >* )NULL ) in getTypes()
2357 , ::getCppuType( ( const uno::Reference< embed::XStorage >* )NULL ) in getTypes()
2358 , ::getCppuType( ( const uno::Reference< embed::XStorage2 >* )NULL ) in getTypes()
2359 , ::getCppuType( ( const uno::Reference< embed::XStorageRawAccess >* )NULL ) in getTypes()
2360 , ::getCppuType( ( const uno::Reference< embed::XTransactedObject >* )NULL ) in getTypes()
2361 , ::getCppuType( ( const uno::Reference< embed::XTransactionBroadcaster >* )NULL ) in getTypes()
2362 , ::getCppuType( ( const uno::Reference< util::XModifiable >* )NULL ) in getTypes()
2363 , ::getCppuType( ( const uno::Reference< beans::XPropertySet >* )NULL ) ); in getTypes()
2369 ( ::getCppuType( ( const uno::Reference< lang::XTypeProvider >* )NULL ) in getTypes()
2370 , ::getCppuType( ( const uno::Reference< embed::XStorage >* )NULL ) in getTypes()
2371 , ::getCppuType( ( const uno::Reference< embed::XTransactedObject >* )NULL ) in getTypes()
2372 , ::getCppuType( ( const uno::Reference< embed::XTransactionBroadcaster >* )NULL ) in getTypes()
2373 , ::getCppuType( ( const uno::Reference< util::XModifiable >* )NULL ) in getTypes()
2374 , ::getCppuType( ( const uno::Reference< embed::XRelationshipAccess >* )NULL ) in getTypes()
2375 , ::getCppuType( ( const uno::Reference< beans::XPropertySet >* )NULL ) ); in getTypes()
2380 ( ::getCppuType( ( const uno::Reference< lang::XTypeProvider >* )NULL ) in getTypes()
2381 , ::getCppuType( ( const uno::Reference< embed::XStorage >* )NULL ) in getTypes()
2382 , ::getCppuType( ( const uno::Reference< embed::XTransactedObject >* )NULL ) in getTypes()
2383 , ::getCppuType( ( const uno::Reference< embed::XTransactionBroadcaster >* )NULL ) in getTypes()
2384 , ::getCppuType( ( const uno::Reference< util::XModifiable >* )NULL ) in getTypes()
2385 , ::getCppuType( ( const uno::Reference< beans::XPropertySet >* )NULL ) ); in getTypes()
2396 uno::Sequence< sal_Int8 > SAL_CALL OStorage::getImplementationId() in getImplementationId()
2397 throw( uno::RuntimeException ) in getImplementationId()
2409 void SAL_CALL OStorage::copyToStorage( const uno::Reference< embed::XStorage >& xDest ) in copyToStorage()
2414 uno::RuntimeException ) in copyToStorage()
2423 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyToStorage()
2426 …if ( !xDest.is() || xDest == uno::Reference< uno::XInterface >( static_cast< OWeakObject*> ( this … in copyToStorage()
2427 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyToStorage()
2456 catch( uno::RuntimeException& aRuntimeException ) in copyToStorage()
2462 catch( uno::Exception& aException ) in copyToStorage()
2467 uno::Any aCaught( ::cppu::getCaughtException() ); in copyToStorage()
2469 uno::Reference< io::XInputStream >(), in copyToStorage()
2475 uno::Reference< io::XStream > SAL_CALL OStorage::openStreamElement( in openStreamElement()
2482 uno::RuntimeException ) in openStreamElement()
2491 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStreamElement()
2495 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in openStreamElement()
2499 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStreamElement()
2502 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStreamElement()
2504 uno::Reference< io::XStream > xResult; in openStreamElement()
2516 uno::Reference< lang::XComponent > xStreamComponent( xResult, uno::UNO_QUERY ); in openStreamElement()
2518 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in openStreamElement()
2553 catch( uno::RuntimeException& aRuntimeException ) in openStreamElement()
2559 catch( uno::Exception& aException ) in openStreamElement()
2564 uno::Any aCaught( ::cppu::getCaughtException() ); in openStreamElement()
2566 uno::Reference< io::XInputStream >(), in openStreamElement()
2578 uno::Reference< io::XStream > SAL_CALL OStorage::openEncryptedStreamElement( in openEncryptedStreamElement()
2586 uno::RuntimeException ) in openEncryptedStreamElement()
2594 uno::Reference< embed::XStorage > SAL_CALL OStorage::openStorageElement( in openStorageElement()
2600 uno::RuntimeException ) in openStorageElement()
2609 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStorageElement()
2613 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in openStorageElement()
2617 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStorageElement()
2620 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStorageElement()
2624 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStorageElement()
2629 uno::Reference< embed::XStorage > xResult; in openStorageElement()
2639 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStorageElement()
2646 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStorageElement()
2653 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStorageElement()
2658 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStorageElement()
2685 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStorageElement()
2689 xResult = uno::Reference< embed::XStorage >( (embed::XStorage*) pResultStorage ); in openStorageElement()
2697 uno::Reference< lang::XComponent > xStorageComponent( xResult, uno::UNO_QUERY ); in openStorageElement()
2699 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in openStorageElement()
2728 catch( uno::RuntimeException& aRuntimeException ) in openStorageElement()
2734 catch( uno::Exception& aException ) in openStorageElement()
2739 uno::Any aCaught( ::cppu::getCaughtException() ); in openStorageElement()
2741 uno::Reference< io::XInputStream >(), in openStorageElement()
2749 uno::Reference< io::XStream > SAL_CALL OStorage::cloneStreamElement( const ::rtl::OUString& aStream… in cloneStreamElement()
2755 uno::RuntimeException ) in cloneStreamElement()
2764 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in cloneStreamElement()
2768 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in cloneStreamElement()
2772 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in cloneStreamElement()
2776 uno::Reference< io::XStream > xResult; in cloneStreamElement()
2779 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in cloneStreamElement()
2812 catch( uno::RuntimeException& aRuntimeException ) in cloneStreamElement()
2818 catch( uno::Exception& aException ) in cloneStreamElement()
2823 uno::Any aCaught( ::cppu::getCaughtException() ); in cloneStreamElement()
2825 uno::Reference< io::XInputStream >(), in cloneStreamElement()
2831 uno::Reference< io::XStream > SAL_CALL OStorage::cloneEncryptedStreamElement( in cloneEncryptedStreamElement()
2840 uno::RuntimeException ) in cloneEncryptedStreamElement()
2849 const uno::Reference< embed::XStorage >& xTargetStorage ) in copyLastCommitTo()
2854 uno::RuntimeException ) in copyLastCommitTo()
2863 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyLastCommitTo()
2894 catch( uno::RuntimeException& aRuntimeException ) in copyLastCommitTo()
2900 catch( uno::Exception& aException ) in copyLastCommitTo()
2905 uno::Any aCaught( ::cppu::getCaughtException() ); in copyLastCommitTo()
2907 uno::Reference< io::XInputStream >(), in copyLastCommitTo()
2916 const uno::Reference< embed::XStorage >& xTargetStorage ) in copyStorageElementLastCommitTo()
2921 uno::RuntimeException ) in copyStorageElementLastCommitTo()
2930 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyStorageElementLastCommitTo()
2934 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in copyStorageElementLastCommitTo()
2938 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyStorageElementLastCommitTo()
2949 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyStorageElementLastCommitTo()
2953 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyStorageElementLastCommitTo()
2959 uno::Reference< embed::XStorage > xResult; in copyStorageElementLastCommitTo()
2968 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyStorageElementLastCommitTo()
2994 catch( uno::RuntimeException& aRuntimeException ) in copyStorageElementLastCommitTo()
3000 catch( uno::Exception& aException ) in copyStorageElementLastCommitTo()
3005 uno::Any aCaught( ::cppu::getCaughtException() ); in copyStorageElementLastCommitTo()
3007 uno::Reference< io::XInputStream >(), in copyStorageElementLastCommitTo()
3017 uno::RuntimeException ) in isStreamElement()
3024 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in isStreamElement()
3028 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in isStreamElement()
3032 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in isStreamElement()
3058 catch( uno::RuntimeException& aRuntimeException ) in isStreamElement()
3064 catch( uno::Exception& aException ) in isStreamElement()
3069 uno::Any aCaught( ::cppu::getCaughtException() ); in isStreamElement()
3071 uno::Reference< io::XInputStream >(), in isStreamElement()
3076 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in isStreamElement()
3086 uno::RuntimeException ) in isStorageElement()
3093 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in isStorageElement()
3097 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in isStorageElement()
3101 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in isStorageElement()
3127 catch( uno::RuntimeException& aRuntimeException ) in isStorageElement()
3133 catch( uno::Exception& aException ) in isStorageElement()
3138 uno::Any aCaught( ::cppu::getCaughtException() ); in isStorageElement()
3140 uno::Reference< io::XInputStream >(), in isStorageElement()
3145 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in isStorageElement()
3157 uno::RuntimeException ) in removeElement()
3166 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeElement()
3170 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in removeElement()
3174 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeElement()
3177 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeElement()
3184 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeElement()
3221 catch( uno::RuntimeException& aRuntimeException ) in removeElement()
3227 catch( uno::Exception& aException ) in removeElement()
3232 uno::Any aCaught( ::cppu::getCaughtException() ); in removeElement()
3234 uno::Reference< io::XInputStream >(), in removeElement()
3251 uno::RuntimeException ) in renameElement()
3260 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in renameElement()
3265 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in renameElement()
3270 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in renameElement()
3273 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in renameElement()
3279 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in renameElement()
3283 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in renameElement()
3326 catch( uno::RuntimeException& aRuntimeException ) in renameElement()
3332 catch( uno::Exception& aException ) in renameElement()
3337 uno::Any aCaught( ::cppu::getCaughtException() ); in renameElement()
3339 uno::Reference< io::XInputStream >(), in renameElement()
3350 const uno::Reference< embed::XStorage >& xDest, in copyElementTo()
3358 uno::RuntimeException ) in copyElementTo()
3367 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyElementTo()
3372 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in copyElementTo()
3376 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyElementTo()
3381 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyElementTo()
3387 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyElementTo()
3389 uno::Reference< XNameAccess > xNameAccess( xDest, uno::UNO_QUERY ); in copyElementTo()
3391 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in copyElementTo()
3394 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyElementTo()
3434 catch( uno::RuntimeException& aRuntimeException ) in copyElementTo()
3440 catch( uno::Exception& aException ) in copyElementTo()
3445 uno::Any aCaught( ::cppu::getCaughtException() ); in copyElementTo()
3447 uno::Reference< io::XInputStream >(), in copyElementTo()
3455 const uno::Reference< embed::XStorage >& xDest, in moveElementTo()
3463 uno::RuntimeException ) in moveElementTo()
3472 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in moveElementTo()
3477 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in moveElementTo()
3479 …if ( !xDest.is() || xDest == uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this … in moveElementTo()
3480 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in moveElementTo()
3485 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in moveElementTo()
3488 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in moveElementTo()
3494 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in moveElementTo()
3496 uno::Reference< XNameAccess > xNameAccess( xDest, uno::UNO_QUERY ); in moveElementTo()
3498 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in moveElementTo()
3501 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in moveElementTo()
3546 catch( uno::RuntimeException& aRuntimeException ) in moveElementTo()
3552 catch( uno::Exception& aException ) in moveElementTo()
3557 uno::Any aCaught( ::cppu::getCaughtException() ); in moveElementTo()
3559 uno::Reference< io::XInputStream >(), in moveElementTo()
3573 uno::Reference< io::XStream > SAL_CALL OStorage::openEncryptedStream( in openEncryptedStream()
3574 …const ::rtl::OUString& aStreamName, sal_Int32 nOpenMode, const uno::Sequence< beans::NamedValue >&… in openEncryptedStream()
3581 uno::RuntimeException ) in openEncryptedStream()
3590 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openEncryptedStream()
3597 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openEncryptedStream()
3600 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openEncryptedStream()
3602 uno::Reference< io::XStream > xResult; in openEncryptedStream()
3614 uno::Reference< lang::XComponent > xStreamComponent( xResult, uno::UNO_QUERY ); in openEncryptedStream()
3616 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in openEncryptedStream()
3657 catch( uno::RuntimeException& aRuntimeException ) in openEncryptedStream()
3663 catch( uno::Exception& aException ) in openEncryptedStream()
3668 uno::Any aCaught( ::cppu::getCaughtException() ); in openEncryptedStream()
3670 uno::Reference< io::XInputStream >(), in openEncryptedStream()
3682 uno::Reference< io::XStream > SAL_CALL OStorage::cloneEncryptedStream( in cloneEncryptedStream()
3684 const uno::Sequence< beans::NamedValue >& aEncryptionData ) in cloneEncryptedStream()
3691 uno::RuntimeException ) in cloneEncryptedStream()
3700 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in cloneEncryptedStream()
3707 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in cloneEncryptedStream()
3711 uno::Reference< io::XStream > xResult; in cloneEncryptedStream()
3714 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in cloneEncryptedStream()
3753 catch( uno::RuntimeException& aRuntimeException ) in cloneEncryptedStream()
3759 catch( uno::Exception& aException ) in cloneEncryptedStream()
3764 uno::Any aCaught( ::cppu::getCaughtException() ); in cloneEncryptedStream()
3766 uno::Reference< io::XInputStream >(), in cloneEncryptedStream()
3777 uno::Reference< io::XInputStream > SAL_CALL OStorage::getPlainRawStreamElement( in getPlainRawStreamElement()
3784 uno::RuntimeException ) in getPlainRawStreamElement()
3793 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getPlainRawStreamElement()
3797 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in getPlainRawStreamElement()
3800 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in getPlainRawStreamElement()
3802 uno::Reference < io::XInputStream > xTempIn; in getPlainRawStreamElement()
3807 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getPlainRawStreamElement()
3813 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getPlainRawStreamElement()
3816 uno::Reference< io::XInputStream > xRawInStream = pElement->m_pStream->GetPlainRawInStream(); in getPlainRawStreamElement()
3818 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getPlainRawStreamElement()
3820 uno::Reference < io::XOutputStream > xTempOut( in getPlainRawStreamElement()
3823 uno::UNO_QUERY ); in getPlainRawStreamElement()
3824 xTempIn = uno::Reference < io::XInputStream >( xTempOut, uno::UNO_QUERY ); in getPlainRawStreamElement()
3825 uno::Reference < io::XSeekable > xSeek( xTempOut, uno::UNO_QUERY ); in getPlainRawStreamElement()
3828 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getPlainRawStreamElement()
3865 catch( uno::RuntimeException& aRuntimeException ) in getPlainRawStreamElement()
3871 catch( uno::Exception& aException ) in getPlainRawStreamElement()
3876 uno::Any aCaught( ::cppu::getCaughtException() ); in getPlainRawStreamElement()
3878 uno::Reference< io::XInputStream >(), in getPlainRawStreamElement()
3886 uno::Reference< io::XInputStream > SAL_CALL OStorage::getRawEncrStreamElement( in getRawEncrStreamElement()
3894 uno::RuntimeException ) in getRawEncrStreamElement()
3903 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getRawEncrStreamElement()
3907 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getRawEncrStreamElement()
3910 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in getRawEncrStreamElement()
3912 uno::Reference < io::XInputStream > xTempIn; in getRawEncrStreamElement()
3917 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getRawEncrStreamElement()
3923 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getRawEncrStreamElement()
3927 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getRawEncrStreamElement()
3929 uno::Reference< io::XInputStream > xRawInStream = pElement->m_pStream->GetRawInStream(); in getRawEncrStreamElement()
3931 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getRawEncrStreamElement()
3933 uno::Reference < io::XOutputStream > xTempOut( in getRawEncrStreamElement()
3936 uno::UNO_QUERY ); in getRawEncrStreamElement()
3937 xTempIn = uno::Reference < io::XInputStream >( xTempOut, uno::UNO_QUERY ); in getRawEncrStreamElement()
3938 uno::Reference < io::XSeekable > xSeek( xTempOut, uno::UNO_QUERY ); in getRawEncrStreamElement()
3941 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getRawEncrStreamElement()
3985 catch( uno::RuntimeException& aRuntimeException ) in getRawEncrStreamElement()
3991 catch( uno::Exception& aException ) in getRawEncrStreamElement()
3996 uno::Any aCaught( ::cppu::getCaughtException() ); in getRawEncrStreamElement()
3998 uno::Reference< io::XInputStream >(), in getRawEncrStreamElement()
4007 const uno::Reference< io::XInputStream >& xInStream ) in insertRawEncrStreamElement()
4014 uno::RuntimeException) in insertRawEncrStreamElement()
4023 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertRawEncrStreamElement()
4027 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertRawEncrStreamElement()
4030 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in insertRawEncrStreamElement()
4033 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertRawEncrStreamElement()
4036 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertRawEncrStreamElement()
4042 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertRawEncrStreamElement()
4082 catch( uno::RuntimeException& aRuntimeException ) in insertRawEncrStreamElement()
4088 catch( uno::Exception& aException ) in insertRawEncrStreamElement()
4093 uno::Any aCaught( ::cppu::getCaughtException() ); in insertRawEncrStreamElement()
4095 uno::Reference< io::XInputStream >(), in insertRawEncrStreamElement()
4108 uno::RuntimeException ) in commit()
4112 uno::Reference< util::XModifiable > xParentModif; in commit()
4122 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in commit()
4126 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in commit()
4146 catch( uno::RuntimeException& aRuntimeException ) in commit()
4152 catch( uno::Exception& aException ) in commit()
4157 uno::Any aCaught( ::cppu::getCaughtException() ); in commit()
4159 uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >( this ) ), in commit()
4174 uno::RuntimeException ) in revert()
4187 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in revert()
4197 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in revert()
4220 catch( uno::RuntimeException& aRuntimeException ) in revert()
4226 catch( uno::Exception& aException ) in revert()
4231 uno::Any aCaught( ::cppu::getCaughtException() ); in revert()
4233 uno::Reference< uno::XInterface >( static_cast< ::cppu::OWeakObject* >( this ) ), in revert()
4248 void SAL_CALL OStorage::addTransactionListener( const uno::Reference< embed::XTransactionListener >… in addTransactionListener()
4249 throw ( uno::RuntimeException ) in addTransactionListener()
4256 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in addTransactionListener()
4259 …m_pData->m_aListenersContainer.addInterface( ::getCppuType((const uno::Reference< embed::XTransact… in addTransactionListener()
4264 void SAL_CALL OStorage::removeTransactionListener( const uno::Reference< embed::XTransactionListene… in removeTransactionListener()
4265 throw ( uno::RuntimeException ) in removeTransactionListener()
4272 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeTransactionListener()
4275 …m_pData->m_aListenersContainer.removeInterface( ::getCppuType((const uno::Reference< embed::XTrans… in removeTransactionListener()
4288 throw ( uno::RuntimeException ) in isModified()
4295 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in isModified()
4305 uno::RuntimeException ) in setModified()
4312 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setModified()
4316 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setModified()
4331 const uno::Reference< util::XModifyListener >& aListener ) in addModifyListener()
4332 throw ( uno::RuntimeException ) in addModifyListener()
4339 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in addModifyListener()
4343 ::getCppuType( ( const uno::Reference< util::XModifyListener >* )0 ), aListener ); in addModifyListener()
4349 const uno::Reference< util::XModifyListener >& aListener ) in removeModifyListener()
4350 throw ( uno::RuntimeException ) in removeModifyListener()
4357 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeModifyListener()
4361 ::getCppuType( ( const uno::Reference< util::XModifyListener >* )0 ), aListener ); in removeModifyListener()
4369 uno::Any SAL_CALL OStorage::getByName( const ::rtl::OUString& aName ) in getByName()
4372 uno::RuntimeException ) in getByName()
4381 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getByName()
4385 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in getByName()
4389 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getByName()
4391 uno::Any aResult; in getByName()
4396 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getByName()
4415 catch( uno::RuntimeException& aRuntimeException ) in getByName()
4421 catch ( uno::Exception& aException ) in getByName()
4426 uno::Any aCaught( ::cppu::getCaughtException() ); in getByName()
4428 uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this ), in getByName()
4429 uno::UNO_QUERY ), in getByName()
4438 uno::Sequence< ::rtl::OUString > SAL_CALL OStorage::getElementNames() in getElementNames()
4439 throw ( uno::RuntimeException ) in getElementNames()
4448 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getElementNames()
4455 catch( uno::RuntimeException& aRuntimeException ) in getElementNames()
4461 catch ( uno::Exception& aException ) in getElementNames()
4466 uno::Any aCaught( ::cppu::getCaughtException() ); in getElementNames()
4468 uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this ), in getElementNames()
4469 uno::UNO_QUERY ), in getElementNames()
4477 throw ( uno::RuntimeException ) in hasByName()
4486 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in hasByName()
4501 catch( uno::RuntimeException& aRuntimeException ) in hasByName()
4507 catch ( uno::Exception& aException ) in hasByName()
4512 uno::Any aCaught( ::cppu::getCaughtException() ); in hasByName()
4514 uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this ), in hasByName()
4515 uno::UNO_QUERY ), in hasByName()
4524 uno::Type SAL_CALL OStorage::getElementType() in getElementType()
4525 throw ( uno::RuntimeException ) in getElementType()
4532 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getElementType()
4536 return uno::Type(); in getElementType()
4542 throw ( uno::RuntimeException ) in hasElements()
4551 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in hasElements()
4558 catch( uno::RuntimeException& aRuntimeException ) in hasElements()
4564 catch ( uno::Exception& aException ) in hasElements()
4569 uno::Any aCaught( ::cppu::getCaughtException() ); in hasElements()
4571 uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this ), in hasElements()
4572 uno::UNO_QUERY ), in hasElements()
4584 throw ( uno::RuntimeException ) in dispose()
4591 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in dispose()
4598 catch( uno::RuntimeException& aRuntimeException ) in dispose()
4604 catch ( uno::Exception& aException ) in dispose()
4609 uno::Any aCaught( ::cppu::getCaughtException() ); in dispose()
4611 uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this ), in dispose()
4612 uno::UNO_QUERY ), in dispose()
4619 const uno::Reference< lang::XEventListener >& xListener ) in addEventListener()
4620 throw ( uno::RuntimeException ) in addEventListener()
4627 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in addEventListener()
4631 ::getCppuType( ( const uno::Reference< lang::XEventListener >* )0 ), xListener ); in addEventListener()
4636 const uno::Reference< lang::XEventListener >& xListener ) in removeEventListener()
4637 throw ( uno::RuntimeException ) in removeEventListener()
4644 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeEventListener()
4648 ::getCppuType( ( const uno::Reference< lang::XEventListener >* )0 ), xListener ); in removeEventListener()
4656 throw ( uno::RuntimeException, in setEncryptionPassword()
4665 throw ( uno::RuntimeException, in removeEncryption()
4675 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeEncryption()
4679 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in removeEncryption()
4687 catch ( uno::RuntimeException& aRuntimeException ) in removeEncryption()
4693 catch ( uno::Exception& aException ) in removeEncryption()
4698 uno::Any aCaught( ::cppu::getCaughtException() ); in removeEncryption()
4700 uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this ), in removeEncryption()
4701 uno::UNO_QUERY ), in removeEncryption()
4708 uno::Reference< beans::XPropertySet > xPackPropSet( m_pImpl->m_xPackage, uno::UNO_QUERY_THROW ); in removeEncryption()
4712 uno::makeAny( uno::Sequence< beans::NamedValue >() ) ); in removeEncryption()
4717 catch( uno::RuntimeException& aRException ) in removeEncryption()
4725 catch( uno::Exception& aException ) in removeEncryption()
4731 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeEncryption()
4740 void SAL_CALL OStorage::setEncryptionData( const uno::Sequence< beans::NamedValue >& aEncryptionDat… in setEncryptionData()
4742 uno::RuntimeException ) in setEncryptionData()
4751 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setEncryptionData()
4755 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in setEncryptionData()
4758 …hrow uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Unexpect… in setEncryptionData()
4766 catch ( uno::RuntimeException& aRuntimeException ) in setEncryptionData()
4772 catch ( uno::Exception& aException ) in setEncryptionData()
4777 uno::Any aCaught( ::cppu::getCaughtException() ); in setEncryptionData()
4780 uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this ), uno::UNO_QUERY ), in setEncryptionData()
4784 uno::Reference< beans::XPropertySet > xPackPropSet( m_pImpl->m_xPackage, uno::UNO_QUERY_THROW ); in setEncryptionData()
4789 uno::makeAny( aEncryptionMap.getAsConstNamedValueList() ) ); in setEncryptionData()
4794 catch( uno::Exception& aException ) in setEncryptionData()
4799 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setEncryptionData()
4809 void SAL_CALL OStorage::setEncryptionAlgorithms( const uno::Sequence< beans::NamedValue >& aAlgorit… in setEncryptionAlgorithms()
4810 throw (lang::IllegalArgumentException, uno::RuntimeException) in setEncryptionAlgorithms()
4819 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setEncryptionAlgorithms()
4823 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in setEncryptionAlgorithms()
4826uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected em… in setEncryptionAlgorithms()
4834 catch ( uno::RuntimeException& aRuntimeException ) in setEncryptionAlgorithms()
4840 catch ( uno::Exception& aException ) in setEncryptionAlgorithms()
4845 uno::Any aCaught( ::cppu::getCaughtException() ); in setEncryptionAlgorithms()
4847 uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this ), in setEncryptionAlgorithms()
4848 uno::UNO_QUERY ), in setEncryptionAlgorithms()
4852 uno::Reference< beans::XPropertySet > xPackPropSet( m_pImpl->m_xPackage, uno::UNO_QUERY_THROW ); in setEncryptionAlgorithms()
4856 uno::makeAny( aAlgorithms ) ); in setEncryptionAlgorithms()
4858 catch ( uno::RuntimeException& aRuntimeException ) in setEncryptionAlgorithms()
4871 catch( uno::Exception& aException ) in setEncryptionAlgorithms()
4876 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setEncryptionAlgorithms()
4882 uno::Sequence< beans::NamedValue > SAL_CALL OStorage::getEncryptionAlgorithms() in getEncryptionAlgorithms()
4883 throw (uno::RuntimeException) in getEncryptionAlgorithms()
4892 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getEncryptionAlgorithms()
4896 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in getEncryptionAlgorithms()
4898 uno::Sequence< beans::NamedValue > aResult; in getEncryptionAlgorithms()
4905 catch ( uno::RuntimeException& aRuntimeException ) in getEncryptionAlgorithms()
4911 catch ( uno::Exception& aException ) in getEncryptionAlgorithms()
4916 uno::Any aCaught( ::cppu::getCaughtException() ); in getEncryptionAlgorithms()
4918 uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this ), in getEncryptionAlgorithms()
4919 uno::UNO_QUERY ), in getEncryptionAlgorithms()
4923 uno::Reference< beans::XPropertySet > xPackPropSet( m_pImpl->m_xPackage, uno::UNO_QUERY_THROW ); in getEncryptionAlgorithms()
4928 catch ( uno::RuntimeException& aRuntimeException ) in getEncryptionAlgorithms()
4934 catch( uno::Exception& aException ) in getEncryptionAlgorithms()
4939 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getEncryptionAlgorithms()
4952 uno::Reference< beans::XPropertySetInfo > SAL_CALL OStorage::getPropertySetInfo() in getPropertySetInfo()
4953 throw ( uno::RuntimeException ) in getPropertySetInfo()
4960 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getPropertySetInfo()
4964 return uno::Reference< beans::XPropertySetInfo >(); in getPropertySetInfo()
4969 void SAL_CALL OStorage::setPropertyValue( const ::rtl::OUString& aPropertyName, const uno::Any& aVa… in setPropertyValue()
4974 uno::RuntimeException ) in setPropertyValue()
4983 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setPropertyValue()
4992 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setPropertyValue()
4995 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setPropertyValue()
5025 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setPropertyValue()
5027 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setPropertyValue()
5033 uno::Reference< io::XInputStream > xInRelStream; in setPropertyValue()
5036 uno::Reference< io::XSeekable > xSeek( xInRelStream, uno::UNO_QUERY ); in setPropertyValue()
5042 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setPropertyValue()
5046 m_pImpl->m_aRelInfo = uno::Sequence< uno::Sequence< beans::StringPair > >(); in setPropertyValue()
5052 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setPropertyValue()
5058 m_pImpl->m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in setPropertyValue()
5064 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setPropertyValue()
5069 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setPropertyValue()
5071 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setPropertyValue()
5074 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in setPropertyValue()
5081 uno::Any SAL_CALL OStorage::getPropertyValue( const ::rtl::OUString& aPropertyName ) in getPropertyValue()
5084 uno::RuntimeException ) in getPropertyValue()
5093 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getPropertyValue()
5105 catch ( uno::RuntimeException& aRuntimeException ) in getPropertyValue()
5111 catch ( uno::Exception& aException ) in getPropertyValue()
5116 uno::Any aCaught( ::cppu::getCaughtException() ); in getPropertyValue()
5119 uno::Reference< XInterface >( static_cast< OWeakObject* >( this ), uno::UNO_QUERY ), in getPropertyValue()
5124 return uno::makeAny( m_pImpl->m_aMediaType ); in getPropertyValue()
5126 return uno::makeAny( m_pImpl->m_aVersion ); in getPropertyValue()
5128 return uno::makeAny( m_pImpl->m_bMTFallbackUsed ); in getPropertyValue()
5132 return uno::makeAny( m_pData->m_bIsRoot ); in getPropertyValue()
5136 return uno::makeAny( m_pImpl->m_nStorageMode ); in getPropertyValue()
5150 return uno::makeAny( ::rtl::OUString() ); in getPropertyValue()
5152 return uno::makeAny( sal_False ); // RepairPackage in getPropertyValue()
5161 uno::Reference< beans::XPropertySet > xPackPropSet( m_pImpl->m_xPackage, uno::UNO_QUERY ); in getPropertyValue()
5163 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in getPropertyValue()
5167 catch ( uno::RuntimeException& aRuntimeException ) in getPropertyValue()
5173 catch ( uno::Exception& aException ) in getPropertyValue()
5178 uno::Any aCaught( ::cppu::getCaughtException() ); in getPropertyValue()
5180 uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this ), in getPropertyValue()
5181 uno::UNO_QUERY ), in getPropertyValue()
5187 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getPropertyValue()
5194 const uno::Reference< beans::XPropertyChangeListener >& /*xListener*/ ) in addPropertyChangeListener()
5197 uno::RuntimeException ) in addPropertyChangeListener()
5204 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in addPropertyChangeListener()
5214 const uno::Reference< beans::XPropertyChangeListener >& /*aListener*/ ) in removePropertyChangeListener()
5217 uno::RuntimeException ) in removePropertyChangeListener()
5224 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removePropertyChangeListener()
5234 const uno::Reference< beans::XVetoableChangeListener >& /*aListener*/ ) in addVetoableChangeListener()
5237 uno::RuntimeException ) in addVetoableChangeListener()
5244 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in addVetoableChangeListener()
5254 const uno::Reference< beans::XVetoableChangeListener >& /*aListener*/ ) in removeVetoableChangeListener()
5257 uno::RuntimeException ) in removeVetoableChangeListener()
5264 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeVetoableChangeListener()
5279 uno::RuntimeException ) in hasByID()
5286 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in hasByID()
5290 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in hasByID()
5310 uno::RuntimeException ) in getTargetByID()
5317 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getTargetByID()
5321 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in getTargetByID()
5323 uno::Sequence< beans::StringPair > aSeq = getRelationshipByID( sID ); in getTargetByID()
5335 uno::RuntimeException ) in getTypeByID()
5342 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getTypeByID()
5346 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in getTypeByID()
5348 uno::Sequence< beans::StringPair > aSeq = getRelationshipByID( sID ); in getTypeByID()
5357 uno::Sequence< beans::StringPair > SAL_CALL OStorage::getRelationshipByID( const ::rtl::OUString& … in getRelationshipByID()
5360 uno::RuntimeException ) in getRelationshipByID()
5367 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getRelationshipByID()
5371 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in getRelationshipByID()
5374 uno::Sequence< uno::Sequence< beans::StringPair > > aSeq = getAllRelationships(); in getRelationshipByID()
5384 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getRelationshipByID()
5388 uno::Sequence< uno::Sequence< beans::StringPair > > SAL_CALL OStorage::getRelationshipsByType( con… in getRelationshipsByType()
5390 uno::RuntimeException ) in getRelationshipsByType()
5397 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getRelationshipsByType()
5401 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in getRelationshipsByType()
5403 uno::Sequence< uno::Sequence< beans::StringPair > > aResult; in getRelationshipsByType()
5407 uno::Sequence< uno::Sequence< beans::StringPair > > aSeq = getAllRelationships(); in getRelationshipsByType()
5425 uno::Sequence< uno::Sequence< beans::StringPair > > SAL_CALL OStorage::getAllRelationships() in getAllRelationships()
5426 throw (io::IOException, uno::RuntimeException) in getAllRelationships()
5433 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getAllRelationships()
5437 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in getAllRelationships()
5443 void SAL_CALL OStorage::insertRelationshipByID( const ::rtl::OUString& sID, const uno::Sequence< b… in insertRelationshipByID()
5446 uno::RuntimeException ) in insertRelationshipByID()
5453 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertRelationshipByID()
5457 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in insertRelationshipByID()
5464 uno::Sequence< uno::Sequence< beans::StringPair > > aSeq = getAllRelationships(); in insertRelationshipByID()
5499 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertRelationshipByID()
5503 m_pImpl->m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in insertRelationshipByID()
5511 uno::RuntimeException ) in removeRelationshipByID()
5518 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeRelationshipByID()
5522 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in removeRelationshipByID()
5524 uno::Sequence< uno::Sequence< beans::StringPair > > aSeq = getAllRelationships(); in removeRelationshipByID()
5536 m_pImpl->m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in removeRelationshipByID()
5546 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeRelationshipByID()
5550 void SAL_CALL OStorage::insertRelationships( const uno::Sequence< uno::Sequence< beans::StringPair… in insertRelationships()
5553 uno::RuntimeException ) in insertRelationships()
5560 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertRelationships()
5564 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in insertRelationships()
5567 uno::Sequence< uno::Sequence< beans::StringPair > > aSeq = getAllRelationships(); in insertRelationships()
5568uno::Sequence< uno::Sequence< beans::StringPair > > aResultSeq( aSeq.getLength() + aEntries.getLen… in insertRelationships()
5585 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertRelationships()
5618 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertRelationships()
5621 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertRelationships()
5628 m_pImpl->m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in insertRelationships()
5635 uno::RuntimeException ) in clearRelationships()
5642 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in clearRelationships()
5646 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in clearRelationships()
5649 m_pImpl->m_xNewRelInfoStream = uno::Reference< io::XInputStream >(); in clearRelationships()
5659 const uno::Reference< io::XInputStream >& /*xInStream*/ ) in insertRawNonEncrStreamElementDirect()
5666 uno::RuntimeException ) in insertRawNonEncrStreamElementDirect()
5670 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertRawNonEncrStreamElementDirect()
5676 const uno::Reference< io::XInputStream >& xInStream, in insertStreamElementDirect()
5677 const uno::Sequence< beans::PropertyValue >& aProps ) in insertStreamElementDirect()
5683 uno::RuntimeException ) in insertStreamElementDirect()
5692 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertStreamElementDirect()
5696 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in insertStreamElementDirect()
5700 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertStreamElementDirect()
5703 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertStreamElementDirect()
5710 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in insertStreamElementDirect()
5747 catch( uno::RuntimeException& aRuntimeException ) in insertStreamElementDirect()
5753 catch( uno::Exception& aException ) in insertStreamElementDirect()
5758 uno::Any aCaught( ::cppu::getCaughtException() ); in insertStreamElementDirect()
5760 uno::Reference< io::XInputStream >(), in insertStreamElementDirect()
5768 const uno::Reference< embed::XOptimizedStorage >& xDest, in copyElementDirectlyTo()
5776 uno::RuntimeException ) in copyElementDirectlyTo()
5785 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyElementDirectlyTo()
5790 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in copyElementDirectlyTo()
5792 …if ( !xDest.is() || xDest == uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this … in copyElementDirectlyTo()
5793 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyElementDirectlyTo()
5798 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyElementDirectlyTo()
5804 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyElementDirectlyTo()
5806 uno::Reference< XNameAccess > xNameAccess( xDest, uno::UNO_QUERY ); in copyElementDirectlyTo()
5808 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in copyElementDirectlyTo()
5811 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyElementDirectlyTo()
5814 uno::Reference< embed::XStorage > xStorDest( xDest, uno::UNO_QUERY_THROW ); in copyElementDirectlyTo()
5853 catch( uno::RuntimeException& aRuntimeException ) in copyElementDirectlyTo()
5859 catch( uno::Exception& aException ) in copyElementDirectlyTo()
5864 uno::Any aCaught( ::cppu::getCaughtException() ); in copyElementDirectlyTo()
5866 uno::Reference< io::XInputStream >(), in copyElementDirectlyTo()
5872 void SAL_CALL OStorage::writeAndAttachToStream( const uno::Reference< io::XStream >& xStream ) in writeAndAttachToStream()
5877 uno::RuntimeException ) in writeAndAttachToStream()
5886 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in writeAndAttachToStream()
5890 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in writeAndAttachToStream()
5893 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in writeAndAttachToStream()
5923 catch( uno::RuntimeException& aRuntimeException ) in writeAndAttachToStream()
5929 catch( uno::Exception& aException ) in writeAndAttachToStream()
5934 uno::Any aCaught( ::cppu::getCaughtException() ); in writeAndAttachToStream()
5936 uno::Reference< io::XInputStream >(), in writeAndAttachToStream()
5949 uno::RuntimeException ) in attachToURL()
5958 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in attachToURL()
5962 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in attachToURL()
5965 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in attachToURL()
5967 uno::Reference < ucb::XSimpleFileAccess > xAccess( in attachToURL()
5970 uno::UNO_QUERY_THROW ); in attachToURL()
5976 uno::Reference< io::XInputStream > xInputStream = xAccess->openFileRead( sURL ); in attachToURL()
5981 uno::Reference< io::XStream > xStream = xAccess->openFileReadWrite( sURL ); in attachToURL()
6009 catch( uno::RuntimeException& aRuntimeException ) in attachToURL()
6015 catch( uno::Exception& aException ) in attachToURL()
6020 uno::Any aCaught( ::cppu::getCaughtException() ); in attachToURL()
6022 uno::Reference< io::XInputStream >(), in attachToURL()
6028 uno::Any SAL_CALL OStorage::getElementPropertyValue( const ::rtl::OUString& aElementName, const ::r… in getElementPropertyValue()
6036 uno::RuntimeException) in getElementPropertyValue()
6045 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getElementPropertyValue()
6049 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in getElementPropertyValue()
6053 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getElementPropertyValue()
6059 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getElementPropertyValue()
6063 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getElementPropertyValue()
6069 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in getElementPropertyValue()
6072 return uno::makeAny( pElement->m_pStorage->m_aMediaType ); in getElementPropertyValue()
6116 catch( uno::RuntimeException& aRuntimeException ) in getElementPropertyValue()
6122 catch( uno::Exception& aException ) in getElementPropertyValue()
6127 uno::Any aCaught( ::cppu::getCaughtException() ); in getElementPropertyValue()
6129 uno::Reference< io::XInputStream >(), in getElementPropertyValue()
6135 void SAL_CALL OStorage::copyStreamElementData( const ::rtl::OUString& aStreamName, const uno::Refer… in copyStreamElementData()
6141 uno::RuntimeException ) in copyStreamElementData()
6148 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyStreamElementData()
6152 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in copyStreamElementData()
6156 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyStreamElementData()
6159 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in copyStreamElementData()
6163 uno::Reference< io::XStream > xNonconstRef = xTargetStream; in copyStreamElementData()
6168 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in copyStreamElementData()
6200 catch( uno::RuntimeException& aRuntimeException ) in copyStreamElementData()
6206 catch( uno::Exception& aException ) in copyStreamElementData()
6211 uno::Any aCaught( ::cppu::getCaughtException() ); in copyStreamElementData()
6213 uno::Reference< io::XInputStream >(), in copyStreamElementData()
6225 uno::Reference< embed::XExtendedStorageStream > SAL_CALL OStorage::openStreamElementByHierarchicalN… in openStreamElementByHierarchicalName()
6231 uno::RuntimeException ) in openStreamElementByHierarchicalName()
6238 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStreamElementByHierarchicalName()
6242 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in openStreamElementByHierarchicalName()
6246 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openStreamElementByHierarchicalName()
6251 uno::Reference< embed::XExtendedStorageStream > xResult; in openStreamElementByHierarchicalName()
6260 xResult = uno::Reference< embed::XExtendedStorageStream >( in openStreamElementByHierarchicalName()
6262 uno::UNO_QUERY_THROW ); in openStreamElementByHierarchicalName()
6269 uno::Reference< embed::XStorage >( static_cast< embed::XStorage* >( this ) ) ); in openStreamElementByHierarchicalName()
6278 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in openStreamElementByHierarchicalName()
6284 uno::Reference< embed::XExtendedStorageStream > SAL_CALL OStorage::openEncryptedStreamElementByHier… in openEncryptedStreamElementByHierarchicalName()
6291 uno::RuntimeException ) in openEncryptedStreamElementByHierarchicalName()
6303 uno::RuntimeException ) in removeStreamElementByHierarchicalName()
6310 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeStreamElementByHierarchicalName()
6314 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in removeStreamElementByHierarchicalName()
6317 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in removeStreamElementByHierarchicalName()
6324 uno::Reference< embed::XStorage >( static_cast< embed::XStorage* >( this ) ) ); in removeStreamElementByHierarchicalName()
6333 uno::Reference< embed::XExtendedStorageStream > SAL_CALL OStorage::openEncryptedStreamByHierarchica… in openEncryptedStreamByHierarchicalName()
6340 uno::RuntimeException ) in openEncryptedStreamByHierarchicalName()
6347 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openEncryptedStreamByHierarchicalName()
6351 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openEncryptedStreamByHierarchicalName()
6354 …_USTRINGPARAM( OSL_LOG_PREFIX "Unexpected entry name syntax." ) ), uno::Reference< uno::XInterface… in openEncryptedStreamByHierarchicalName()
6357 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openEncryptedStreamByHierarchicalName()
6361 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in openEncryptedStreamByHierarchicalName()
6366 uno::Reference< embed::XExtendedStorageStream > xResult; in openEncryptedStreamByHierarchicalName()
6375 xResult = uno::Reference< embed::XExtendedStorageStream >( in openEncryptedStreamByHierarchicalName()
6377 uno::UNO_QUERY_THROW ); in openEncryptedStreamByHierarchicalName()
6384 uno::Reference< embed::XStorage >( static_cast< embed::XStorage* >( this ) ) ); in openEncryptedStreamByHierarchicalName()
6394 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in openEncryptedStreamByHierarchicalName()