Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/layout/
H A Dflowfrm.cxx806 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()
/aoo41x/main/cui/source/options/
H A Dtreeopt.cxx2468 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
[all …]

Completed in 129 milliseconds