Lines Matching refs:pLeaf
2469 OptionsLeaf* pLeaf = new OptionsLeaf( in LoadNodes() local
2492 … pNode->m_aGroupedLeaves[k].begin() + l, pLeaf ); in LoadNodes()
2501 aGroupedLeaves.push_back( pLeaf ); in LoadNodes()
2571 … OfaTreeOptionsDialog* pDlg, OptionsNode* pNode, OptionsLeaf* pLeaf, const SvTreeListBox& rTreeLB ) in lcl_insertLeaf() argument
2590 OptionsPageInfo* pInfo = pDlg->AddTabPage( 0, pLeaf->m_sLabel, nGrpId ); in lcl_insertLeaf()
2591 pInfo->m_sPageURL = pLeaf->m_sPageURL; in lcl_insertLeaf()
2592 pInfo->m_sEventHdl = pLeaf->m_sEventHdl; in lcl_insertLeaf()
2608 OptionsLeaf* pLeaf = pNode->m_aGroupedLeaves[j][k]; in InsertNodes() local
2609 lcl_insertLeaf( this, pNode, pLeaf, aTreeLB ); in InsertNodes()
2615 OptionsLeaf* pLeaf = pNode->m_aLeaves[j]; in InsertNodes() local
2616 lcl_insertLeaf( this, pNode, pLeaf, aTreeLB ); in InsertNodes()