Lines Matching refs:m_pInItemSet
519 SfxItemSet* m_pInItemSet; member
529 m_pInItemSet( NULL ), m_pOutItemSet( NULL ), m_pShell( pSh ), in OptionsGroupInfo()
532 ~OptionsGroupInfo() { delete m_pInItemSet; delete m_pOutItemSet; } in ~OptionsGroupInfo()
743 pPageInfo->m_pPage->Reset( *pGroupInfo->m_pInItemSet ); in IMPL_LINK()
1181 if(!pGroupInfo->m_pInItemSet) in IMPL_LINK()
1182 pGroupInfo->m_pInItemSet = pGroupInfo->m_pShell in IMPL_LINK()
1187 *pGroupInfo->m_pInItemSet->GetPool(), in IMPL_LINK()
1188 pGroupInfo->m_pInItemSet->GetRanges()); in IMPL_LINK()
1195 pPageInfo->m_nPageId, this, *pGroupInfo->m_pInItemSet ); in IMPL_LINK()
1198 …ageInfo->m_pPage = ::CreateGeneralTabPage( pPageInfo->m_nPageId, this, *pGroupInfo->m_pInItemSet ); in IMPL_LINK()
1240 pPageInfo->m_pPage->Reset( *pGroupInfo->m_pInItemSet ); in IMPL_LINK()