Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.cxx730 RECT rcFileNameBoxLabel; in EnlargeStdControlLabels() local
731 GetWindowRect(hFileNameBoxLabel, &rcFileNameBoxLabel); in EnlargeStdControlLabels()
732 w = rcFileNameBoxLabel.right - rcFileNameBoxLabel.left + offset; in EnlargeStdControlLabels()
733 h = rcFileNameBoxLabel.bottom - rcFileNameBoxLabel.top; in EnlargeStdControlLabels()
734 ScreenToClient(m_hwndFileOpenDlg, (LPPOINT)&rcFileNameBoxLabel); in EnlargeStdControlLabels()
735 MoveWindow(hFileNameBoxLabel, rcFileNameBoxLabel.left, rcFileNameBoxLabel.top, w, h, true); in EnlargeStdControlLabels()