Home
last modified time | relevance | path

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

/aoo4110/main/fpicker/source/win32/filepicker/
H A Dhelppopupwindow.cxx268 int popWidth; in adjustWindowPos() local
276 popWidth = cx; in adjustWindowPos()
278 popX = x - ( popWidth / 2 ); in adjustWindowPos()
290 if ((popX + popWidth) > xScreen) in adjustWindowPos()
291 popX = xScreen - popWidth; in adjustWindowPos()

Completed in 12 milliseconds