Lines Matching refs:com

110 	::com::sun::star::uno::WeakReference< ::com::sun::star::embed::XStorage > m_xWeakRef;
114 , m_xWeakRef( ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >( in StorageHolder_Impl()
115 (::com::sun::star::embed::XStorage*)pStorage ) ) in StorageHolder_Impl()
148 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > m_xPackageFolder;
149 ::com::sun::star::uno::Reference< ::com::sun::star::logging::XSimpleLogRing > m_xLogRing;
151 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleServiceFactory > m_xPackage;
152 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xFactory;
155 …::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > m_xInputStream; // ??? may …
156 …::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > m_xStream; // ??? may be stored …
157 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_xProperties;
177 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xRelStorage;
178 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringP…
179 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > m_xNewRelInfoStream;
185 OStorage_Impl( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInputStream,
187 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > xProperties,
188 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory,
191 OStorage_Impl( ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > xStream,
193 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > xProperties,
194 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory,
200 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > xPackageFolder,
201 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleServiceFactory > xPackage,
202 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory,
216 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > GetServiceFactory…
220 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringP…
221 …void CopyLastCommitTo( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >…
222 …void CopyLastCommitTo( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >…
227 …const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& xParentPack…
232 …::comphelper::SequenceAsHashMap GetCommonRootEncryptionData() throw ( ::com::sun::star::packages::…
234 …void CopyToStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& x…
237 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > xDest,
247 …ent_Impl* InsertRawStream( ::rtl::OUString aName, const ::com::sun::star::uno::Reference< ::com::s…
256 ::com::sun::star::uno::Sequence< ::rtl::OUString > GetElementNames();
266 ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xTargetStream )
267 throw ( ::com::sun::star::embed::InvalidStorageException,
268 ::com::sun::star::lang::IllegalArgumentException,
269 ::com::sun::star::packages::WrongPasswordException,
270 ::com::sun::star::io::IOException,
271 ::com::sun::star::embed::StorageWrappedTargetException,
272 ::com::sun::star::uno::RuntimeException );
277 …::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > GetRelInfoStreamForName( co…
278 …void CommitRelInfo( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameCont…
281 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xSource,
282 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xDest,
284 …const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::S…
289 class OStorage : public ::com::sun::star::lang::XTypeProvider
290 , public ::com::sun::star::embed::XStorage2
291 , public ::com::sun::star::embed::XStorageRawAccess
292 , public ::com::sun::star::embed::XTransactedObject
293 , public ::com::sun::star::embed::XTransactionBroadcaster
294 , public ::com::sun::star::util::XModifiable
297 , public ::com::sun::star::embed::XEncryptionProtectedStorage
298 , public ::com::sun::star::beans::XPropertySet
299 , public ::com::sun::star::embed::XOptimizedStorage
300 , public ::com::sun::star::embed::XRelationshipAccess
301 , public ::com::sun::star::embed::XHierarchicalStorageAccess2
318 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& xComponent );
322 OStorage( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInputStream,
324 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > xProperties,
325 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory,
328 OStorage( ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > xStream,
330 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > xProperties,
331 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory,
340 …void ChildIsDisposed( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >&…
348 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& rTy…
349 throw( ::com::sun::star::uno::RuntimeException );
359 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
360 throw( ::com::sun::star::uno::RuntimeException );
362 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
363 throw( ::com::sun::star::uno::RuntimeException );
369 …virtual void SAL_CALL copyToStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::emb…
370 throw ( ::com::sun::star::embed::InvalidStorageException,
371 ::com::sun::star::lang::IllegalArgumentException,
372 ::com::sun::star::io::IOException,
373 ::com::sun::star::embed::StorageWrappedTargetException,
374 ::com::sun::star::uno::RuntimeException );
376 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > SAL_CALL openStreamEleme…
378 throw ( ::com::sun::star::embed::InvalidStorageException,
379 ::com::sun::star::lang::IllegalArgumentException,
380 ::com::sun::star::packages::WrongPasswordException,
381 ::com::sun::star::io::IOException,
382 ::com::sun::star::embed::StorageWrappedTargetException,
383 ::com::sun::star::uno::RuntimeException );
385 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > SAL_CALL openEncryptedSt…
387 throw ( ::com::sun::star::embed::InvalidStorageException,
388 ::com::sun::star::lang::IllegalArgumentException,
389 ::com::sun::star::packages::NoEncryptionException,
390 ::com::sun::star::packages::WrongPasswordException,
391 ::com::sun::star::io::IOException,
392 ::com::sun::star::embed::StorageWrappedTargetException,
393 ::com::sun::star::uno::RuntimeException );
395 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > SAL_CALL openStorage…
397 throw ( ::com::sun::star::embed::InvalidStorageException,
398 ::com::sun::star::lang::IllegalArgumentException,
399 ::com::sun::star::io::IOException,
400 ::com::sun::star::embed::StorageWrappedTargetException,
401 ::com::sun::star::uno::RuntimeException );
403 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > SAL_CALL cloneStreamElem…
405 throw ( ::com::sun::star::embed::InvalidStorageException,
406 ::com::sun::star::lang::IllegalArgumentException,
407 ::com::sun::star::packages::WrongPasswordException,
408 ::com::sun::star::io::IOException,
409 ::com::sun::star::embed::StorageWrappedTargetException,
410 ::com::sun::star::uno::RuntimeException );
412 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > SAL_CALL cloneEncryptedS…
414 throw ( ::com::sun::star::embed::InvalidStorageException,
415 ::com::sun::star::lang::IllegalArgumentException,
416 ::com::sun::star::packages::NoEncryptionException,
417 ::com::sun::star::packages::WrongPasswordException,
418 ::com::sun::star::io::IOException,
419 ::com::sun::star::embed::StorageWrappedTargetException,
420 ::com::sun::star::uno::RuntimeException );
423 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xTargetStorage )
424 throw ( ::com::sun::star::embed::InvalidStorageException,
425 ::com::sun::star::lang::IllegalArgumentException,
426 ::com::sun::star::io::IOException,
427 ::com::sun::star::embed::StorageWrappedTargetException,
428 ::com::sun::star::uno::RuntimeException );
432 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xTargetStorage )
433 throw ( ::com::sun::star::embed::InvalidStorageException,
434 ::com::sun::star::lang::IllegalArgumentException,
435 ::com::sun::star::io::IOException,
436 ::com::sun::star::embed::StorageWrappedTargetException,
437 ::com::sun::star::uno::RuntimeException );
440 throw ( ::com::sun::star::container::NoSuchElementException,
441 ::com::sun::star::lang::IllegalArgumentException,
442 ::com::sun::star::embed::InvalidStorageException,
443 ::com::sun::star::uno::RuntimeException );
446 throw ( ::com::sun::star::container::NoSuchElementException,
447 ::com::sun::star::lang::IllegalArgumentException,
448 ::com::sun::star::embed::InvalidStorageException,
449 ::com::sun::star::uno::RuntimeException );
452 throw ( ::com::sun::star::embed::InvalidStorageException,
453 ::com::sun::star::lang::IllegalArgumentException,
454 ::com::sun::star::container::NoSuchElementException,
455 ::com::sun::star::io::IOException,
456 ::com::sun::star::embed::StorageWrappedTargetException,
457 ::com::sun::star::uno::RuntimeException );
460 throw ( ::com::sun::star::embed::InvalidStorageException,
461 ::com::sun::star::lang::IllegalArgumentException,
462 ::com::sun::star::container::NoSuchElementException,
463 ::com::sun::star::container::ElementExistException,
464 ::com::sun::star::io::IOException,
465 ::com::sun::star::embed::StorageWrappedTargetException,
466 ::com::sun::star::uno::RuntimeException );
469 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xDest,
471 throw ( ::com::sun::star::embed::InvalidStorageException,
472 ::com::sun::star::lang::IllegalArgumentException,
473 ::com::sun::star::container::NoSuchElementException,
474 ::com::sun::star::container::ElementExistException,
475 ::com::sun::star::io::IOException,
476 ::com::sun::star::embed::StorageWrappedTargetException,
477 ::com::sun::star::uno::RuntimeException );
480 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xDest,
482 throw ( ::com::sun::star::embed::InvalidStorageException,
483 ::com::sun::star::lang::IllegalArgumentException,
484 ::com::sun::star::container::NoSuchElementException,
485 ::com::sun::star::container::ElementExistException,
486 ::com::sun::star::io::IOException,
487 ::com::sun::star::embed::StorageWrappedTargetException,
488 ::com::sun::star::uno::RuntimeException );
494com::sun::star::uno::Reference< ::com::sun::star::io::XStream > SAL_CALL openEncryptedStream( cons…
495 throw ( ::com::sun::star::embed::InvalidStorageException,
496 ::com::sun::star::lang::IllegalArgumentException,
497 ::com::sun::star::packages::NoEncryptionException,
498 ::com::sun::star::packages::WrongPasswordException,
499 ::com::sun::star::io::IOException,
500 ::com::sun::star::embed::StorageWrappedTargetException,
501 ::com::sun::star::uno::RuntimeException);
503com::sun::star::uno::Reference< ::com::sun::star::io::XStream > SAL_CALL cloneEncryptedStream( con…
504 throw ( ::com::sun::star::embed::InvalidStorageException,
505 ::com::sun::star::lang::IllegalArgumentException,
506 ::com::sun::star::packages::NoEncryptionException,
507 ::com::sun::star::packages::WrongPasswordException,
508 ::com::sun::star::io::IOException,
509 ::com::sun::star::embed::StorageWrappedTargetException,
510 ::com::sun::star::uno::RuntimeException);
516 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getPlainRa…
518 throw ( ::com::sun::star::embed::InvalidStorageException,
519 ::com::sun::star::lang::IllegalArgumentException,
520 ::com::sun::star::container::NoSuchElementException,
521 ::com::sun::star::io::IOException,
522 ::com::sun::star::embed::StorageWrappedTargetException,
523 ::com::sun::star::uno::RuntimeException );
525 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getRawEncr…
527 throw ( ::com::sun::star::embed::InvalidStorageException,
528 ::com::sun::star::lang::IllegalArgumentException,
529 ::com::sun::star::packages::NoEncryptionException,
530 ::com::sun::star::container::NoSuchElementException,
531 ::com::sun::star::io::IOException,
532 ::com::sun::star::embed::StorageWrappedTargetException,
533 ::com::sun::star::uno::RuntimeException );
536 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInStream )
537 throw ( ::com::sun::star::embed::InvalidStorageException,
538 ::com::sun::star::lang::IllegalArgumentException,
539 ::com::sun::star::packages::NoRawFormatException,
540 ::com::sun::star::container::ElementExistException,
541 ::com::sun::star::io::IOException,
542 ::com::sun::star::embed::StorageWrappedTargetException,
543 ::com::sun::star::uno::RuntimeException);
550 throw ( ::com::sun::star::io::IOException,
551 ::com::sun::star::embed::StorageWrappedTargetException,
552 ::com::sun::star::uno::RuntimeException );
555 throw ( ::com::sun::star::io::IOException,
556 ::com::sun::star::embed::StorageWrappedTargetException,
557 ::com::sun::star::uno::RuntimeException );
564 …const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XTransactionListener >& aListener…
565 throw ( ::com::sun::star::uno::RuntimeException );
568 …const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XTransactionListener >& aListener…
569 throw ( ::com::sun::star::uno::RuntimeException );
576 throw ( ::com::sun::star::uno::RuntimeException );
579 throw ( ::com::sun::star::beans::PropertyVetoException,
580 ::com::sun::star::uno::RuntimeException );
583 const ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifyListener >& aListener )
584 throw ( ::com::sun::star::uno::RuntimeException );
587 const ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifyListener >& aListener )
588 throw ( ::com::sun::star::uno::RuntimeException );
594 virtual ::com::sun::star::uno::Any SAL_CALL getByName( const ::rtl::OUString& aName )
595 throw ( ::com::sun::star::container::NoSuchElementException,
596 ::com::sun::star::lang::WrappedTargetException,
597 ::com::sun::star::uno::RuntimeException );
599 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames()
600 throw ( ::com::sun::star::uno::RuntimeException );
603 throw ( ::com::sun::star::uno::RuntimeException );
605 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
606 throw ( ::com::sun::star::uno::RuntimeException );
609 throw ( ::com::sun::star::uno::RuntimeException );
616 throw ( ::com::sun::star::uno::RuntimeException );
619 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& xListener )
620 throw ( ::com::sun::star::uno::RuntimeException );
623 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& xListener )
624 throw ( ::com::sun::star::uno::RuntimeException );
631 throw ( ::com::sun::star::uno::RuntimeException,
632 ::com::sun::star::io::IOException );
635 throw ( ::com::sun::star::uno::RuntimeException,
636 ::com::sun::star::io::IOException );
643 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aEncryptionData )
644 throw ( ::com::sun::star::io::IOException,
645 ::com::sun::star::uno::RuntimeException );
651 … ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aAlgorithms ) throw (::co…
653 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > SAL_CALL getEncrypt…
659 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL get…
660 throw ( ::com::sun::star::uno::RuntimeException );
662 …virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::st…
663 throw ( ::com::sun::star::beans::UnknownPropertyException,
664 ::com::sun::star::beans::PropertyVetoException,
665 ::com::sun::star::lang::IllegalArgumentException,
666 ::com::sun::star::lang::WrappedTargetException,
667 ::com::sun::star::uno::RuntimeException );
669 …virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName )
670 throw ( ::com::sun::star::beans::UnknownPropertyException,
671 ::com::sun::star::lang::WrappedTargetException,
672 ::com::sun::star::uno::RuntimeException );
676 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListe…
677 throw ( ::com::sun::star::beans::UnknownPropertyException,
678 ::com::sun::star::lang::WrappedTargetException,
679 ::com::sun::star::uno::RuntimeException );
683 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& aListe…
684 throw ( ::com::sun::star::beans::UnknownPropertyException,
685 ::com::sun::star::lang::WrappedTargetException,
686 ::com::sun::star::uno::RuntimeException );
690 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XVetoableChangeListener >& aListe…
691 throw ( ::com::sun::star::beans::UnknownPropertyException,
692 ::com::sun::star::lang::WrappedTargetException,
693 ::com::sun::star::uno::RuntimeException );
695 …ngeListener( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Reference< ::com::s…
696 throw ( ::com::sun::star::beans::UnknownPropertyException,
697 ::com::sun::star::lang::WrappedTargetException,
698 ::com::sun::star::uno::RuntimeException );
703 …lementDirect( const ::rtl::OUString& sStreamName, const ::com::sun::star::uno::Reference< ::com::s…
704 throw ( ::com::sun::star::embed::InvalidStorageException,
705 ::com::sun::star::lang::IllegalArgumentException,
706 ::com::sun::star::packages::NoRawFormatException,
707 ::com::sun::star::container::ElementExistException,
708 ::com::sun::star::io::IOException,
709 ::com::sun::star::embed::StorageWrappedTargetException,
710 ::com::sun::star::uno::RuntimeException );
712 …Name, const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xInStream, con…
713 throw ( ::com::sun::star::embed::InvalidStorageException,
714 ::com::sun::star::lang::IllegalArgumentException,
715 ::com::sun::star::container::ElementExistException,
716 ::com::sun::star::io::IOException,
717 ::com::sun::star::embed::StorageWrappedTargetException,
718 ::com::sun::star::uno::RuntimeException );
720 …ntDirectlyTo( const ::rtl::OUString& sSourceName, const ::com::sun::star::uno::Reference< ::com::s…
721 throw ( ::com::sun::star::embed::InvalidStorageException,
722 ::com::sun::star::lang::IllegalArgumentException,
723 ::com::sun::star::container::NoSuchElementException,
724 ::com::sun::star::container::ElementExistException,
725 ::com::sun::star::io::IOException,
726 ::com::sun::star::embed::StorageWrappedTargetException,
727 ::com::sun::star::uno::RuntimeException );
729 …virtual void SAL_CALL writeAndAttachToStream( const ::com::sun::star::uno::Reference< ::com::sun::…
730 throw ( ::com::sun::star::embed::InvalidStorageException,
731 ::com::sun::star::lang::IllegalArgumentException,
732 ::com::sun::star::io::IOException,
733 ::com::sun::star::embed::StorageWrappedTargetException,
734 ::com::sun::star::uno::RuntimeException );
737 throw ( ::com::sun::star::embed::InvalidStorageException,
738 ::com::sun::star::lang::IllegalArgumentException,
739 ::com::sun::star::io::IOException,
740 ::com::sun::star::embed::StorageWrappedTargetException,
741 ::com::sun::star::uno::RuntimeException );
743 …virtual ::com::sun::star::uno::Any SAL_CALL getElementPropertyValue( const ::rtl::OUString& sEleme…
744 throw ( ::com::sun::star::embed::InvalidStorageException,
745 ::com::sun::star::lang::IllegalArgumentException,
746 ::com::sun::star::container::NoSuchElementException,
747 ::com::sun::star::io::IOException,
748 ::com::sun::star::beans::UnknownPropertyException,
749 ::com::sun::star::beans::PropertyVetoException,
750 ::com::sun::star::embed::StorageWrappedTargetException,
751 ::com::sun::star::uno::RuntimeException);
753 …mElementData( const ::rtl::OUString& sStreamName, const ::com::sun::star::uno::Reference< ::com::s…
754 throw ( ::com::sun::star::embed::InvalidStorageException,
755 ::com::sun::star::lang::IllegalArgumentException,
756 ::com::sun::star::packages::WrongPasswordException,
757 ::com::sun::star::io::IOException,
758 ::com::sun::star::embed::StorageWrappedTargetException,
759 ::com::sun::star::uno::RuntimeException );
766 throw ( ::com::sun::star::io::IOException,
767 ::com::sun::star::uno::RuntimeException);
770 throw ( ::com::sun::star::container::NoSuchElementException,
771 ::com::sun::star::io::IOException,
772 ::com::sun::star::uno::RuntimeException);
775 throw ( ::com::sun::star::container::NoSuchElementException,
776 ::com::sun::star::io::IOException,
777 ::com::sun::star::uno::RuntimeException);
779 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringPair > SAL_CALL getRelatio…
780 throw ( ::com::sun::star::container::NoSuchElementException,
781 ::com::sun::star::io::IOException,
782 ::com::sun::star::uno::RuntimeException);
784 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans:…
785 throw ( ::com::sun::star::io::IOException,
786 ::com::sun::star::uno::RuntimeException);
788 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans:…
789 throw ( ::com::sun::star::io::IOException,
790 ::com::sun::star::uno::RuntimeException);
792 …sertRelationshipByID( const ::rtl::OUString& sID, const ::com::sun::star::uno::Sequence< ::com::su…
793 throw ( ::com::sun::star::container::ElementExistException,
794 ::com::sun::star::io::IOException,
795 ::com::sun::star::uno::RuntimeException);
798 throw ( ::com::sun::star::container::NoSuchElementException,
799 ::com::sun::star::io::IOException,
800 ::com::sun::star::uno::RuntimeException);
802 …oid SAL_CALL insertRelationships( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Se…
803 throw ( ::com::sun::star::container::ElementExistException,
804 ::com::sun::star::io::IOException,
805 ::com::sun::star::uno::RuntimeException);
808 throw ( ::com::sun::star::io::IOException,
809 ::com::sun::star::uno::RuntimeException);
815 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::embed::XExtendedStorageStream > SAL_CA…
816 throw ( ::com::sun::star::embed::InvalidStorageException,
817 ::com::sun::star::lang::IllegalArgumentException,
818 ::com::sun::star::packages::WrongPasswordException,
819 ::com::sun::star::io::IOException,
820 ::com::sun::star::embed::StorageWrappedTargetException,
821 ::com::sun::star::uno::RuntimeException);
823 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::embed::XExtendedStorageStream > SAL_CA…
824 throw ( ::com::sun::star::embed::InvalidStorageException,
825 ::com::sun::star::lang::IllegalArgumentException,
826 ::com::sun::star::packages::NoEncryptionException,
827 ::com::sun::star::packages::WrongPasswordException,
828 ::com::sun::star::io::IOException,
829 ::com::sun::star::embed::StorageWrappedTargetException,
830 ::com::sun::star::uno::RuntimeException);
833 throw ( ::com::sun::star::embed::InvalidStorageException,
834 ::com::sun::star::lang::IllegalArgumentException,
835 ::com::sun::star::container::NoSuchElementException,
836 ::com::sun::star::io::IOException,
837 ::com::sun::star::embed::StorageWrappedTargetException,
838 ::com::sun::star::uno::RuntimeException);
844com::sun::star::uno::Reference< ::com::sun::star::embed::XExtendedStorageStream > SAL_CALL openEnc…
845 throw ( ::com::sun::star::embed::InvalidStorageException,
846 ::com::sun::star::lang::IllegalArgumentException,
847 ::com::sun::star::packages::NoEncryptionException,
848 ::com::sun::star::packages::WrongPasswordException,
849 ::com::sun::star::io::IOException,
850 ::com::sun::star::embed::StorageWrappedTargetException,
851 ::com::sun::star::uno::RuntimeException );