LibreOffice Module linguistic (master) 1
Functions
convdic.cxx File Reference
#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>
Include dependency graph for convdic.cxx:

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)
 

Function Documentation

◆ IsConvDic()

bool IsConvDic ( const OUString &  rFileURL,
LanguageType nLang,
sal_Int16 &  nConvType 
)

◆ ReadThroughDic()

static void ReadThroughDic ( const OUString &  rMainURL,
ConvDicXMLImport rImport 
)
static