Home
last modified time | relevance | path

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

/aoo42x/main/dtrans/source/win32/ftransl/
H A Dftransl.cxx98 FormatEntry::FormatEntry() in FormatEntry() function in FormatEntry
106 FormatEntry::FormatEntry( in FormatEntry() function in FormatEntry
516 …m_TranslTable.push_back(FormatEntry("image/bmp", "Windows Bitmap", NULL, CF_INVALID, CPPUTYPE_DEFA… in initTranslationTable()
518 m_TranslTable.push_back(FormatEntry("image/png", "PNG", NULL, CF_INVALID, CPPUTYPE_DEFAULT)); in initTranslationTable()
539 vector< FormatEntry >::const_iterator citer_end = m_TranslTable.end( ); in findDataFlavorForStandardFormatId()
540 …for ( vector< FormatEntry >::const_iterator citer = m_TranslTable.begin( ); citer != citer_end; ++… in findDataFlavorForStandardFormatId()
559 vector< FormatEntry >::const_iterator citer_end = m_TranslTable.end( ); in findDataFlavorForNativeFormatName()
560 for ( vector< FormatEntry >::const_iterator citer = m_TranslTable.begin( ); in findDataFlavorForNativeFormatName()
594 vector< FormatEntry >::const_iterator citer_end = m_TranslTable.end( ); in setStandardFormatIdForNativeFormatName()
595 …for ( vector< FormatEntry >::const_iterator citer = m_TranslTable.begin( ); citer != citer_end; ++… in setStandardFormatIdForNativeFormatName()
[all …]
H A Dftransl.hxx54 struct FormatEntry struct
56 FormatEntry();
58 FormatEntry(
122 std::vector< FormatEntry > m_TranslTable;
/aoo42x/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()

Completed in 392 milliseconds