Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Dwindow.h281 long mnAbsScreenX; member in WindowImpl
/trunk/main/vcl/source/window/
H A Dwindow.cxx190mnAbsScreenX = 0; // absolute X-position on screen, used for RTL window position… in WindowImpl()
3322 aPtDev.X() = mpWindowImpl->mnAbsScreenX; in ImplPosSizeWindow()
3337 …if ( mpWindowImpl->mnAbsScreenX != aPtDev.X() || nX != mpWindowImpl->mnX || nOrgX != mpWindowImpl-… in ImplPosSizeWindow()
3348 mpWindowImpl->mnAbsScreenX = aPtDev.X(); // --- RTL --- (store real screen pos) in ImplPosSizeWindow()

Completed in 59 milliseconds