Lines Matching refs:pSet
116 SfxItemSet* pSet = new SfxItemSet( GetPool(), in GetPrinter() local
131 pSet->Put( aPrintItem ); in GetPrinter()
132 …pSet->Put( SfxBoolItem( SID_PRINTER_NOTFOUND_WARN, aPrintItem.GetOptionsPrint().IsWarningPrinter()… in GetPrinter()
133 pSet->Put( aFlagItem ); in GetPrinter()
135 mpPrinter = new SfxPrinter(pSet); in GetPrinter()
321 SfxItemSet* pSet = rMedium.GetItemSet(); in Load() local
324 if( pSet ) in Load()
326 …if( ( SFX_ITEM_SET == pSet->GetItemState(SID_PREVIEW ) ) && ( (SfxBoolItem&) ( pSet->Get( SID_PRE… in Load()
331 if( SFX_ITEM_SET == pSet->GetItemState(SID_DOC_STARTPRESENTATION)&& in Load()
332 ( (SfxBoolItem&) ( pSet->Get( SID_DOC_STARTPRESENTATION ) ) ).GetValue() ) in Load()
442 SfxItemSet *pSet = GetMedium()->GetItemSet(); in LoadFrom() local
444 if( pSet ) in LoadFrom()
445 pSet->Put( SfxUInt16Item( SID_VIEW_ID, 5 ) ); in LoadFrom()
469 SfxItemSet* pSet = rMedium.GetItemSet(); in ConvertFrom() local
470 if( pSet ) in ConvertFrom()
472 …if( ( SFX_ITEM_SET == pSet->GetItemState(SID_PREVIEW ) ) && ( (SfxBoolItem&) ( pSet->Get( SID_PRE… in ConvertFrom()
477 if( SFX_ITEM_SET == pSet->GetItemState(SID_DOC_STARTPRESENTATION)&& in ConvertFrom()
478 ( (SfxBoolItem&) ( pSet->Get( SID_DOC_STARTPRESENTATION ) ) ).GetValue() ) in ConvertFrom()