|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 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:27
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:20
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:27
base interface of all UNO interfaces
Definition: XInterface.idl:46