|
LibreOffice Module linguistic (master) 1
|
#include <cppuhelper/factory.hxx>#include <i18nlangtag/lang.h>#include <i18nlangtag/languagetag.hxx>#include <osl/mutex.hxx>#include <sal/log.hxx>#include <tools/debug.hxx>#include <tools/stream.hxx>#include <tools/urlobj.hxx>#include <comphelper/diagnose_ex.hxx>#include <comphelper/processfactory.hxx>#include <comphelper/sequence.hxx>#include <cppuhelper/supportsservice.hxx>#include <unotools/streamwrap.hxx>#include <unotools/ucbstreamhelper.hxx>#include <com/sun/star/linguistic2/ConversionPropertyType.hpp>#include <com/sun/star/util/XFlushable.hpp>#include <com/sun/star/lang/EventObject.hpp>#include <com/sun/star/ucb/SimpleFileAccess.hpp>#include <com/sun/star/uno/Reference.h>#include <com/sun/star/util/XFlushListener.hpp>#include <com/sun/star/io/IOException.hpp>#include <com/sun/star/io/XInputStream.hpp>#include <com/sun/star/xml/sax/Writer.hpp>#include <com/sun/star/xml/sax/InputSource.hpp>#include <com/sun/star/xml/sax/SAXParseException.hpp>#include <com/sun/star/container/NoSuchElementException.hpp>#include <com/sun/star/container/ElementExistException.hpp>#include "convdic.hxx"#include "convdicxml.hxx"#include <linguistic/misc.hxx>#include <utility>Go to the source code of this file.
Functions | |
| static void | ReadThroughDic (const OUString &rMainURL, ConvDicXMLImport &rImport) |
| bool | IsConvDic (const OUString &rFileURL, LanguageType &nLang, sal_Int16 &nConvType) |
| bool IsConvDic | ( | const OUString & | rFileURL, |
| LanguageType & | nLang, | ||
| sal_Int16 & | nConvType | ||
| ) |
Definition at line 110 of file convdic.cxx.
References CONV_DIC_EXT, DBG_ASSERT, linguistic::LinguIsUnspecified(), nPos, and ReadThroughDic().
Referenced by ConvDicNameContainer::AddConvDics().
|
static |
Definition at line 65 of file convdic.cxx.
References DBG_ASSERT, comphelper::getProcessComponentContext(), SAL_WARN, and TOOLS_WARN_EXCEPTION.
Referenced by IsConvDic(), and ConvDic::Load().