|
LibreOffice Module sw (master) 1
|
#include <libxml/xmlwriter.h>#include <cmdid.h>#include <officecfg/Office/Common.hxx>#include <sfx2/request.hxx>#include <sfx2/viewfrm.hxx>#include <vcl/svapp.hxx>#include <vcl/stdtext.hxx>#include <vcl/weld.hxx>#include <sfx2/printer.hxx>#include <editeng/paperinf.hxx>#include <sfx2/dispatch.hxx>#include <svx/dialmgr.hxx>#include <svx/strings.hrc>#include <svl/eitem.hxx>#include <svl/stritem.hxx>#include <svl/intitem.hxx>#include <svl/flagitem.hxx>#include <sfx2/linkmgr.hxx>#include <osl/diagnose.h>#include <svtools/colorcfg.hxx>#include <o3tl/unreachable.hxx>#include <modcfg.hxx>#include <edtwin.hxx>#include <view.hxx>#include <wrtsh.hxx>#include <viewopt.hxx>#include <prtopt.hxx>#include <cfgitems.hxx>#include "viewfunc.hxx"#include <swmodule.hxx>#include <wview.hxx>#include <IDocumentDeviceAccess.hxx>#include <globals.hrc>#include <strings.hrc>#include <swabstdlg.hxx>#include <uivwimp.hxx>Go to the source code of this file.
Functions | |
| void | SetPrinter (IDocumentDeviceAccess *pIDDA, SfxPrinter const *pNew, bool bWeb) |
| std::unique_ptr< SfxTabPage > | CreatePrintOptionsPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rOptions, bool bPreview) |
| void | SetAppPrintOptions (SwViewShell *pSh, bool bWeb) |
| std::unique_ptr< SfxTabPage > CreatePrintOptionsPage | ( | weld::Container * | pPage, |
| weld::DialogController * | pController, | ||
| const SfxItemSet & | rOptions, | ||
| bool | bPreview | ||
| ) |
Definition at line 335 of file viewprt.cxx.
References SwAbstractDialogFactory::Create(), SfxItemSet::GetPool(), SwAbstractDialogFactory::GetTabPageCreatorFunc(), and SfxItemSet::Put().
Referenced by SwPagePreview::CreatePrintOptionsPage(), and SwView::CreatePrintOptionsPage().
| void SetAppPrintOptions | ( | SwViewShell * | pSh, |
| bool | bWeb | ||
| ) |
Definition at line 358 of file viewprt.cxx.
References FN_PARAM_ADDPRINTER, sw::proofreadingiterator::get(), SwViewShell::GetAttrPool(), GetHtmlMode(), SwViewShell::getIDocumentDeviceAccess(), IDocumentDeviceAccess::getPrintData(), IDocumentDeviceAccess::getPrinter(), and SfxPrinter::SetOptions().
Referenced by SwPagePreview::Execute(), SwView::ExecutePrint(), and SwView::GetPrinter().
| void SetPrinter | ( | IDocumentDeviceAccess * | pIDDA, |
| SfxPrinter const * | pNew, | ||
| bool | bWeb | ||
| ) |
Definition at line 79 of file viewprt.cxx.
References FN_PARAM_ADDPRINTER, SwPrintData::GetFaxName(), SfxItemSet::GetItemIfSet(), SfxPrinter::GetOptions(), rSet, SwPrintData::SetFaxName(), IDocumentDeviceAccess::setPrintData(), and SW_MOD.