Home
last modified time | relevance | path

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

/aoo41x/main/fpicker/source/win32/filepicker/
H A Dpreviewadapter.cxx468 RECT rcStc1; in notifyParentWindowPosChanged() local
469 GetWindowRect(GetDlgItem(m_FileDialog,stc1),&rcStc1); in notifyParentWindowPosChanged()
481 if (rcStc1.left >= rcCmb2.right) in notifyParentWindowPosChanged()
485 POINT pt = {rcStc1.left,rcStc1.top}; in notifyParentWindowPosChanged()
490 m_ToolbarWidth = rcStc1.right - rcStc1.left; in notifyParentWindowPosChanged()
491 m_ToolbarHeight = rcStc1.bottom - rcStc1.top; in notifyParentWindowPosChanged()

Completed in 9 milliseconds