Lines Matching refs:SAL_CALL

69 …::star::uno::Reference< ::com::sun::star::awt::tree::XMutableTreeNode > SAL_CALL createNode( const…
70 …virtual void SAL_CALL setRoot( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree…
73 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode > SAL_CALL getRoo…
74 …virtual void SAL_CALL addTreeDataModelListener( const ::com::sun::star::uno::Reference< ::com::sun…
75 …virtual void SAL_CALL removeTreeDataModelListener( const ::com::sun::star::uno::Reference< ::com::…
78 virtual void SAL_CALL dispose( ) throw (RuntimeException);
79 …virtual void SAL_CALL addEventListener( const Reference< XEventListener >& xListener ) throw (Runt…
80 …virtual void SAL_CALL removeEventListener( const Reference< XEventListener >& aListener ) throw (R…
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 …virtual ::com::sun::star::uno::Any SAL_CALL getDataValue() throw (::com::sun::star::uno::RuntimeEx…
106 …virtual void SAL_CALL setDataValue( const ::com::sun::star::uno::Any& _datavalue ) throw (::com::s…
107 …virtual void SAL_CALL appendChild( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::…
108 …virtual void SAL_CALL insertChildByIndex( ::sal_Int32 Index, const ::com::sun::star::uno::Referenc…
109 …virtual void SAL_CALL removeChildByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::Index…
110 …virtual void SAL_CALL setHasChildrenOnDemand( ::sal_Bool ChildrenOnDemand ) throw (::com::sun::sta…
111 …virtual void SAL_CALL setDisplayValue( const ::com::sun::star::uno::Any& Value ) throw (::com::sun…
112 …virtual void SAL_CALL setNodeGraphicURL( const ::rtl::OUString& URL ) throw (::com::sun::star::uno…
113 …virtual void SAL_CALL setExpandedGraphicURL( const ::rtl::OUString& URL ) throw (::com::sun::star:…
114 …virtual void SAL_CALL setCollapsedGraphicURL( const ::rtl::OUString& URL ) throw (::com::sun::star…
117 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode > SAL_CALL getChi…
118 virtual ::sal_Int32 SAL_CALL getChildCount( ) throw (::com::sun::star::uno::RuntimeException);
119 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::XTreeNode > SAL_CALL getPar…
120 …virtual ::sal_Int32 SAL_CALL getIndex( const ::com::sun::star::uno::Reference< ::com::sun::star::a…
121 …virtual ::sal_Bool SAL_CALL hasChildrenOnDemand( ) throw (::com::sun::star::uno::RuntimeException…
122 …virtual ::com::sun::star::uno::Any SAL_CALL getDisplayValue( ) throw (::com::sun::star::uno::Runt…
123 …virtual ::rtl::OUString SAL_CALL getNodeGraphicURL( ) throw (::com::sun::star::uno::RuntimeExcept…
124 …virtual ::rtl::OUString SAL_CALL getExpandedGraphicURL( ) throw (::com::sun::star::uno::RuntimeEx…
125 …virtual ::rtl::OUString SAL_CALL getCollapsedGraphicURL( ) throw (::com::sun::star::uno::RuntimeE…
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 Reference< XMutableTreeNode > SAL_CALL MutableTreeDataModel::createNode( const Any& aValue, sal_Boo… in createNode()
204 void SAL_CALL MutableTreeDataModel::setRoot( const Reference< XMutableTreeNode >& xNode ) throw (Il… in setRoot()
235 Reference< XTreeNode > SAL_CALL MutableTreeDataModel::getRoot( ) throw (RuntimeException) in getRoot()
243 void SAL_CALL MutableTreeDataModel::addTreeDataModelListener( const Reference< XTreeDataModelListen… in addTreeDataModelListener()
250 void SAL_CALL MutableTreeDataModel::removeTreeDataModelListener( const Reference< XTreeDataModelLis… in removeTreeDataModelListener()
259 void SAL_CALL MutableTreeDataModel::dispose() throw (RuntimeException) in dispose()
274 void SAL_CALL MutableTreeDataModel::addEventListener( const Reference< XEventListener >& xListener … in addEventListener()
281 void SAL_CALL MutableTreeDataModel::removeEventListener( const Reference< XEventListener >& xListen… in removeEventListener()
290 OUString SAL_CALL MutableTreeDataModel::getImplementationName( ) throw (RuntimeException) in getImplementationName()
299 sal_Bool SAL_CALL MutableTreeDataModel::supportsService( const OUString& ServiceName ) throw (Runti… in supportsService()
307 Sequence< OUString > SAL_CALL MutableTreeDataModel::getSupportedServiceNames( ) throw (RuntimeExce… 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 void SAL_CALL MutableTreeNode::appendChild( const Reference< XMutableTreeNode >& xChildNode ) throw… in appendChild()
416 void SAL_CALL MutableTreeNode::insertChildByIndex( sal_Int32 nChildIndex, const Reference< XMutable… in insertChildByIndex()
442 void SAL_CALL MutableTreeNode::removeChildByIndex( sal_Int32 nChildIndex ) throw (IndexOutOfBoundsE… in removeChildByIndex()
472 void SAL_CALL MutableTreeNode::setHasChildrenOnDemand( sal_Bool bChildsOnDemand ) throw (RuntimeExc… 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 void SAL_CALL MutableTreeNode::setExpandedGraphicURL( const OUString& rURL ) throw (RuntimeExceptio… in setExpandedGraphicURL()
532 void SAL_CALL MutableTreeNode::setCollapsedGraphicURL( const OUString& rURL ) throw (RuntimeExcepti… in setCollapsedGraphicURL()
550 Reference< XTreeNode > SAL_CALL MutableTreeNode::getChildAt( sal_Int32 nChildIndex ) throw (IndexOu… 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_Int32 SAL_CALL MutableTreeNode::getIndex( const Reference< XTreeNode >& xNode ) throw (RuntimeE… 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 sal_Bool SAL_CALL MutableTreeNode::supportsService( const OUString& ServiceName ) throw (RuntimeExc… in supportsService()
656 Sequence< OUString > SAL_CALL MutableTreeNode::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
666 Reference< XInterface > SAL_CALL MutableTreeDataModel_CreateInstance( const Reference< XMultiServic… in MutableTreeDataModel_CreateInstance()