Searched refs:pLeaf (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sw/source/core/layout/ |
H A D | flowfrm.cxx | 806 const SwFrm *pLeaf = this; in GetLeaf() local 810 { pLeaf = ((SwFrm*)pLeaf)->GetLeaf( eMakePage, bFwd ); in GetLeaf() 812 if ( pLeaf && in GetLeaf() 813 (!IsLayoutFrm() || !((SwLayoutFrm*)this)->IsAnLower( pLeaf ))) in GetLeaf() 815 if ( pAnch->IsInDocBody() == pLeaf->IsInDocBody() && in GetLeaf() 816 pAnch->IsInFtn() == pLeaf->IsInFtn() ) in GetLeaf() 821 } while ( !bFound && pLeaf ); in GetLeaf() 823 return (const SwLayoutFrm*)pLeaf; in GetLeaf()
|
/trunk/main/cui/source/options/ |
H A D | treeopt.cxx | 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 [all …]
|
Completed in 24 milliseconds