Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/options/
H A Dtreeopt.cxx2548 sal_uInt16 lcl_getGroupId( const rtl::OUString& rGroupName, const SvTreeListBox& rTreeLB ) in lcl_getGroupId() argument
2552 SvLBoxEntry* pEntry = rTreeLB.First(); in lcl_getGroupId()
2555 if ( !rTreeLB.GetParent( pEntry ) ) in lcl_getGroupId()
2557 String sTemp( rTreeLB.GetEntryText( pEntry ) ); in lcl_getGroupId()
2562 pEntry = rTreeLB.Next( pEntry ); in lcl_getGroupId()
2569 … OfaTreeOptionsDialog* pDlg, OptionsNode* pNode, OptionsLeaf* pLeaf, const SvTreeListBox& rTreeLB ) in lcl_insertLeaf() argument
2571 sal_uInt16 nGrpId = lcl_getGroupId( pNode->m_sLabel, rTreeLB ); in lcl_insertLeaf()
2578 SvLBoxEntry* pGrpEntry = rTreeLB.GetEntry( 0, nGrpId ); in lcl_insertLeaf()