23 const char* envar = ::getenv(
"PDFIMPORT_RESOLUTION_DPI");
26 const double dpi = atof(envar);
static OutputDevice * GetDefaultDevice()
Get the default "device" (in this case the default window).
SAL_DLLPRIVATE sal_Int32 GetDPIX() const
Get the output device's DPI x-axis value.
double getDefaultPdfResolutionDpi()
Get the default PDF rendering resolution in DPI.