LibreOffice Module sw (master) 1
|
Go to the source code of this file.
Namespaces | |
namespace | vcl |
Functions | |
void | SetPrinter (IDocumentDeviceAccess *, SfxPrinter const *, bool bWeb) |
void | SetAppPrintOptions (SwViewShell *pSh, bool bWeb) |
void | ViewResizePixel (const vcl::RenderContext &rRef, const Point &rOfst, const Size &rSize, const Size &rEditSz, SwScrollbar &rVScrollbar, SwScrollbar &rHScrollbar, SvxRuler *pVRuler=nullptr, SvxRuler *pHRuler=nullptr, bool bVRulerRight=false) |
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.
void ViewResizePixel | ( | const vcl::RenderContext & | rRef, |
const Point & | rOfst, | ||
const Size & | rSize, | ||
const Size & | rEditSz, | ||
SwScrollbar & | rVScrollbar, | ||
SwScrollbar & | rHScrollbar, | ||
SvxRuler * | pVRuler = nullptr , |
||
SvxRuler * | pHRuler = nullptr , |
||
bool | bVRulerRight = false |
||
) |
Definition at line 837 of file viewport.cxx.
References Size::AdjustHeight(), Size::AdjustWidth(), Point::AdjustX(), Point::AdjustY(), StyleSettings::GetScrollBarSize(), OutputDevice::GetSettings(), AllSettings::GetStyleSettings(), Size::Height(), SwScrollbar::IsScrollbarVisible(), Size::setHeight(), SwScrollbar::SetPosSizePixel(), Size::setWidth(), Point::setX(), Point::setY(), WB_RIGHT_ALIGNED, Size::Width(), Point::X(), and Point::Y().
Referenced by SwView::InnerResizePixel(), SwPagePreview::InnerResizePixel(), SwView::OuterResizePixel(), and SwPagePreview::OuterResizePixel().