Home
last modified time | relevance | path

Searched refs:nScreenZoom (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/window/
H A Dwindow.cxx990 sal_uInt16 nScreenZoom = rStyleSettings.GetScreenZoom(); in ImplInit() local
991 mnDPIX = (mpWindowImpl->mpFrameData->mnDPIX*nScreenZoom)/100; in ImplInit()
992 mnDPIY = (mpWindowImpl->mpFrameData->mnDPIY*nScreenZoom)/100; in ImplInit()
1697 sal_uInt16 nScreenZoom = rStyleSettings.GetScreenZoom(); in ImplInitResolutionSettings() local
1698 mnDPIX = (mpWindowImpl->mpFrameData->mnDPIX*nScreenZoom)/100; in ImplInitResolutionSettings()
1699 mnDPIY = (mpWindowImpl->mpFrameData->mnDPIY*nScreenZoom)/100; in ImplInitResolutionSettings()

Completed in 47 milliseconds