Lines Matching refs:UnoTreeListBoxImpl

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()
487 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in ChangeNodesSelection()
558 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in getSelection()
679 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in createSelectionEnumeration()
703 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in createReverseSelectionEnumeration()
743 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in setDefaultExpandedGraphicURL()
781 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in setDefaultCollapsedGraphicURL()
805 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in isNodeExpanded()
824 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in makeNodeVisible()
836 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in isNodeVisible()
847 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in expandNode()
859 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in collapseNode()
885 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in getNodeForLocation()
903 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in getClosestNodeForLocation()
921 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in getNodeRect()
934 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in isEditing()
944 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in stopEditing()
962 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in cancelEditing()
972 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in startEditingAtNode()
1080 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in updateTree()
1093 void TreeControlPeer::updateNode( UnoTreeListBoxImpl& rTree, const Reference< XTreeNode >& xNode, b… in updateNode()
1119 void TreeControlPeer::updateChildNodes( UnoTreeListBoxImpl& rTree, const Reference< XTreeNode >& xP… in updateChildNodes()
1241 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in disposing()
1246 void TreeControlPeer::onChangeDataModel( UnoTreeListBoxImpl& rTree, const Reference< XTreeDataModel… in onChangeDataModel()
1317 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in setProperty()
1423 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in getProperty()
1470 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in onChangeRootDisplayed()
1522 UnoTreeListBoxImpl::UnoTreeListBoxImpl( TreeControlPeer* pPeer, Window* pParent, WinBits nWinStyle ) in UnoTreeListBoxImpl() function in UnoTreeListBoxImpl
1528 SetSelectHdl( LINK(this, UnoTreeListBoxImpl, OnSelectionChangeHdl) ); in UnoTreeListBoxImpl()
1529 SetDeselectHdl( LINK(this, UnoTreeListBoxImpl, OnSelectionChangeHdl) ); in UnoTreeListBoxImpl()
1531 SetExpandingHdl( LINK(this, UnoTreeListBoxImpl, OnExpandingHdl) ); in UnoTreeListBoxImpl()
1532 SetExpandedHdl( LINK(this, UnoTreeListBoxImpl, OnExpandedHdl) ); 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
1568 IMPL_LINK(UnoTreeListBoxImpl, OnExpandedHdl, UnoTreeListBoxImpl*, EMPTYARG ) in IMPL_LINK() argument
1580 sal_uInt32 UnoTreeListBoxImpl::insert( SvLBoxEntry* pEntry,SvLBoxEntry* pParent,sal_uLong nPos ) in insert()
1590 void UnoTreeListBoxImpl::RequestingChilds( SvLBoxEntry* pParent ) in RequestingChilds()
1599 sal_Bool UnoTreeListBoxImpl::EditingEntry( SvLBoxEntry* pEntry, Selection& ) in EditingEntry()
1606 sal_Bool UnoTreeListBoxImpl::EditedEntry( SvLBoxEntry* pEntry, const XubString& rNewText ) in EditedEntry()