:: 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.
Description

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

setActive
void
setActive( [in] boolean  bActivate );

isActive
boolean
isActive();

getCount
short
getCount();

getLanguage
short
getLanguage();

setLanguage
void
setLanguage( [in] short  nLang );

getEntry
::com::sun::star::linguistic2::XDictionaryEntry
getEntry( [in] string  aWord );

addEntry
boolean
addEntry( [in] ::com::sun::star::linguistic2::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< ::com::sun::star::linguistic2::XDictionaryEntry >
getEntries();

clear
void
clear();

addDictionaryEventListener
boolean
addDictionaryEventListener( [in] ::com::sun::star::linguistic2::XDictionaryEventListener  xListener );

removeDictionaryEventListener
boolean
removeDictionaryEventListener( [in] ::com::sun::star::linguistic2::XDictionaryEventListener  xListener );

Top of Page