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.cxx2547 sal_uInt16 lcl_getGroupId( const rtl::OUString& rGroupName, const SvTreeListBox& rTreeLB ) in lcl_getGroupId() argument
2551 SvLBoxEntry* pEntry = rTreeLB.First(); in lcl_getGroupId()
2554 if ( !rTreeLB.GetParent( pEntry ) ) in lcl_getGroupId()
2556 String sTemp( rTreeLB.GetEntryText( pEntry ) ); in lcl_getGroupId()
2561 pEntry = rTreeLB.Next( pEntry ); in lcl_getGroupId()
2568 … OfaTreeOptionsDialog* pDlg, OptionsNode* pNode, OptionsLeaf* pLeaf, const SvTreeListBox& rTreeLB ) in lcl_insertLeaf() argument
2570 sal_uInt16 nGrpId = lcl_getGroupId( pNode->m_sLabel, rTreeLB ); in lcl_insertLeaf()
2577 SvLBoxEntry* pGrpEntry = rTreeLB.GetEntry( 0, nGrpId ); in lcl_insertLeaf()

Completed in 31 milliseconds