Searched refs:DictionaryEntry (Results 1 – 2 of 2) sorted by relevance
135 DictionaryEntry* pE; in save()170 DictionaryEntry* pE = m_aToBeDeleted[nN]; in deleteAll()209 DictionaryEntry* pEntry = new DictionaryEntry( aLeft, aRight, nConversionPropertyType ); in refillFromDictionary()220 DictionaryEntry* pRet=0; in getFirstSelectedEntry()234 DictionaryEntry* pEntry=0; in getEntryOnPos()243 DictionaryEntry* pE = 0; in getTermEntry()264 …DictionaryEntry* pEntry = new DictionaryEntry( rTerm, rMapping, nConversionPropertyType, sal_True … in addEntry()430 DictionaryEntry::DictionaryEntry( const rtl::OUString& rTerm, const rtl::OUString& rMapping in DictionaryEntry() function in textconversiondlgs::DictionaryEntry442 DictionaryEntry::~DictionaryEntry() in ~DictionaryEntry()446 bool DictionaryEntry::operator==( const DictionaryEntry& rE ) const in operator ==()[all …]
55 struct DictionaryEntry struct57 DictionaryEntry( const rtl::OUString& rTerm, const rtl::OUString& rMapping61 virtual ~DictionaryEntry();63 bool operator==( const DictionaryEntry& rE ) const;89 DictionaryEntry* getTermEntry( const rtl::OUString& rTerm ) const;96 DictionaryEntry* getEntryOnPos( sal_Int32 nPos ) const;97 DictionaryEntry* getFirstSelectedEntry() const;106 String makeTabString( const DictionaryEntry& rEntry ) const;120 std::vector< DictionaryEntry* > m_aToBeDeleted;
Completed in 26 milliseconds