Lines Matching refs:MutableTreeNode

47 class MutableTreeNode;
50 typedef rtl::Reference< MutableTreeNode > MutableTreeNodeRef;
92 class MutableTreeNode: public ::cppu::WeakAggImplHelper2< XMutableTreeNode, XServiceInfo > class
97MutableTreeNode( const MutableTreeDataModelRef& xModel, const Any& rValue, sal_Bool bChildsOnDeman…
98 virtual ~MutableTreeNode();
100 void setParent( MutableTreeNode* pParent );
132 …static MutableTreeNode* getImplementation( const Reference< XTreeNode >& xNode, bool bThrows ) thr…
133 Reference< XTreeNode > getReference( MutableTreeNode* pNode ) in getReference()
144 MutableTreeNode* mpParent;
199 return new MutableTreeNode( this, aValue, bChildsOnDemand ); in createNode()
214 MutableTreeNodeRef xOldImpl( dynamic_cast< MutableTreeNode* >( mxRootNode.get() ) ); in setRoot()
219 MutableTreeNodeRef xImpl( dynamic_cast< MutableTreeNode* >( xNode.get() ) ); in setRoot()
319 MutableTreeNode::MutableTreeNode( const MutableTreeDataModelRef& xModel, const Any& rValue, sal_Boo… in MutableTreeNode() function in toolkit::MutableTreeNode
330 MutableTreeNode::~MutableTreeNode() in ~MutableTreeNode()
339 void MutableTreeNode::setParent( MutableTreeNode* pParent ) in setParent()
346 MutableTreeNode* MutableTreeNode::getImplementation( const Reference< XTreeNode >& xNode, bool bThr… in getImplementation()
348 MutableTreeNode* pImpl = dynamic_cast< MutableTreeNode* >( xNode.get() ); in getImplementation()
357 void MutableTreeNode::broadcast_changes() in broadcast_changes()
369 void MutableTreeNode::broadcast_changes(const Reference< XTreeNode >& xNode, bool bNew) in broadcast_changes()
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()
402 MutableTreeNodeRef xImpl( dynamic_cast< MutableTreeNode* >( xNode.get() ) ); in appendChild()
416 void SAL_CALL MutableTreeNode::insertChildByIndex( sal_Int32 nChildIndex, const Reference< XMutable… in insertChildByIndex()
424 MutableTreeNodeRef xImpl( dynamic_cast< MutableTreeNode* >( xNode.get() ) ); 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()
581 MutableTreeNodeRef xImpl( MutableTreeNode::getImplementation( xNode, false ) ); 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()