Lines Matching refs:m_pOutItemSet
520 SfxItemSet* m_pOutItemSet; member
529 m_pInItemSet( NULL ), m_pOutItemSet( NULL ), m_pShell( pSh ), in OptionsGroupInfo()
532 ~OptionsGroupInfo() { delete m_pInItemSet; delete m_pOutItemSet; } in ~OptionsGroupInfo()
766 int nLeave = pPageInfo->m_pPage->DeactivatePage(pGroupInfo->m_pOutItemSet); in IMPL_LINK()
788 pPageInfo->m_pPage->FillItemSet(*pGroupInfo->m_pOutItemSet); in IMPL_LINK()
851 if(pGroupInfo->m_pOutItemSet) in ApplyItemSets()
854 … pGroupInfo->m_pShell->ApplyItemSet( pGroupInfo->m_nDialogId, *pGroupInfo->m_pOutItemSet); in ApplyItemSets()
856 ApplyItemSet( pGroupInfo->m_nDialogId, *pGroupInfo->m_pOutItemSet); in ApplyItemSets()
1094 nLeave = pOptPageInfo->m_pPage->DeactivatePage( pGroupInfo->m_pOutItemSet ); in IMPL_LINK()
1185 if(!pGroupInfo->m_pOutItemSet) in IMPL_LINK()
1186 pGroupInfo->m_pOutItemSet = new SfxItemSet( in IMPL_LINK()
1271 pPageInfo->m_pPage->ActivatePage(*pGroupInfo->m_pOutItemSet); in IMPL_LINK()