Home
last modified time | relevance | path

Searched refs:pOutSet (Results 1 – 25 of 45) sorted by path

12

/trunk/main/cui/source/customize/
H A Dmacropg.cxx955 pPage->FillItemSet( *pOutSet ); in IMPL_LINK()
971 pOutSet ( 0 ) in SvxMacroAssignSingleTabDialog()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx601 const SfxItemSet* pOutSet = pDlg->GetOutputItemSet(); in StartSpellOptDlg_Impl() local
602 if(pOutSet) in StartSpellOptDlg_Impl()
603 OfaTreeOptionsDialog::ApplyLanguageOptions(*pOutSet); in StartSpellOptDlg_Impl()
H A Dcuicharmap.cxx574 const SfxItemSet* pOutSet = pDlg->GetOutputItemSet(); in IMPL_LINK() local
576 if( SFX_ITEM_SET == pOutSet->GetItemState( SID_CHARMAP, sal_False, &pItem ) ) in IMPL_LINK()
H A Dhltpbase.cxx607 const SfxItemSet* pOutSet = aDlg.GetOutputItemSet(); in IMPL_LINK() local
609 if( SFX_ITEM_SET == pOutSet->GetItemState( SID_ATTR_MACROITEM, sal_False, &pItem )) in IMPL_LINK()
H A Diconcdlg.cxx229 pOutSet ( NULL ), 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()
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()
[all …]
H A Dpostdlg.cxx83 pOutSet ( 0 ) in SvxPostItDialog()
168 delete pOutSet; in ~SvxPostItDialog()
169 pOutSet = 0; in ~SvxPostItDialog()
249 pOutSet = new SfxItemSet( rSet ); in IMPL_LINK()
250 pOutSet->Put( SvxPostItAuthorItem( SvtUserOptions().GetID(), in IMPL_LINK()
252 pOutSet->Put( SvxPostItDateItem( aLocaleWrapper.getDate( Date() ), in IMPL_LINK()
254 pOutSet->Put( SvxPostItTextItem( aEditED.GetText(), in IMPL_LINK()
H A Dzoom.cxx175 pOutSet ( NULL ), in SvxZoomDialog()
334 delete pOutSet; in ~SvxZoomDialog()
335 pOutSet = 0; in ~SvxZoomDialog()
474 pOutSet = new SfxItemSet( rSet ); in IMPL_LINK()
475 pOutSet->Put( aZoomItem ); in IMPL_LINK()
479 pOutSet->Put( aViewLayoutItem ); in IMPL_LINK()
/trunk/main/cui/source/inc/
H A Diconcdlg.hxx174 SfxItemSet* pOutSet; member in IconChoiceDialog
247 const SfxItemSet* GetOutputItemSet() const { return pOutSet; } in GetOutputItemSet()
H A Dmacropg.hxx150 SfxItemSet* pOutSet; member in SvxMacroAssignSingleTabDialog
H A Dpostdlg.hxx64 const SfxItemSet* GetOutputItemSet() const { return pOutSet; } in GetOutputItemSet()
107 SfxItemSet* pOutSet; member in SvxPostItDialog
H A Dzoom.hxx82 SfxItemSet* pOutSet; member in SvxZoomDialog
98 const SfxItemSet* GetOutputItemSet() const { return pOutSet; } in GetOutputItemSet()
/trunk/main/sal/osl/os2/
H A Dsocket.c3062 TSocketSetImpl* pOutSet; in osl_demultiplexSocketEvents() local
3074 pOutSet= (TSocketSetImpl*)OutgoingSet; in osl_demultiplexSocketEvents()
3081 if (pOutSet && (pOutSet->m_MaxHandle > MaxHandle)) in osl_demultiplexSocketEvents()
3082 MaxHandle= pOutSet->m_MaxHandle; in osl_demultiplexSocketEvents()
3089 pOutSet ? PTR_FD_SET(pOutSet->m_Set) : 0, in osl_demultiplexSocketEvents()
/trunk/main/sal/osl/unx/
H A Dsocket.c3032 TSocketSetImpl* pOutSet; in osl_demultiplexSocketEvents() local
3044 pOutSet= (TSocketSetImpl*)OutgoingSet; in osl_demultiplexSocketEvents()
3051 if (pOutSet && (pOutSet->m_MaxHandle > MaxHandle)) in osl_demultiplexSocketEvents()
3052 MaxHandle= pOutSet->m_MaxHandle; in osl_demultiplexSocketEvents()
3059 pOutSet ? PTR_FD_SET(pOutSet->m_Set) : 0, in osl_demultiplexSocketEvents()
/trunk/main/sal/osl/w32/
H A Dsocket.cxx2164 TSocketSetImpl* pOutSet; in osl_demultiplexSocketEvents() local
2176 pOutSet= (TSocketSetImpl*)OutgoingSet; in osl_demultiplexSocketEvents()
2181 pOutSet ? &pOutSet->m_Set : 0, in osl_demultiplexSocketEvents()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1574 const SfxItemSet* pOutSet = pDlg->GetOutputItemSet(); in ExecutePageStyle() local
1590 if ( pOutSet ) in ExecutePageStyle()
1591 aDocument.ModifyStyleSheet( *pStyleSheet, *pOutSet ); in ExecutePageStyle()
1739 const SfxItemSet* pOutSet = pDlg->GetOutputItemSet(); in ExecutePageStyle() local
1741 if ( pOutSet ) in ExecutePageStyle()
1742 aDocument.ModifyStyleSheet( *pStyleSheet, *pOutSet ); in ExecutePageStyle()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh.cxx368 const SfxItemSet* pOutSet = pMacroDlg->GetOutputItemSet(); in ExecuteMacroAssign() local
370 if( SFX_ITEM_SET == pOutSet->GetItemState( SID_ATTR_MACROITEM, sal_False, &pItem )) in ExecuteMacroAssign()
/trunk/main/sc/source/ui/view/
H A Dcellsh2.cxx377 const SfxItemSet* pOutSet = NULL; in ExecuteDB() local
381 pOutSet = pDlg->GetOutputItemSet(); in ExecuteDB()
384 pOutSet->Get( SCITEM_SUBTDATA )). in ExecuteDB()
389 pOutSet = &aArgSet; in ExecuteDB()
398 rReq.Done( *pOutSet ); in ExecuteDB()
555 const SfxItemSet* pOutSet = pDlg->GetOutputItemSet(); in ExecuteDB() local
557 pOutSet->Get( SCITEM_SORTDATA )).GetSortData(); in ExecuteDB()
1088 const SfxItemSet* pOutSet = pDlg->GetOutputItemSet(); in ExecuteDB() local
1090 if ( pOutSet->GetItemState( FID_VALID_MODE, sal_True, &pItem ) == SFX_ITEM_SET ) in ExecuteDB()
1129 if ( pOutSet->GetItemState( FID_VALID_BLANK, sal_True, &pItem ) == SFX_ITEM_SET ) in ExecuteDB()
[all …]
H A Dformatsh.cxx800 const SfxItemSet* pOutSet = pDlg->GetOutputItemSet(); in ExecuteStyle() local
802 if ( pOutSet ) in ExecuteStyle()
852 pDoc->ModifyStyleSheet( *pStyleSheet, *pOutSet ); in ExecuteStyle()
H A Dtabvwsha.cxx530 const SfxItemSet* pOutSet = pDlg->GetOutputItemSet(); in ExecuteCellFormatDlg() local
533 if(pOutSet->GetItemState(SID_ATTR_NUMBERFORMAT_INFO,sal_True,&pItem)==SFX_ITEM_SET) in ExecuteCellFormatDlg()
539 ApplyAttributes( pOutSet, pOldSet ); in ExecuteCellFormatDlg()
541 rReq.Done( *pOutSet ); in ExecuteCellFormatDlg()
/trunk/main/sd/source/ui/dlg/
H A Dprltempl.cxx77 pOutSet ( NULL ), in SdPresLayoutTemplateDlg()
107 pOutSet = new SfxItemSet( rStyleBase.GetItemSet() ); in SdPresLayoutTemplateDlg()
108 pOutSet->ClearItem(); in SdPresLayoutTemplateDlg()
249 delete pOutSet; in ~SdPresLayoutTemplateDlg()
318 if( pOutSet ) in GetOutputItemSet()
320 pOutSet->Put( *SfxTabDialog::GetOutputItemSet() ); in GetOutputItemSet()
323 …if( SFX_ITEM_SET == pOutSet->GetItemState(EE_PARA_NUMBULLET, sal_False, (const SfxPoolItem**)&pSvx… in GetOutputItemSet()
324 SdBulletMapper::MapFontsInNumRule( *pSvxNumBulletItem->GetNumRule(), *pOutSet ); in GetOutputItemSet()
325 return pOutSet; in GetOutputItemSet()
/trunk/main/sd/source/ui/func/
H A Dfuprobjs.cxx160 const SfxItemSet* pOutSet = pDlg->GetOutputItemSet(); in DoExecute() local
164 pOutSet); in DoExecute()
167 pStyleSheet->GetItemSet().Put( *pOutSet ); in DoExecute()
H A Dfutempl.cxx399 const SfxItemSet* pOutSet = NULL; in DoExecute() local
403 pOutSet = pStdDlg->GetOutputItemSet(); in DoExecute()
408 pOutSet = pPresDlg->GetOutputItemSet(); in DoExecute()
419 SfxItemSet aTempSet(*pOutSet); in DoExecute()
/trunk/main/sd/source/ui/inc/
H A Dprltempl.hxx75 SfxItemSet* pOutSet; member in SdPresLayoutTemplateDlg
/trunk/main/sfx2/inc/sfx2/
H A Dtabdlg.hxx101 SfxItemSet* pOutSet; member in SfxTabDialog
188 const SfxItemSet* GetOutputItemSet() const { return pOutSet; } in GetOutputItemSet()
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx487 pOutSet ( 0 ),\
636 delete pOutSet; in ~SfxTabDialog()
1091 if ( !pOutSet ) in Ok()
1123 pOutSet->Put( aTmp ); in Ok()
1129 if ( pImpl->bModified || ( pOutSet && pOutSet->Count() > 0 ) ) in Ok()
1230 pOutSet->Put( aTmp ); in PrepareLeaveCurrentPage()
1336 pOutSet->InvalidateItem( nWh ); in IMPL_LINK()
1360 pOutSet->InvalidateItem( nWh ); in IMPL_LINK()
1550 pOutSet->Put( aTmp ); in IMPL_LINK()
1623 return pOutSet; in GetOutputItemSet()
[all …]

Completed in 135 milliseconds

12