Home
last modified time | relevance | path

Searched refs:GetOutputItemSet (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrawdlg.cxx69 pView->SetAttributes(*pDlg->GetOutputItemSet()); in ExecDrawDlg()
70 rReq.Done(*(pDlg->GetOutputItemSet())); in ExecDrawDlg()
88 pView->SetAttrToMarked(*pDlg->GetOutputItemSet(), false); in ExecDrawDlg()
90 pView->SetDefaultAttr(*pDlg->GetOutputItemSet(), false); in ExecDrawDlg()
112 pView->SetAttributes(*pDlg->GetOutputItemSet()); in ExecDrawDlg()
114 pView->SetDefaultAttr(*pDlg->GetOutputItemSet(), false); in ExecDrawDlg()
165 pView->SetAttrToMarked(*pDlg->GetOutputItemSet(), false); in ExecDrawDlg()
167 pView->SetDefaultAttr(*pDlg->GetOutputItemSet(), false); in ExecDrawDlg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Ddrawsh.cxx344 pRequest->Done(*(pDlg->GetOutputItemSet())); in ExecDrawAttr()
363 pRequest->Done(*(pDlg->GetOutputItemSet())); in ExecDrawAttr()
415 const SfxItemSet* pOutSet = pMacroDlg->GetOutputItemSet(); in ExecuteMacroAssign()
469 pView->SetAttrToMarked( *pDlg->GetOutputItemSet(), false ); in ExecuteLineDlg()
471 pView->SetDefaultAttr( *pDlg->GetOutputItemSet(), false ); in ExecuteLineDlg()
502 pView->SetAttrToMarked( *pDlg->GetOutputItemSet(), false ); in ExecuteAreaDlg()
504 pView->SetDefaultAttr( *pDlg->GetOutputItemSet(), false ); in ExecuteAreaDlg()
531 pView->SetAttributes( *pDlg->GetOutputItemSet() ); in ExecuteTextAttrDlg()
533 pView->SetDefaultAttr( *pDlg->GetOutputItemSet(), false ); in ExecuteTextAttrDlg()
558 pView->SetAttrToMarked( *pDlg->GetOutputItemSet(), false ); in ExecuteMeasureDlg()
[all …]
H A Ddrtxtob1.cxx55 const SfxItemSet* pNewAttrs = pDlg->GetOutputItemSet(); in ExecuteCharDlg()
92 const SfxItemSet* pNewAttrs = pDlg->GetOutputItemSet(); in ExecuteParaDlg()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Ddrawsh.cxx378 pRequest->Done(*(pDlg->GetOutputItemSet())); in ExecDrawAttr()
397 pRequest->Done(*(pDlg->GetOutputItemSet())); in ExecDrawAttr()
461 const SfxItemSet* pOutSet = pMacroDlg->GetOutputItemSet(); in ExecuteMacroAssign()
513 pView->SetAttrToMarked( *pDlg->GetOutputItemSet(), false ); in ExecuteLineDlg()
515 pView->SetDefaultAttr( *pDlg->GetOutputItemSet(), false ); in ExecuteLineDlg()
545 pView->SetAttrToMarked( *pDlg->GetOutputItemSet(), false ); in ExecuteAreaDlg()
547 pView->SetDefaultAttr( *pDlg->GetOutputItemSet(), false ); in ExecuteAreaDlg()
574 pView->SetAttributes( *pDlg->GetOutputItemSet() ); in ExecuteTextAttrDlg()
576 pView->SetDefaultAttr( *pDlg->GetOutputItemSet(), false ); in ExecuteTextAttrDlg()
601 pView->SetAttrToMarked( *pDlg->GetOutputItemSet(), false ); in ExecuteMeasureDlg()
[all …]
H A Ddrtxtob1.cxx55 const SfxItemSet* pNewAttrs = pDlg->GetOutputItemSet(); in ExecuteCharDlg()
92 const SfxItemSet* pNewAttrs = pDlg->GetOutputItemSet(); in ExecuteParaDlg()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrawdlg.cxx72 pView->SetAttributes(*pDlg->GetOutputItemSet()); in ExecDrawDlg()
80 rReq.Done(*(pDlg->GetOutputItemSet())); in ExecDrawDlg()
98 pView->SetAttrToMarked(*pDlg->GetOutputItemSet(), false); in ExecDrawDlg()
100 pView->SetDefaultAttr(*pDlg->GetOutputItemSet(), false); in ExecDrawDlg()
124 pView->SetAttributes(*pDlg->GetOutputItemSet()); in ExecDrawDlg()
126 pView->SetDefaultAttr(*pDlg->GetOutputItemSet(), false); in ExecDrawDlg()
179 pView->SetAttrToMarked(*pDlg->GetOutputItemSet(), false); in ExecDrawDlg()
181 pView->SetDefaultAttr(*pDlg->GetOutputItemSet(), false); in ExecDrawDlg()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Dsddlgfact.cxx69 const SfxItemSet* AbstractSvxBulletAndPositionDlg_Impl::GetOutputItemSet( SfxItemSet* pSet ) const in GetOutputItemSet() function in AbstractSvxBulletAndPositionDlg_Impl
71 return m_xDlg->GetOutputItemSet( pSet ); in GetOutputItemSet()
274 const SfxItemSet* SdAbstractTabController_Impl::GetOutputItemSet() const in GetOutputItemSet() function in SdAbstractTabController_Impl
276 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
316 const SfxItemSet* AbstractBulletDialog_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractBulletDialog_Impl
352 const SfxItemSet* SdPresLayoutTemplateDlg_Impl::GetOutputItemSet() const in GetOutputItemSet() function in SdPresLayoutTemplateDlg_Impl
354 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
550 const SfxItemSet* SdAbstractSfxDialog_Impl::GetOutputItemSet() const in GetOutputItemSet() function in SdAbstractSfxDialog_Impl
552 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
H A Dsddlgfact.hxx63 virtual const SfxItemSet* GetOutputItemSet( SfxItemSet* ) const override ;
155 virtual const SfxItemSet* GetOutputItemSet() const override;
176 virtual const SfxItemSet* GetOutputItemSet() const override;
197 virtual const SfxItemSet* GetOutputItemSet() const override;
347 virtual const SfxItemSet* GetOutputItemSet() const override;
H A Dprltempl.cxx273 const SfxItemSet* SdPresLayoutTemplateDlg::GetOutputItemSet() const in GetOutputItemSet() function in SdPresLayoutTemplateDlg
277 pOutSet->Put(*SfxTabDialogController::GetOutputItemSet()); in GetOutputItemSet()
285 return SfxTabDialogController::GetOutputItemSet(); in GetOutputItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DShapeController.cxx261 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_FormatLine()
296 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_FormatArea()
330 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_TextAttributes()
371 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_TransformDialog()
384 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_TransformDialog()
515 const SfxItemSet* pOutAttr = aDlg.GetOutputItemSet(); in executeDispatch_FontDialog()
551 const SfxItemSet* pOutAttr = aDlg.GetOutputItemSet(); in executeDispatch_ParagraphDialog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/main/
H A DShapeController.cxx260 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_FormatLine()
295 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_FormatArea()
329 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_TextAttributes()
370 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_TransformDialog()
383 const SfxItemSet* pOutAttr = pDlg->GetOutputItemSet(); in executeDispatch_TransformDialog()
515 const SfxItemSet* pOutAttr = aDlg.GetOutputItemSet(); in executeDispatch_FontDialog()
550 const SfxItemSet* pOutAttr = aDlg.GetOutputItemSet(); in executeDispatch_ParagraphDialog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Dsddlgfact.cxx70 const SfxItemSet* AbstractSvxBulletAndPositionDlg_Impl::GetOutputItemSet( SfxItemSet* pSet ) const in GetOutputItemSet() function in AbstractSvxBulletAndPositionDlg_Impl
72 return m_xDlg->GetOutputItemSet( pSet ); in GetOutputItemSet()
280 const SfxItemSet* SdAbstractTabController_Impl::GetOutputItemSet() const in GetOutputItemSet() function in SdAbstractTabController_Impl
282 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
323 const SfxItemSet* AbstractBulletDialog_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractBulletDialog_Impl
360 const SfxItemSet* SdPresLayoutTemplateDlg_Impl::GetOutputItemSet() const in GetOutputItemSet() function in SdPresLayoutTemplateDlg_Impl
362 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
566 const SfxItemSet* SdAbstractSfxDialog_Impl::GetOutputItemSet() const in GetOutputItemSet() function in SdAbstractSfxDialog_Impl
568 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
H A Dsddlgfact.hxx64 virtual const SfxItemSet* GetOutputItemSet( SfxItemSet* ) const override ;
156 virtual const SfxItemSet* GetOutputItemSet() const override;
177 virtual const SfxItemSet* GetOutputItemSet() const override;
198 virtual const SfxItemSet* GetOutputItemSet() const override;
348 virtual const SfxItemSet* GetOutputItemSet() const override;
H A Dprltempl.cxx272 const SfxItemSet* SdPresLayoutTemplateDlg::GetOutputItemSet() const in GetOutputItemSet() function in SdPresLayoutTemplateDlg
276 pOutSet->Put(*SfxTabDialogController::GetOutputItemSet()); in GetOutputItemSet()
284 return SfxTabDialogController::GetOutputItemSet(); in GetOutputItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/factory/
H A Ddlgfact.cxx304 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
347 const SfxItemSet* CuiAbstractTabController_Impl::GetOutputItemSet() const in GetOutputItemSet() function in CuiAbstractTabController_Impl
349 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
390 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
571 const SfxItemSet* AbstractSvxZoomDialog_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractSvxZoomDialog_Impl
573 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
654 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
686 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
865 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
888 const SfxItemSet* AbstractSvxPostItDialog_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractSvxPostItDialog_Impl
[all …]
H A Ddlgfact.hxx135 virtual const SfxItemSet* GetOutputItemSet() const override;
152 virtual const SfxItemSet* GetOutputItemSet() const override;
266 virtual const SfxItemSet* GetOutputItemSet() const override ;
387 virtual const SfxItemSet* GetOutputItemSet() const override;
405 virtual const SfxItemSet* GetOutputItemSet() const override;
577 virtual const SfxItemSet* GetOutputItemSet() const override;
637 virtual const SfxItemSet* GetOutputItemSet() const override;
680 virtual const SfxItemSet* GetOutputItemSet() const override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/factory/
H A Ddlgfact.cxx318 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
361 const SfxItemSet* CuiAbstractTabController_Impl::GetOutputItemSet() const in GetOutputItemSet() function in CuiAbstractTabController_Impl
363 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
404 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
581 const SfxItemSet* AbstractSvxZoomDialog_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractSvxZoomDialog_Impl
583 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
664 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
696 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
889 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
912 const SfxItemSet* AbstractSvxPostItDialog_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractSvxPostItDialog_Impl
[all …]
H A Ddlgfact.hxx146 virtual const SfxItemSet* GetOutputItemSet() const override;
163 virtual const SfxItemSet* GetOutputItemSet() const override;
262 virtual const SfxItemSet* GetOutputItemSet() const override ;
384 virtual const SfxItemSet* GetOutputItemSet() const override;
402 virtual const SfxItemSet* GetOutputItemSet() const override;
577 virtual const SfxItemSet* GetOutputItemSet() const override;
638 virtual const SfxItemSet* GetOutputItemSet() const override;
681 virtual const SfxItemSet* GetOutputItemSet() const override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dialog/
H A Dswdlgfact.cxx289 const SfxItemSet* AbstractTabController_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractTabController_Impl
291 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
340 const SfxItemSet* SwAbstractSfxController_Impl::GetOutputItemSet() const in GetOutputItemSet() function in SwAbstractSfxController_Impl
342 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
423 const SfxItemSet* AbstractSwLabDlg_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractSwLabDlg_Impl
425 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
478 const SfxItemSet* AbstractSwFieldDlg_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractSwFieldDlg_Impl
480 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
704 const SfxItemSet* AbstractMultiTOXTabDialog_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractMultiTOXTabDialog_Impl
706 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dialog/
H A Dswdlgfact.cxx301 const SfxItemSet* AbstractTabController_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractTabController_Impl
303 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
352 const SfxItemSet* SwAbstractSfxController_Impl::GetOutputItemSet() const in GetOutputItemSet() function in SwAbstractSfxController_Impl
354 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
423 const SfxItemSet* AbstractSwLabDlg_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractSwLabDlg_Impl
425 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
478 const SfxItemSet* AbstractSwFieldDlg_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractSwFieldDlg_Impl
480 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
692 const SfxItemSet* AbstractMultiTOXTabDialog_Impl::GetOutputItemSet() const in GetOutputItemSet() function in AbstractMultiTOXTabDialog_Impl
694 return m_xDlg->GetOutputItemSet(); in GetOutputItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Ddbregister.cxx73 DBG_ASSERT( GetOutputItemSet(), "DatabaseRegistrationDialog::Execute: no output items!" ); in run()
74 if ( GetOutputItemSet() ) in run()
75 DbRegisteredNamesConfig::SetOptions( *GetOutputItemSet() ); in run()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Ddbregister.cxx73 DBG_ASSERT( GetOutputItemSet(), "DatabaseRegistrationDialog::Execute: no output items!" ); in run()
74 if ( GetOutputItemSet() ) in run()
75 DbRegisteredNamesConfig::SetOptions( *GetOutputItemSet() ); in run()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/fmtui/
H A Dtmpdlg.cxx241 ( !GetOutputItemSet() || in Ok()
242 SfxItemState::SET != GetOutputItemSet()->GetItemState( in Ok()
246 if( GetOutputItemSet() ) in Ok()
247 const_cast<SfxItemSet*>(GetOutputItemSet())->Put( *pExItem ); in Ok()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dprltempl.hxx61 const SfxItemSet* GetOutputItemSet() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dprltempl.hxx63 const SfxItemSet* GetOutputItemSet() const;

123456789