Home
last modified time | relevance | path

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

/aoo42x/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx93 m_helperBuffer(MAX_FILENAME_BUFF_SIZE), in CFileOpenDialog()
374 m_helperBuffer.getCapacity(), in getCurrentFilePath()
375 reinterpret_cast<LPARAM>(m_helperBuffer.getStr())); in getCurrentFilePath()
379 m_helperBuffer.setLength((nLen * sizeof(sal_Unicode)) - 1); in getCurrentFilePath()
380 return rtl::OUString(m_helperBuffer); in getCurrentFilePath()
396 m_helperBuffer.getCapacity(), in getCurrentFolderPath()
397 reinterpret_cast<LPARAM>(m_helperBuffer.getStr())); in getCurrentFolderPath()
402 return rtl::OUString(m_helperBuffer); in getCurrentFolderPath()
418 m_helperBuffer.getCapacity(), in getCurrentFileName()
419 reinterpret_cast<LPARAM>(m_helperBuffer.getStr())); in getCurrentFileName()
[all …]
H A DFileOpenDlg.hxx295 mutable rtl::OUStringBuffer m_helperBuffer; member in CFileOpenDialog

Completed in 17 milliseconds