Home
last modified time | relevance | path

Searched defs:rTree (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx436 void TreeControlPeer::fillTree( UnoTreeListBoxImpl& rTree, const Reference< XTreeDataModel >& xData… in fillTree()
461 void TreeControlPeer::addNode( UnoTreeListBoxImpl& rTree, const Reference< XTreeNode >& xNode, UnoT… in addNode()
487 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in ChangeNodesSelection() local
558 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in getSelection() local
679 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in createSelectionEnumeration() local
703 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in createReverseSelectionEnumeration() local
743 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in setDefaultExpandedGraphicURL() local
781 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in setDefaultCollapsedGraphicURL() local
805 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in isNodeExpanded() local
824 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in makeNodeVisible() local
[all …]
/AOO41X/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx184 …SvLBoxEntry* lcl_findEntry_impl(DBTreeListBox& rTree,const ::rtl::OUString& _rName,SvLBoxEntry* _p… in lcl_findEntry_impl()
211 …SvLBoxEntry* lcl_findEntry(DBTreeListBox& rTree,const ::rtl::OUString& _rName,SvLBoxEntry* _pFirst) in lcl_findEntry()
418 DBTreeListBox& rTree = *m_pLists[nPos]; in getSelectionElementNames() local
536 DBTreeListBox& rTree = *m_pLists[nPos]; in selectElements() local
558 DBTreeListBox& rTree = *m_pLists[nPos]; in getQualifiedName() local
598 DBTreeListBox& rTree = *m_pLists[nPos]; in getSelectionCount() local
672 DBTreeListBox& rTree = *m_pLists[nPos]; in isALeafSelected() local
/AOO41X/main/starmath/inc/
H A Ddocument.hxx201 void SetFormulaTree(SmNode *&rTree) { pTree = rTree; } in SetFormulaTree()
/AOO41X/main/svtools/source/filter/
H A DFilterConfigItem.cxx47 …ic sal_Bool ImpIsTreeAvailable( Reference< XMultiServiceFactory >& rXCfgProv, const String& rTree ) in ImpIsTreeAvailable()