LibreOffice Module sw (master) 1
|
#include <algorithm>
#include <string_view>
#include <com/sun/star/container/XNamed.hpp>
#include <comphelper/servicehelper.hxx>
#include <unotools/transliterationwrapper.hxx>
#include <vcl/errinf.hxx>
#include <osl/diagnose.h>
#include <rtl/character.hxx>
#include <svl/urihelper.hxx>
#include <svl/fstathelper.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/tempfile.hxx>
#include <o3tl/string_view.hxx>
#include <swtypes.hxx>
#include <glosdoc.hxx>
#include <shellio.hxx>
#include <swunohelper.hxx>
#include <unoatxt.hxx>
#include <swerror.h>
#include <memory>
Go to the source code of this file.
Functions | |
static OUString | lcl_makePath (const std::vector< OUString > &rPaths) |
|
static |
Definition at line 334 of file glosdoc.cxx.
References INetURLObject::GetFull(), and SVT_SEARCHPATH_DELIMITER.
Referenced by SwGlossaries::ShowError(), and SwGlossaries::UpdateGlosPath().