Searched refs:FormatEntry (Results 1 – 3 of 3) sorted by relevance
98 FormatEntry::FormatEntry() in FormatEntry() function in FormatEntry106 FormatEntry::FormatEntry( in FormatEntry() function in FormatEntry516 …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()537 vector< FormatEntry >::const_iterator citer_end = m_TranslTable.end( ); in findDataFlavorForStandardFormatId()538 …for ( vector< FormatEntry >::const_iterator citer = m_TranslTable.begin( ); citer != citer_end; ++… in findDataFlavorForStandardFormatId()557 vector< FormatEntry >::const_iterator citer_end = m_TranslTable.end( ); in findDataFlavorForNativeFormatName()558 for ( vector< FormatEntry >::const_iterator citer = m_TranslTable.begin( ); in findDataFlavorForNativeFormatName()592 vector< FormatEntry >::const_iterator citer_end = m_TranslTable.end( ); in setStandardFormatIdForNativeFormatName()593 …for ( vector< FormatEntry >::const_iterator citer = m_TranslTable.begin( ); citer != citer_end; ++… in setStandardFormatIdForNativeFormatName()[all …]
54 struct FormatEntry struct56 FormatEntry();58 FormatEntry(122 std::vector< FormatEntry > m_TranslTable;
84 struct FormatEntry struct92 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 32 milliseconds