21 module
com { module sun { module star { module embed {
88 [in]
long nEntryConnectionMode,
89 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaArgs,
90 [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs )
127 [in]
string sEntName,
128 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaArgs,
129 [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs )
176 [in]
string sEntName,
177 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaArgs,
178 [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs )
220 string getEntryName()
This exception can be thrown in case the object's state does not allow to call requested functionalit...
Definition: WrongStateException.idl:29
is thrown when an input or output error has occurred.
Definition: IOException.idl:27
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:27
the base of all UNO exceptions
Definition: Exception.idl:29
specifies common implementation for embedded objects and links persistence.
Definition: XCommonEmbedPersist.idl:27
specifies an implementation for embedded object persistence.
Definition: XEmbedPersist.idl:31
void saveCompleted([in] boolean bUseNew)
specifies whether the object should use an old storage or a new one after "save as" operation.
void setPersistentEntry([in] ::com::sun::star::embed::XStorage xStorage, [in] string sEntName, [in] long nEntryConnectionMode, [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaArgs, [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs)
provides object with a parent storage and a name for object's entry.
void storeToEntry([in] ::com::sun::star::embed::XStorage xStorage, [in] string sEntName, [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaArgs, [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs)
lets the object store itself to an entry in destination storage, the own persistence entry is not cha...
boolean hasEntry()
allows to detect if the object has entry.
void storeAsEntry([in] ::com::sun::star::embed::XStorage xStorage, [in] string sEntName, [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaArgs, [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs)
lets the object store itself to an entry in destination storage and prepare to use the new entry for ...
This interface represents main storage functionality.
Definition: XStorage.idl:27
Definition: Ambiguous.idl:20