Home
last modified time | relevance | path

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

/AOO41X/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx100 ZeroMemory(&m_ofn, sizeof(m_ofn)); in CFileOpenDialog()
101 m_ofn.lStructSize = sizeof(m_ofn); in CFileOpenDialog()
107 ZeroMemory(&m_ofn, _OPENFILENAME_SIZE_VERSION_400); in CFileOpenDialog()
108 m_ofn.lStructSize = _OPENFILENAME_SIZE_VERSION_400; in CFileOpenDialog()
113 m_ofn.Flags |= dwFlags | in CFileOpenDialog()
125 m_ofn.hwndOwner = choose_parent_window(); in CFileOpenDialog()
127 m_ofn.lpstrFile = reinterpret_cast<LPTSTR>(const_cast<sal_Unicode*>(m_fileNameBuffer.getStr())); in CFileOpenDialog()
128 m_ofn.nMaxFile = m_fileNameBuffer.getCapacity(); in CFileOpenDialog()
130m_ofn.lpstrFileTitle = reinterpret_cast<LPTSTR>(const_cast<sal_Unicode*>(m_fileTitleBuffer.getStr(… in CFileOpenDialog()
131 m_ofn.nMaxFileTitle = m_fileTitleBuffer.getCapacity(); in CFileOpenDialog()
[all …]
H A DFileOpenDlg.hxx277 _OPENFILENAME m_ofn; member in CFileOpenDialog