LibreOffice Module svtools (master) 1
langhelp.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#pragma once
11
12#include <svtools/svtdllapi.h>
13
14#include <com/sun/star/uno/Sequence.hxx>
15
16#include <rtl/ustring.hxx>
17
24SVT_DLLPUBLIC void localizeWebserviceURI( OUString& io_rURI );
25
26OUString SVT_DLLPUBLIC getInstalledLocaleForLanguage(css::uno::Sequence<OUString> const & installed, OUString const & locale);
27OUString SVT_DLLPUBLIC getInstalledLocaleForSystemUILanguage(css::uno::Sequence<OUString> const & installed, bool bRequestInstallIfMissing, const OUString& rPreferredLocale = OUString());
28
29/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SVT_DLLPUBLIC void localizeWebserviceURI(OUString &io_rURI)
Localize a URI to one of the foundation's webservices.
Definition: langhelp.cxx:30
OUString SVT_DLLPUBLIC getInstalledLocaleForLanguage(css::uno::Sequence< OUString > const &installed, OUString const &locale)
Definition: langhelp.cxx:49
OUString SVT_DLLPUBLIC getInstalledLocaleForSystemUILanguage(css::uno::Sequence< OUString > const &installed, bool bRequestInstallIfMissing, const OUString &rPreferredLocale=OUString())
Definition: langhelp.cxx:106
#define SVT_DLLPUBLIC
Definition: svtdllapi.h:27