Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: linguistic2 ::

deprecated interface XDictionary1
Base Interfaces
XDictionary1
┗ ::com::sun::star::container::XNamed

::com::sun::star::container::XNamed
(referenced interface's summary:)
specifies the name of the object.
Usage Restrictions
deprecated

Methods' Summary
getDictionaryType  
setActive  
isActive  
getCount  
getLanguage  
setLanguage  
getEntry  
addEntry  
add  
remove  
isFull  
getEntries  
clear  
addDictionaryEventListener  
removeDictionaryEventListener  
Methods' Details
getDictionaryType
DictionaryType
getDictionaryType();

setActive
void
setActive( [in] boolean  bActivate );

isActive
boolean
isActive();

getCount
short
getCount();

getLanguage
short
getLanguage();

setLanguage
void
setLanguage( [in] short  nLang );

getEntry
XDictionaryEntry
getEntry( [in] string  aWord );

addEntry
boolean
addEntry( [in] XDictionaryEntry  xDicEntry );

add
boolean
add( [in] string  aWord,
[in] boolean  bIsNegative,
[in] string  aRplcText );

remove
boolean
remove( [in] string  aWord );

isFull
boolean
isFull();

getEntries
sequence< XDictionaryEntry >
getEntries();

clear
void
clear();

addDictionaryEventListener
boolean
addDictionaryEventListener( [in] XDictionaryEventListener  xListener );

removeDictionaryEventListener
boolean
removeDictionaryEventListener( [in] XDictionaryEventListener  xListener );

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.