LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_frame_XUntitledNumbers_idl__
20 #define __com_sun_star_frame_XUntitledNumbers_idl__
26 module
com { module sun { module star { module frame {
string getUntitledPrefix()
returns the localized string value to be used for untitled objects in combination with the leased num...
knows all currently used and all free numbers for using with untitled but counted objects.
Definition: XUntitledNumbers.idl:32
long leaseNumber([in] com::sun::star::uno::XInterface xComponent)
callee has to lease a number before he can use it within in its own title.
void releaseNumber([in] long nNumber)
has to be used to mark those numbers as "free for using".
Definition: Ambiguous.idl:22
void releaseNumberForComponent([in] com::sun::star::uno::XInterface xComponent)
does the same then releaseNumber () but it searches the corresponding number for the specified compon...
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48