Lines Matching refs:m_pSfxPage
729 if ( pImpl->m_pSfxPage->HasExchangeSupport() ) in IMPL_LINK()
731 int nRet = pImpl->m_pSfxPage->DeactivatePage( GetOutputSetImpl() ); in IMPL_LINK()
738 bModified = pImpl->m_pSfxPage->FillItemSet( *GetOutputSetImpl() ); in IMPL_LINK()
743 pImpl->m_pSfxPage->FillUserData(); in IMPL_LINK()
744 String sData( pImpl->m_pSfxPage->GetUserData() ); in IMPL_LINK()
840 delete pImpl->m_pSfxPage; in ~SfxSingleTabDialog()
874 if ( pImpl->m_pSfxPage ) in SetPage()
875 delete pImpl->m_pSfxPage; in SetPage()
943 if ( pImpl->m_pSfxPage ) in SetTabPage()
944 delete pImpl->m_pSfxPage; in SetTabPage()
945 pImpl->m_pSfxPage = pTabPage; in SetTabPage()
948 if ( pImpl->m_pSfxPage ) in SetTabPage()
957 pImpl->m_pSfxPage->SetUserData( sUserData ); in SetTabPage()
958 pImpl->m_pSfxPage->Reset( *GetInputItemSet() ); in SetTabPage()
959 pImpl->m_pSfxPage->Show(); in SetTabPage()
962 pImpl->m_pSfxPage->SetPosPixel( Point() ); in SetTabPage()
963 Size aOutSz( pImpl->m_pSfxPage->GetSizePixel() ); in SetTabPage()
980 SetText( pImpl->m_pSfxPage->GetText() ); in SetTabPage()
983 SetHelpId( pImpl->m_pSfxPage->GetHelpId() ); in SetTabPage()
984 SetUniqueId( pImpl->m_pSfxPage->GetUniqueId() ); in SetTabPage()