Lines Matching refs:m_helperBuffer
93 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()
401 m_helperBuffer.setLength((nLen * sizeof(sal_Unicode)) - 1); 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()
423 m_helperBuffer.setLength((nLen * sizeof(sal_Unicode)) - 1); in getCurrentFileName()
424 return rtl::OUString(m_helperBuffer); in getCurrentFileName()