LibreOffice
LibreOffice 24.2 SDK API Reference
Public Member Functions | List of all members
XDocumentation Interface Reference

import"XDocumentation.idl";

Public Member Functions

string getDescriptionByHierarchicalName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException )
 
type getTypeByHierarchicalName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::util::InvalidStateException )
 
boolean getModifiedByHierarchicalName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::util::InvalidStateException )
 

Member Function Documentation

◆ getDescriptionByHierarchicalName()

string getDescriptionByHierarchicalName ( [in] string  aName)
raises (com::sun::star::container::NoSuchElementException
)
Returns
the description for the requested object
Parameters
aNamethe hierarchical name of the object.
Exceptions
NoSuchElementExceptionif an element under aName does not exist.

◆ getModifiedByHierarchicalName()

boolean getModifiedByHierarchicalName ( [in] string  aName)
raises ( com::sun::star::container::NoSuchElementException,
com::sun::star::util::InvalidStateException
)
Returns
whether the requested object was modified
Parameters
aNamethe hierarchical name of the object.
Exceptions
NoSuchElementExceptionif an element under aName does not exist.
InvalidStateExceptionwhen the object has an invalid type

◆ getTypeByHierarchicalName()

type getTypeByHierarchicalName ( [in] string  aName)
raises ( com::sun::star::container::NoSuchElementException,
com::sun::star::util::InvalidStateException
)
Returns
the type for the requested object
Parameters
aNamethe hierarchical name of the object.
Exceptions
NoSuchElementExceptionif an element under aName does not exist.
InvalidStateExceptionwhen the type of the object could not be resolved.

The documentation for this interface was generated from the following file: