Home
last modified time | relevance | path

Searched refs:getTreeListBoxOrThrow (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx474 UnoTreeListBoxImpl& TreeControlPeer::getTreeListBoxOrThrow() const throw (RuntimeException ) in getTreeListBoxOrThrow() function in TreeControlPeer
487 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in ChangeNodesSelection()
558 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in getSelection()
624 getTreeListBoxOrThrow().SelectAll( sal_False ); in clearSelection()
632 return getTreeListBoxOrThrow().GetSelectionCount(); in getSelectionCount()
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()
[all …]
H A Dtreecontrolpeer.hxx137 …UnoTreeListBoxImpl& getTreeListBoxOrThrow() const throw (::com::sun::star::uno::RuntimeException );