Home
last modified time | relevance | path

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

/aoo41x/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.cxx748 RECT rcFileNameBoxLabel; in EnlargeStdControlLabels() local
749 GetWindowRect(hFileNameBoxLabel, &rcFileNameBoxLabel); in EnlargeStdControlLabels()
750 w = rcFileNameBoxLabel.right - rcFileNameBoxLabel.left + offset; in EnlargeStdControlLabels()
751 h = rcFileNameBoxLabel.bottom - rcFileNameBoxLabel.top; in EnlargeStdControlLabels()
752 ScreenToClient(m_hwndFileOpenDlg, (LPPOINT)&rcFileNameBoxLabel); in EnlargeStdControlLabels()
753 MoveWindow(hFileNameBoxLabel, rcFileNameBoxLabel.left, rcFileNameBoxLabel.top, w, h, true); in EnlargeStdControlLabels()

Completed in 10 milliseconds