|
LibreOffice
LibreOffice 26.2 SDK API 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 ) |
| string getDescriptionByHierarchicalName | ( | [in] string | aName | ) | ||
| raises | ( | com::sun::star::container::NoSuchElementException ) | ||||
| aName | the hierarchical name of the object. |
| NoSuchElementException | if an element under aName does not exist. |
| boolean getModifiedByHierarchicalName | ( | [in] string | aName | ) | ||
| raises | ( | com::sun::star::container::NoSuchElementException, | ||||
| com::sun::star::util::InvalidStateException ) | ||||||
| aName | the hierarchical name of the object. |
| NoSuchElementException | if an element under aName does not exist. |
| InvalidStateException | when the object has an invalid type |
| type getTypeByHierarchicalName | ( | [in] string | aName | ) | ||
| raises | ( | com::sun::star::container::NoSuchElementException, | ||||
| com::sun::star::util::InvalidStateException ) | ||||||
| aName | the hierarchical name of the object. |
| NoSuchElementException | if an element under aName does not exist. |
| InvalidStateException | when the type of the object could not be resolved. |