Searched refs:UnoTreeControl (Results 1 – 6 of 6) sorted by relevance
1 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"isNodeExpanded()"2 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"isNodeCollapsed()"3 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"makeNodeVisible()"4 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"isNodeVisible()"5 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"expandNode()"6 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"collapseNode()"7 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"addTreeExpansionListener()"8 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"removeTreeExpansionListener()"9 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"getNodeForLocation()"10 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"getClosestNodeForLocation()"[all …]
140 UnoTreeControl::UnoTreeControl( const Reference< XMultiServiceFactory >& i_factory ) in UnoTreeControl() function in toolkit::UnoTreeControl148 OUString UnoTreeControl::GetComponentServiceName() in GetComponentServiceName()157 sal_Bool SAL_CALL UnoTreeControl::select( const Any& rSelection ) throw (IllegalArgumentException, … in select()164 Any SAL_CALL UnoTreeControl::getSelection() throw (RuntimeException) in getSelection()171 void SAL_CALL UnoTreeControl::addSelectionChangeListener( const Reference< XSelectionChangeListener… in addSelectionChangeListener()185 void SAL_CALL UnoTreeControl::removeSelectionChangeListener( const Reference< XSelectionChangeListe… in removeSelectionChangeListener()201 sal_Bool SAL_CALL UnoTreeControl::addSelection( const Any& rSelection ) throw (IllegalArgumentExcep… in addSelection()208 void SAL_CALL UnoTreeControl::removeSelection( const Any& rSelection ) throw (IllegalArgumentExcept… in removeSelection()216 void SAL_CALL UnoTreeControl::clearSelection() throw (RuntimeException) in clearSelection()224 sal_Int32 SAL_CALL UnoTreeControl::getSelectionCount() throw (RuntimeException) in getSelectionCount()[all …]
73 class UnoTreeControl : public UnoTreeControl_Base class76 …UnoTreeControl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFacto…123 DECLIMPL_SERVICEINFO_DERIVED( UnoTreeControl, UnoControlBase, szServiceName_TreeControl )
92 #i86298 -o toolkit.UnoTreeControl
126 toolkit.UnoTreeControl
60 public class UnoTreeControl extends TestCase { class