The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

:: com :: sun :: star :: embed ::

interface XPersistanceHolder
Description
allows to disconnect an object from its persistence.

Methods' Summary
disconnectPersistence disconnects the object from the persistance.  
connectPersistance connects the object to a persistance.  
Methods' Details
disconnectPersistence
void
disconnectPersistence()
raises( ::com::sun::star::io::IOException,
::com::sun::star::uno::Exception );

Description
disconnects the object from the persistance.
Throws
com::sun::star::io::IOException in case of io problems
Throws
com::sun::star::uno::Exception in case of other problems
connectPersistance
void
connectPersistance( [in] ::com::sun::star::io::XStream  xStream )
raises( ::com::sun::star::io::IOException,
::com::sun::star::uno::Exception );

Description
connects the object to a persistance.
Parameter xStream
a stream that specify the persistance
Throws
com::sun::star::io::IOException in case of io problems
Throws
com::sun::star::uno::Exception in case of other problems
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us | Donate

Apache, the Apache feather logo, and OpenOffice are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.