Lines Matching refs:pOutSet
229 pOutSet ( NULL ), in IconChoiceDialog()
255 pOutSet = new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() ); in IconChoiceDialog()
340 if ( pOutSet ) in ~IconChoiceDialog()
341 delete pOutSet; in ~IconChoiceDialog()
847 pOutSet->Put( aTmp ); in DeActivatePageImpl()
983 if ( !bSet && !pExampleSet && !pOutSet ) in SetInputSet()
986 pOutSet = new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() ); in SetInputSet()
1152 pOutSet->Put( aTmp ); in OK_Impl()
1171 if ( !pOutSet ) in Ok()
1174 pOutSet = pSet->Clone( sal_False ); // ohne Items in Ok()
1176 pOutSet = new SfxItemSet( *pExampleSet ); in Ok()
1204 pOutSet->Put( aTmp ); in Ok()
1210 if ( _bModified || ( pOutSet && pOutSet->Count() > 0 ) ) in Ok()