Searched refs:UnoTreeListBoxImpl (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svtools/source/uno/ |
H A D | treecontrolpeer.cxx | 99 class UnoTreeListBoxImpl : public SvTreeListBox class 103 ~UnoTreeListBoxImpl(); 112 DECL_LINK( OnSelectionChangeHdl, UnoTreeListBoxImpl* ); 113 DECL_LINK( OnExpandingHdl, UnoTreeListBoxImpl* ); 114 DECL_LINK( OnExpandedHdl, UnoTreeListBoxImpl* ); 487 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in ChangeNodesSelection() 1522 UnoTreeListBoxImpl::UnoTreeListBoxImpl( TreeControlPeer* pPeer, Window* pParent, WinBits nWinStyle ) in UnoTreeListBoxImpl() function in UnoTreeListBoxImpl 1538 UnoTreeListBoxImpl::~UnoTreeListBoxImpl() in ~UnoTreeListBoxImpl() 1546 IMPL_LINK( UnoTreeListBoxImpl, OnSelectionChangeHdl, UnoTreeListBoxImpl*, EMPTYARG ) in IMPL_LINK() argument 1555 IMPL_LINK(UnoTreeListBoxImpl, OnExpandingHdl, UnoTreeListBoxImpl*, EMPTYARG ) in IMPL_LINK() argument [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;
|
Completed in 23 milliseconds