Lines Matching refs:pLeaf
2468 OptionsLeaf* pLeaf = new OptionsLeaf( in LoadNodes() local
2491 … pNode->m_aGroupedLeaves[k].begin() + l, pLeaf ); in LoadNodes()
2500 aGroupedLeaves.push_back( pLeaf ); in LoadNodes()
2568 … OfaTreeOptionsDialog* pDlg, OptionsNode* pNode, OptionsLeaf* pLeaf, const SvTreeListBox& rTreeLB ) in lcl_insertLeaf() argument
2587 OptionsPageInfo* pInfo = pDlg->AddTabPage( 0, pLeaf->m_sLabel, nGrpId ); in lcl_insertLeaf()
2588 pInfo->m_sPageURL = pLeaf->m_sPageURL; in lcl_insertLeaf()
2589 pInfo->m_sEventHdl = pLeaf->m_sEventHdl; in lcl_insertLeaf()
2605 OptionsLeaf* pLeaf = pNode->m_aGroupedLeaves[j][k]; in InsertNodes() local
2606 lcl_insertLeaf( this, pNode, pLeaf, aTreeLB ); in InsertNodes()
2612 OptionsLeaf* pLeaf = pNode->m_aLeaves[j]; in InsertNodes() local
2613 lcl_insertLeaf( this, pNode, pLeaf, aTreeLB ); in InsertNodes()