Home
last modified time | relevance | path

Searched refs:DictionaryEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx135 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()
264DictionaryEntry* 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::DictionaryEntry
442 DictionaryEntry::~DictionaryEntry() in ~DictionaryEntry()
446 bool DictionaryEntry::operator==( const DictionaryEntry& rE ) const in operator ==()
[all …]
H A Dchinese_dictionarydialog.hxx55 struct DictionaryEntry struct
57 DictionaryEntry( const rtl::OUString& rTerm, const rtl::OUString& rMapping
61 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 25 milliseconds