Searched refs:rTree (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/svtools/source/uno/ |
| H A D | treecontrolpeer.cxx | 436 void TreeControlPeer::fillTree( UnoTreeListBoxImpl& rTree, const Reference< XTreeDataModel >& xData… in fillTree() argument 438 rTree.Clear(); in fillTree() 447 addNode( rTree, xRootNode, 0 ); in fillTree() 453 addNode( rTree, xRootNode->getChildAt( nChild ), 0 ); in fillTree() 461 void TreeControlPeer::addNode( UnoTreeListBoxImpl& rTree, const Reference< XTreeNode >& xNode, UnoT… in addNode() argument 468 addNode( rTree, xNode->getChildAt( nChild ), pEntry ); in addNode() 487 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in ChangeNodesSelection() local 529 rTree.SelectAll( sal_False ); in ChangeNodesSelection() 536 rTree.Select( pEntry, bSelect ? sal_True : sal_False ); in ChangeNodesSelection() 558 UnoTreeListBoxImpl& rTree = getTreeListBoxOrThrow(); in getSelection() local [all …]
|
| H A D | treecontrolpeer.hxx | 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… 140 …void onChangeDataModel( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::…
|
| /AOO41X/main/dbaccess/source/ui/app/ |
| H A D | AppDetailPageHelper.cxx | 184 …SvLBoxEntry* lcl_findEntry_impl(DBTreeListBox& rTree,const ::rtl::OUString& _rName,SvLBoxEntry* _p… in lcl_findEntry_impl() argument 193 if ( rTree.GetEntryText(pEntry) == sName ) in lcl_findEntry_impl() 198 pEntry = rTree.FirstChild(pEntry); in lcl_findEntry_impl() 207 pEntry = rTree.NextSibling(pEntry); in lcl_findEntry_impl() 211 …SvLBoxEntry* lcl_findEntry(DBTreeListBox& rTree,const ::rtl::OUString& _rName,SvLBoxEntry* _pFirst) in lcl_findEntry() argument 215 …return (nIndex != -1 ? lcl_findEntry_impl(rTree,_rName.copy(sErase.getLength() + 1),_pFirst) : NUL… in lcl_findEntry() 418 DBTreeListBox& rTree = *m_pLists[nPos]; in getSelectionElementNames() local 419 sal_Int32 nCount = rTree.GetEntryCount(); in getSelectionElementNames() 421 SvLBoxEntry* pEntry = rTree.FirstSelected(); in getSelectionElementNames() 427 if( rTree.GetChildCount(pEntry) == 0 ) in getSelectionElementNames() [all …]
|
| /AOO41X/main/svtools/source/filter/ |
| H A D | FilterConfigItem.cxx | 47 …ic sal_Bool ImpIsTreeAvailable( Reference< XMultiServiceFactory >& rXCfgProv, const String& rTree ) in ImpIsTreeAvailable() argument 49 sal_Bool bAvailable = rTree.Len() != 0; in ImpIsTreeAvailable() 52 xub_StrLen nTokenCount = rTree.GetTokenCount( (sal_Unicode)'/' ); in ImpIsTreeAvailable() 55 if ( rTree.GetChar( 0 ) == (sal_Unicode)'/' ) in ImpIsTreeAvailable() 57 if ( rTree.GetChar( rTree.Len() - 1 ) == (sal_Unicode)'/' ) in ImpIsTreeAvailable() 61 aAny <<= (OUString)rTree.GetToken( i++, (sal_Unicode)'/' ); in ImpIsTreeAvailable() 93 String aNode( rTree.GetToken( i, (sal_Unicode)'/' ) ); in ImpIsTreeAvailable()
|
| /AOO41X/main/starmath/inc/ |
| H A D | document.hxx | 201 void SetFormulaTree(SmNode *&rTree) { pTree = rTree; } in SetFormulaTree() argument
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | FilterConfigItem.hxx | 51 SVT_DLLPRIVATE void ImpInitTree( const String& rTree );
|