Searched refs:UnoTreeListBoxImpl (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/svtools/source/uno/ |
| H A D | treecontrolpeer.cxx | 99 class UnoTreeListBoxImpl : public SvTreeListBox class 102 UnoTreeListBoxImpl( TreeControlPeer* pPeer, Window* pParent, WinBits nWinStyle ); 103 ~UnoTreeListBoxImpl(); 112 DECL_LINK( OnSelectionChangeHdl, UnoTreeListBoxImpl* ); 113 DECL_LINK( OnExpandingHdl, UnoTreeListBoxImpl* ); 114 DECL_LINK( OnExpandedHdl, UnoTreeListBoxImpl* ); 235 mpTreeImpl = new UnoTreeListBoxImpl( this, pParent, nWinStyle ); in createVclControl() 436 void TreeControlPeer::fillTree( UnoTreeListBoxImpl& rTree, const Reference< XTreeDataModel >& xData… in fillTree() 461 void TreeControlPeer::addNode( UnoTreeListBoxImpl& rTree, const Reference< XTreeNode >& xNode, UnoT… in addNode() 474 UnoTreeListBoxImpl& TreeControlPeer::getTreeListBoxOrThrow() const throw (RuntimeException ) in getTreeListBoxOrThrow() [all …]
|
| H A D | treecontrolpeer.hxx | 42 class UnoTreeListBoxImpl; 50 friend class UnoTreeListBoxImpl; 124 void eraseTree( UnoTreeListBoxImpl& rTree ); 125 …void fillTree( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::sun::star… 126 …void addNode( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::sun::star:… 132 …void updateNode( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::sun::st… 133 …void updateChildNodes( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::s… 137 …UnoTreeListBoxImpl& getTreeListBoxOrThrow() const throw (::com::sun::star::uno::RuntimeException ); 140 …void onChangeDataModel( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::… 160 UnoTreeListBoxImpl* mpTreeImpl;
|