Lines Matching refs:RuntimeException

69 …no::Any& DisplayValue, ::sal_Bool ChildsOnDemand ) throw (::com::sun::star::uno::RuntimeException);
70 … throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
73 …:star::awt::tree::XTreeNode > SAL_CALL getRoot( ) throw (::com::sun::star::uno::RuntimeException);
74 …r::awt::tree::XTreeDataModelListener >& Listener ) throw (::com::sun::star::uno::RuntimeException);
75 …r::awt::tree::XTreeDataModelListener >& Listener ) throw (::com::sun::star::uno::RuntimeException);
78 virtual void SAL_CALL dispose( ) throw (RuntimeException);
79 …SAL_CALL addEventListener( const Reference< XEventListener >& xListener ) throw (RuntimeException);
80 …_CALL removeEventListener( const Reference< XEventListener >& aListener ) throw (RuntimeException);
83 virtual OUString SAL_CALL getImplementationName( ) throw (RuntimeException);
84 … virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (RuntimeException);
85 virtual Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw (RuntimeException);
105 …::com::sun::star::uno::Any SAL_CALL getDataValue() throw (::com::sun::star::uno::RuntimeException);
106 …ue( const ::com::sun::star::uno::Any& _datavalue ) throw (::com::sun::star::uno::RuntimeException);
107 … throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
108 …ption, ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
109 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
110 …HasChildrenOnDemand( ::sal_Bool ChildrenOnDemand ) throw (::com::sun::star::uno::RuntimeException);
111 …ayValue( const ::com::sun::star::uno::Any& Value ) throw (::com::sun::star::uno::RuntimeException);
112 …LL setNodeGraphicURL( const ::rtl::OUString& URL ) throw (::com::sun::star::uno::RuntimeException);
113 …etExpandedGraphicURL( const ::rtl::OUString& URL ) throw (::com::sun::star::uno::RuntimeException);
114 …tCollapsedGraphicURL( const ::rtl::OUString& URL ) throw (::com::sun::star::uno::RuntimeException);
117 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
118 virtual ::sal_Int32 SAL_CALL getChildCount( ) throw (::com::sun::star::uno::RuntimeException);
119 …tar::awt::tree::XTreeNode > SAL_CALL getParent( ) throw (::com::sun::star::uno::RuntimeException);
120 …< ::com::sun::star::awt::tree::XTreeNode >& Node ) throw (::com::sun::star::uno::RuntimeException);
121 …irtual ::sal_Bool SAL_CALL hasChildrenOnDemand( ) throw (::com::sun::star::uno::RuntimeException);
122 …::sun::star::uno::Any SAL_CALL getDisplayValue( ) throw (::com::sun::star::uno::RuntimeException);
123 …ual ::rtl::OUString SAL_CALL getNodeGraphicURL( ) throw (::com::sun::star::uno::RuntimeException);
124 …::rtl::OUString SAL_CALL getExpandedGraphicURL( ) throw (::com::sun::star::uno::RuntimeException);
125 …:rtl::OUString SAL_CALL getCollapsedGraphicURL( ) throw (::com::sun::star::uno::RuntimeException);
128 virtual OUString SAL_CALL getImplementationName( ) throw (RuntimeException);
129 … virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (RuntimeException);
130 virtual Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw (RuntimeException);
197 …leTreeDataModel::createNode( const Any& aValue, sal_Bool bChildsOnDemand ) throw (RuntimeException) in createNode()
204 …ot( const Reference< XMutableTreeNode >& xNode ) throw (IllegalArgumentException, RuntimeException) in setRoot()
235 Reference< XTreeNode > SAL_CALL MutableTreeDataModel::getRoot( ) throw (RuntimeException) in getRoot()
243 …eDataModelListener( const Reference< XTreeDataModelListener >& xListener ) throw (RuntimeException) in addTreeDataModelListener()
250 …eDataModelListener( const Reference< XTreeDataModelListener >& xListener ) throw (RuntimeException) in removeTreeDataModelListener()
259 void SAL_CALL MutableTreeDataModel::dispose() throw (RuntimeException) in dispose()
274 …ataModel::addEventListener( const Reference< XEventListener >& xListener ) throw (RuntimeException) in addEventListener()
281 …Model::removeEventListener( const Reference< XEventListener >& xListener ) throw (RuntimeException) in removeEventListener()
290 OUString SAL_CALL MutableTreeDataModel::getImplementationName( ) throw (RuntimeException) in getImplementationName()
299 …_CALL MutableTreeDataModel::supportsService( const OUString& ServiceName ) throw (RuntimeException) in supportsService()
307 …ce< OUString > SAL_CALL MutableTreeDataModel::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
382 Any SAL_CALL MutableTreeNode::getDataValue() throw (RuntimeException) in getDataValue()
390 void SAL_CALL MutableTreeNode::setDataValue( const Any& _datavalue ) throw (RuntimeException) in setDataValue()
398 …onst Reference< XMutableTreeNode >& xChildNode ) throw (IllegalArgumentException, RuntimeException) in appendChild()
416 …eNode >& xChildNode ) throw (IllegalArgumentException, IndexOutOfBoundsException, RuntimeException) in insertChildByIndex()
442 …de::removeChildByIndex( sal_Int32 nChildIndex ) throw (IndexOutOfBoundsException, RuntimeException) in removeChildByIndex()
472 …L_CALL MutableTreeNode::setHasChildrenOnDemand( sal_Bool bChildsOnDemand ) throw (RuntimeException) in setHasChildrenOnDemand()
488 void SAL_CALL MutableTreeNode::setDisplayValue( const Any& aValue ) throw (RuntimeException) in setDisplayValue()
500 void SAL_CALL MutableTreeNode::setNodeGraphicURL( const OUString& rURL ) throw (RuntimeException) in setNodeGraphicURL()
516 …id SAL_CALL MutableTreeNode::setExpandedGraphicURL( const OUString& rURL ) throw (RuntimeException) in setExpandedGraphicURL()
532 …d SAL_CALL MutableTreeNode::setCollapsedGraphicURL( const OUString& rURL ) throw (RuntimeException) in setCollapsedGraphicURL()
550 …bleTreeNode::getChildAt( sal_Int32 nChildIndex ) throw (IndexOutOfBoundsException,RuntimeException) in getChildAt()
561 sal_Int32 SAL_CALL MutableTreeNode::getChildCount( ) throw (RuntimeException) in getChildCount()
569 Reference< XTreeNode > SAL_CALL MutableTreeNode::getParent( ) throw (RuntimeException) in getParent()
577 … SAL_CALL MutableTreeNode::getIndex( const Reference< XTreeNode >& xNode ) throw (RuntimeException) in getIndex()
597 sal_Bool SAL_CALL MutableTreeNode::hasChildrenOnDemand( ) throw (RuntimeException) in hasChildrenOnDemand()
605 Any SAL_CALL MutableTreeNode::getDisplayValue( ) throw (RuntimeException) in getDisplayValue()
613 OUString SAL_CALL MutableTreeNode::getNodeGraphicURL( ) throw (RuntimeException) in getNodeGraphicURL()
621 OUString SAL_CALL MutableTreeNode::getExpandedGraphicURL( ) throw (RuntimeException) in getExpandedGraphicURL()
629 OUString SAL_CALL MutableTreeNode::getCollapsedGraphicURL( ) throw (RuntimeException) in getCollapsedGraphicURL()
639 OUString SAL_CALL MutableTreeNode::getImplementationName( ) throw (RuntimeException) in getImplementationName()
648 …l SAL_CALL MutableTreeNode::supportsService( const OUString& ServiceName ) throw (RuntimeException) in supportsService()
656 Sequence< OUString > SAL_CALL MutableTreeNode::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()