|
LibreOffice Module linguistic (master) 1
|
#include <com/sun/star/linguistic2/XDictionary.hpp>#include <com/sun/star/frame/XStorable.hpp>#include <cppuhelper/implbase.hxx>#include <comphelper/interfacecontainer3.hxx>#include <i18nlangtag/lang.h>#include <comphelper/errcode.hxx>#include "defs.hxx"Go to the source code of this file.
Classes | |
| class | DictionaryNeo |
| class | DicEntry |
Macros | |
| #define | DIC_MAX_ENTRIES SAL_MAX_INT32 |
Functions | |
| sal_Int16 | ReadDicVersion (SvStream &rStream, LanguageType &nLng, bool &bNeg, OUString &aDicName) |
| #define DIC_MAX_ENTRIES SAL_MAX_INT32 |
Definition at line 32 of file dicimp.hxx.
| sal_Int16 ReadDicVersion | ( | SvStream & | rStream, |
| LanguageType & | nLng, | ||
| bool & | bNeg, | ||
| OUString & | aDicName | ||
| ) |
Definition at line 109 of file dicimp.cxx.
References LanguageTag::convertToLanguageType(), DIC_VERSION_2, DIC_VERSION_5, DIC_VERSION_6, DIC_VERSION_7, DIC_VERSION_DONTKNOW, EXTENSION_FOR_TITLE_TEXT, find(), SvStream::GetError(), getTag(), LANGUAGE_NONE, MAX_HEADER_LENGTH, pVerOOo7, pVerStr2, pVerStr5, pVerStr6, SvStream::ReadBytes(), SvStream::ReadCharAsBool(), SvStream::ReadLine(), SvStream::ReadUInt16(), SvStream::Seek(), SvStream::Tell(), and VERS2_NOLANGUAGE.
Referenced by IsVers2OrNewer(), and DictionaryNeo::loadEntries().