/trunk/main/vcl/unx/generic/gdi/ |
H A D | salgdi.cxx | 506 void X11SalGraphics::GetResolution( sal_Int32 &rDPIX, sal_Int32 &rDPIY ) // const in GetResolution() function in X11SalGraphics 510 rDPIX = pDisplay->GetResolution().A(); in GetResolution() 511 rDPIY = pDisplay->GetResolution().B(); in GetResolution()
|
H A D | pspgraphics.cxx | 268 void PspGraphics::GetResolution( sal_Int32 &rDPIX, sal_Int32 &rDPIY ) in GetResolution() function in PspGraphics 1017 GetResolution(xdpi, ydpi); in GetTextLayout()
|
H A D | salgdi3.cxx | 1282 sal_Int32 xdpi = GetDisplay()->GetResolution().A(); in GetTextLayout() 1283 sal_Int32 ydpi = GetDisplay()->GetResolution().B(); in GetTextLayout()
|
/trunk/main/vcl/inc/ |
H A D | printerjob.hxx | 93 sal_uInt32 GetResolution () const { return mnResolution; } in GetResolution() function in psp::PrinterJob
|
H A D | printergfx.hxx | 334 void GetResolution (sal_Int32 &rDpiX, sal_Int32 &rDpiY) const;
|
H A D | salgdi.hxx | 210 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) = 0;
|
/trunk/main/vcl/unx/headless/ |
H A D | svpgdi.hxx | 69 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
H A D | svppspgraphics.hxx | 91 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
H A D | svpgdi.cxx | 137 void SvpSalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) in GetResolution() function in SvpSalGraphics
|
H A D | svppspgraphics.cxx | 205 void PspGraphics::GetResolution( sal_Int32 &rDPIX, sal_Int32 &rDPIY ) in GetResolution() function in PspGraphics
|
/trunk/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 82 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
H A D | salgdi.h | 225 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
H A D | saldisp.hxx | 471 const Pair &GetResolution() const { return aResolution_; } in GetResolution() function in SalDisplay
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 66 mnDpi = rPrinterJob.GetResolution(); in Init() 105 PrinterGfx::GetResolution (sal_Int32 &rDpiX, sal_Int32 &rDpiY) const in GetResolution() function in PrinterGfx
|
/trunk/main/vcl/inc/os2/ |
H A D | salgdi.h | 236 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
/trunk/main/vcl/inc/win/ |
H A D | salgdi.h | 266 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
/trunk/main/vcl/inc/aqua/ |
H A D | salgdi.h | 304 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salprn.cxx | 416 mpGraphics->GetResolution( nDPIX, nDPIY ); in GetPageInfo()
|
H A D | salgdi.cxx | 423 void AquaSalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) in GetResolution() function in AquaSalGraphics
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi.cxx | 154 void Os2SalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) in GetResolution() function in Os2SalGraphics
|
H A D | salgdi3.cxx | 761 GetResolution( nXFontRes, nYFontRes ); in ImplDoSetFont()
|
/trunk/main/vcl/source/gdi/ |
H A D | print.cxx | 613 mpGraphics->GetResolution( mnDPIX, mnDPIY ); in ImplUpdatePageData()
|
/trunk/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 1229 mpGraphics->GetResolution( o_rDPIX, o_rDPIY ); in getResolution()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 794 void WinSalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) in GetResolution() function in WinSalGraphics
|
/trunk/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 3500 sal_Int32 nDispDPIY = GetDisplay()->GetResolution().B(); in updateSettings()
|