Lines Matching refs:pExampleSet
494 pExampleSet ( 0 )
637 delete pExampleSet; in ~SfxTabDialog()
693 pExampleSet = new SfxItemSet( *pSet ); in Init_Impl()
1093 if ( !pExampleSet && pSet ) in Ok()
1095 else if ( pExampleSet ) in Ok()
1096 pOutSet = new SfxItemSet( *pExampleSet ); in Ok()
1122 pExampleSet->Put( aTmp ); in Ok()
1229 pExampleSet->Put( aTmp ); in PrepareLeaveCurrentPage()
1317 if ( !pExampleSet ) in IMPL_LINK()
1318 pExampleSet = new SfxItemSet( *pSet ); in IMPL_LINK()
1322 SfxItemSet aTmpSet( *pExampleSet ); in IMPL_LINK()
1332 pExampleSet->ClearItem( nWh ); in IMPL_LINK()
1356 pExampleSet->ClearItem( nWh ); in IMPL_LINK()
1485 if ( pExampleSet ) in IMPL_LINK()
1486 pTabPage->ActivatePage( *pExampleSet ); in IMPL_LINK()
1521 if ( !pExampleSet && pPage->HasExchangeSupport() && pSet ) in IMPL_LINK()
1522 pExampleSet = new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() ); in IMPL_LINK()
1538 pExampleSet->Put( aTmp ); in IMPL_LINK()
1546 if ( !pExampleSet ) in IMPL_LINK()
1549 pExampleSet = in IMPL_LINK()
1552 nRet = pPage->DeactivatePage( pExampleSet ); in IMPL_LINK()
1772 if ( !bSet && !pExampleSet && !pOutSet ) in SetInputSet()
1774 pExampleSet = new SfxItemSet( *pSet ); in SetInputSet()