Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.cxx721 RECT rcFilterBoxLabel; in EnlargeStdControlLabels() local
722 GetWindowRect(hFilterBoxLabel, &rcFilterBoxLabel); in EnlargeStdControlLabels()
723 int offset = rcFileNameBox.left - rcFilterBoxLabel.right - 1; in EnlargeStdControlLabels()
725 w = rcFilterBoxLabel.right - rcFilterBoxLabel.left + offset; in EnlargeStdControlLabels()
726 h = rcFilterBoxLabel.bottom - rcFilterBoxLabel.top; in EnlargeStdControlLabels()
727 ScreenToClient(m_hwndFileOpenDlg, (LPPOINT)&rcFilterBoxLabel); in EnlargeStdControlLabels()
728 MoveWindow(hFilterBoxLabel, rcFilterBoxLabel.left, rcFilterBoxLabel.top, w, h, true); in EnlargeStdControlLabels()