:: com :: sun :: star :: script ::

module browse

Services
::com::sun::star::script::browse::BrowseNode This service provides access to the Macros and Macro containers via the XBrowseNode interface. XInvocation is an optional interface that is used to execute macros, or to create/delete/rename macros or macro containers.
::com::sun::star::script::browse::BrowseNodeFactory This service is used to create Root XBrowseNodes.
Singletons
::com::sun::star::script::browse::theBrowseNodeFactory The one and only BrowseNodeFactory. To get the singleton call getValueByName on the component context
Interfaces
::com::sun::star::script::browse::XBrowseNode This interface represents a node in the hierarchy used to browse available scripts. Objects implementing this interface are expected to also implement com.sun.star.beans.XPropertySet and, optionally, com.sun.star.script.XInvocation (see the Developers' Guide for more details).
::com::sun::star::script::browse::XBrowseNodeFactory This interface provides a factory for obtaining objects implmenting the XBrowseNode interface.
Constant Groups
::com::sun::star::script::browse::BrowseNodeFactoryViewTypes These constants define the three different types of views available from BrowseNodeFactory.
::com::sun::star::script::browse::BrowseNodeTypes These constants define the three different types of nodes in the BrowseNode hierarchy.
Top of Page