Lines Matching refs:RuntimeException

89 OUString UnoTreeModel::getServiceName() throw(RuntimeException)  in getServiceName()
130 Reference< XPropertySetInfo > UnoTreeModel::getPropertySetInfo( ) throw(RuntimeException) in getPropertySetInfo()
157 … UnoTreeControl::select( const Any& rSelection ) throw (IllegalArgumentException, RuntimeException) in select()
164 Any SAL_CALL UnoTreeControl::getSelection() throw (RuntimeException) in getSelection()
171 …onChangeListener( const Reference< XSelectionChangeListener >& xListener ) throw (RuntimeException) in addSelectionChangeListener()
185 …onChangeListener( const Reference< XSelectionChangeListener >& xListener ) throw (RuntimeException) in removeSelectionChangeListener()
201 …eeControl::addSelection( const Any& rSelection ) throw (IllegalArgumentException, RuntimeException) in addSelection()
208 …ontrol::removeSelection( const Any& rSelection ) throw (IllegalArgumentException, RuntimeException) in removeSelection()
216 void SAL_CALL UnoTreeControl::clearSelection() throw (RuntimeException) in clearSelection()
224 sal_Int32 SAL_CALL UnoTreeControl::getSelectionCount() throw (RuntimeException) in getSelectionCount()
231 …ence< XEnumeration > SAL_CALL UnoTreeControl::createSelectionEnumeration() throw (RuntimeException) in createSelectionEnumeration()
238 …Enumeration > SAL_CALL UnoTreeControl::createReverseSelectionEnumeration() throw (RuntimeException) in createReverseSelectionEnumeration()
247 OUString SAL_CALL UnoTreeControl::getDefaultExpandedGraphicURL() throw (RuntimeException) in getDefaultExpandedGraphicURL()
254 …etDefaultExpandedGraphicURL( const OUString& _defaultexpansiongraphicurl ) throw (RuntimeException) in setDefaultExpandedGraphicURL()
262 OUString SAL_CALL UnoTreeControl::getDefaultCollapsedGraphicURL() throw (RuntimeException) in getDefaultCollapsedGraphicURL()
269 …tDefaultCollapsedGraphicURL( const OUString& _defaultcollapsedgraphicurl ) throw (RuntimeException) in setDefaultCollapsedGraphicURL()
277 …ntrol::isNodeExpanded( const Reference< XTreeNode >& xNode ) throw (RuntimeException, IllegalArgum… in isNodeExpanded()
284 …trol::isNodeCollapsed( const Reference< XTreeNode >& xNode ) throw (RuntimeException, IllegalArgum… in isNodeCollapsed()
291 …trol::makeNodeVisible( const Reference< XTreeNode >& xNode ) throw (RuntimeException, ExpandVetoEx… in makeNodeVisible()
299 …ontrol::isNodeVisible( const Reference< XTreeNode >& xNode ) throw (RuntimeException, IllegalArgum… in isNodeVisible()
306 …eeControl::expandNode( const Reference< XTreeNode >& xNode ) throw (RuntimeException, ExpandVetoEx… in expandNode()
314 …Control::collapseNode( const Reference< XTreeNode >& xNode ) throw (RuntimeException, ExpandVetoEx… in collapseNode()
322 …eExpansionListener( const Reference< XTreeExpansionListener >& xListener ) throw (RuntimeException) in addTreeExpansionListener()
336 …eExpansionListener( const Reference< XTreeExpansionListener >& xListener ) throw (RuntimeException) in removeTreeExpansionListener()
350 … > SAL_CALL UnoTreeControl::getNodeForLocation( sal_Int32 x, sal_Int32 y ) throw (RuntimeException) in getNodeForLocation()
357 …CALL UnoTreeControl::getClosestNodeForLocation( sal_Int32 x, sal_Int32 y ) throw (RuntimeException) in getClosestNodeForLocation()
364 …etNodeRect( const Reference< XTreeNode >& Node ) throw (IllegalArgumentException, RuntimeException) in getNodeRect()
371 sal_Bool SAL_CALL UnoTreeControl::isEditing( ) throw (RuntimeException) in isEditing()
378 sal_Bool SAL_CALL UnoTreeControl::stopEditing() throw (RuntimeException) in stopEditing()
385 void SAL_CALL UnoTreeControl::cancelEditing() throw (RuntimeException) in cancelEditing()
393 …ingAtNode( const Reference< XTreeNode >& xNode ) throw (IllegalArgumentException, RuntimeException) in startEditingAtNode()
401 …ol::addTreeEditListener( const Reference< XTreeEditListener >& xListener ) throw (RuntimeException) in addTreeEditListener()
415 …:removeTreeEditListener( const Reference< XTreeEditListener >& xListener ) throw (RuntimeException) in removeTreeEditListener()
431 void SAL_CALL UnoTreeControl::dispose( ) throw(RuntimeException) in dispose()
440 …& rxToolkit, const uno::Reference< awt::XWindowPeer > & rParentPeer ) throw(uno::RuntimeException) in createPeer()
463 …ltiplexer::nodeEditing( const Reference< XTreeNode >& Node ) throw (RuntimeException, ::com::sun::… in nodeEditing()
479 catch( RuntimeException& e ) in nodeEditing()
487 …:nodeEdited( const Reference< XTreeNode >& Node, const OUString& NewText ) throw (RuntimeException) in nodeEdited()
503 catch( RuntimeException& e ) in nodeEdited()