LibreOffice Module linguistic (master) 1
Classes | Namespaces | Macros | Functions
misc2.cxx File Reference
#include <sal/config.h>
#include <string_view>
#include <tools/urlobj.hxx>
#include <ucbhelper/content.hxx>
#include <tools/debug.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/util/thePathSettings.hpp>
#include <o3tl/typed_flags_set.hxx>
#include <linguistic/misc.hxx>
Include dependency graph for misc2.cxx:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< DictionaryPathFlags >
 

Namespaces

namespace  o3tl
 
namespace  linguistic
 

Macros

#define PATH_FLAG_ALL   (DictionaryPathFlags::INTERNAL | DictionaryPathFlags::USER)
 

Functions

bool linguistic::FileExists (const OUString &rMainURL)
 
static std::vector< OUString > linguistic::GetMultiPaths_Impl (std::u16string_view rPathPrefix, DictionaryPathFlags nPathFlags)
 
OUString linguistic::GetDictionaryWriteablePath ()
 
std::vector< OUString > linguistic::GetDictionaryPaths ()
 
OUString linguistic::GetWritableDictionaryURL (std::u16string_view rDicName)
 

Macro Definition Documentation

◆ PATH_FLAG_ALL

Definition at line 54 of file misc2.cxx.