Home
last modified time | relevance | path

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

/trunk/main/dtrans/source/win32/ftransl/
H A Dftransl.cxx98 FormatEntry::FormatEntry() in FormatEntry() function in FormatEntry
106 FormatEntry::FormatEntry( in FormatEntry() function in FormatEntry
277 …m_TranslTable.push_back(FormatEntry("application/x-openoffice-dif;windows_formatname=\"DIF\"", "DI… in initTranslationTable()
286 …m_TranslTable.push_back(FormatEntry("application/x-openoffice-bitmap;windows_formatname=\"Bitmap\"… in initTranslationTable()
287 …m_TranslTable.push_back(FormatEntry("application/x-openoffice-bitmap;windows_formatname=\"Bitmap\"… in initTranslationTable()
289 …m_TranslTable.push_back(FormatEntry("text/plain;charset=utf-16", "Unicode-Text", "", CF_UNICODETEX… in initTranslationTable()
291 …m_TranslTable.push_back(FormatEntry("application/x-openoffice-locale;windows_formatname=\"Locale\"… in initTranslationTable()
293 …m_TranslTable.push_back(FormatEntry("application/x-openoffice-wmf;windows_formatname=\"Image WMF\"… in initTranslationTable()
295 …m_TranslTable.push_back(FormatEntry("application/x-openoffice-emf;windows_formatname=\"Image EMF\"… in initTranslationTable()
297 …m_TranslTable.push_back(FormatEntry("application/x-openoffice-filelist;windows_formatname=\"FileLi… in initTranslationTable()
[all …]
H A Dftransl.hxx54 struct FormatEntry struct
56 FormatEntry();
58 FormatEntry(
122 std::vector< FormatEntry > m_TranslTable;
/trunk/main/forms/source/misc/
H A Dlimitedformats.cxx84 struct FormatEntry struct
92 static const FormatEntry* lcl_getFormatTable(sal_Int16 nTableId) in lcl_getFormatTable()
98 static FormatEntry s_aFormats[] = { in lcl_getFormatTable()
111 static FormatEntry s_aFormats[] = { in lcl_getFormatTable()
159 const FormatEntry* pFormatTable = lcl_getFormatTable(_nTableId); in ensureTableInitialized()
174 FormatEntry* pLoopFormats = const_cast<FormatEntry*>(pFormatTable); in ensureTableInitialized()
214 const FormatEntry* pFormats = lcl_getFormatTable(_nTableId); in clearTable()
215 FormatEntry* pResetLoop = const_cast<FormatEntry*>(pFormats); in clearTable()
261 const FormatEntry* pFormats = lcl_getFormatTable(m_nTableId); in getFormatKeyPropertyValue()
296 const FormatEntry* pFormats = lcl_getFormatTable(m_nTableId); in convertFormatKeyPropertyValue()