Searched refs:DictionaryEntry (Results 1 – 2 of 2) sorted by relevance
102 String DictionaryList::makeTabString( const DictionaryEntry& rEntry ) const in makeTabString()135 DictionaryEntry* pE; in save()170 DictionaryEntry* pE = m_aToBeDeleted[nN]; in deleteAll()209 DictionaryEntry* pEntry = new DictionaryEntry( aLeft, aRight, nConversionPropertyType ); in refillFromDictionary()218 DictionaryEntry* DictionaryList::getFirstSelectedEntry() const in getFirstSelectedEntry()220 DictionaryEntry* pRet=0; in getFirstSelectedEntry()232 DictionaryEntry* DictionaryList::getEntryOnPos( sal_Int32 nPos ) const in getEntryOnPos()234 DictionaryEntry* pEntry=0; in getEntryOnPos()237 pEntry = (DictionaryEntry*)pLBEntry->GetUserData(); in getEntryOnPos()241 DictionaryEntry* DictionaryList::getTermEntry( const rtl::OUString& rTerm ) const in getTermEntry()[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;