Home
last modified time | relevance | path

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

/aoo4110/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.cxx739 RECT rcFilterBoxLabel; in EnlargeStdControlLabels() local
740 GetWindowRect(hFilterBoxLabel, &rcFilterBoxLabel); in EnlargeStdControlLabels()
741 int offset = rcFileNameBox.left - rcFilterBoxLabel.right - 1; in EnlargeStdControlLabels()
743 w = rcFilterBoxLabel.right - rcFilterBoxLabel.left + offset; in EnlargeStdControlLabels()
744 h = rcFilterBoxLabel.bottom - rcFilterBoxLabel.top; in EnlargeStdControlLabels()
745 ScreenToClient(m_hwndFileOpenDlg, (LPPOINT)&rcFilterBoxLabel); in EnlargeStdControlLabels()
746 MoveWindow(hFilterBoxLabel, rcFilterBoxLabel.left, rcFilterBoxLabel.top, w, h, true); in EnlargeStdControlLabels()

Completed in 12 milliseconds