Lines Matching refs:pSet

91 	pSet					  ( &rAttrSet ),  in IconChoicePage()
228 pSet ( pItemSet ), in IconChoiceDialog()
252 if ( pSet ) in IconChoiceDialog()
254 pExampleSet = new SfxItemSet( *pSet ); in IconChoiceDialog()
255 pOutSet = new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() ); in IconChoiceDialog()
744 pData->pPage->Reset( *pSet ); in IMPL_LINK()
776 if ( pSet ) in ActivatePageImpl()
778 if ( bItemsReset && pSet->GetParent() ) in ActivatePageImpl()
779 pTmpSet = pSet->GetParent(); in ActivatePageImpl()
781 pTmpSet = pSet; in ActivatePageImpl()
796 pData->pPage->Reset( *pSet ); in ActivatePageImpl()
802 pData->pPage->Reset( *pSet ); in ActivatePageImpl()
833 if ( !pExampleSet && pPage->HasExchangeSupport() && pSet ) in DeActivatePageImpl()
834 pExampleSet = new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() ); in DeActivatePageImpl()
836 if ( pSet ) in DeActivatePageImpl()
838 SfxItemSet aTmp( *pSet->GetPool(), pSet->GetRanges() ); in DeActivatePageImpl()
868 pSet = GetRefreshedSet(); in DeActivatePageImpl()
869 DBG_ASSERT( pSet, "GetRefreshedSet() liefert NULL" ); in DeActivatePageImpl()
906 pData->pPage->Reset( *pSet ); in ResetPageImpl()
917 if ( pSet ) in GetInputRanges()
920 return pSet->GetRanges(); in GetInputRanges()
979 FASTBOOL bSet = ( pSet != NULL ); in SetInputSet()
981 pSet = pInSet; in SetInputSet()
985 pExampleSet = new SfxItemSet( *pSet ); in SetInputSet()
986 pOutSet = new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() ); in SetInputSet()
1140 if ( pSet ) in OK_Impl()
1142 SfxItemSet aTmp( *pSet->GetPool(), pSet->GetRanges() ); in OK_Impl()
1173 if ( !pExampleSet && pSet ) in Ok()
1174 pOutSet = pSet->Clone( sal_False ); // ohne Items in Ok()
1196 else if ( pSet && !pPage->HasExchangeSupport() ) in Ok()
1198 SfxItemSet aTmp( *pSet->GetPool(), pSet->GetRanges() ); in Ok()