LibreOffice Module desktop (master) 1
|
#include <dp_platform.hxx>
#include <rtl/ustring.hxx>
#include <rtl/instance.hxx>
#include <rtl/bootstrap.hxx>
#include <osl/diagnose.h>
#include <o3tl/string_view.hxx>
Go to the source code of this file.
Namespaces | |
namespace | dp_misc |
Functions | |
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC OUString const & | dp_misc::getPlatformString () |
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC bool | dp_misc::platform_fits (std::u16string_view platform_string) |
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC bool | dp_misc::hasValidPlatform (css::uno::Sequence< OUString > const &platformStrings) |
determines if the current platform corresponds to one of the platform strings. More... | |
Variables | |
constexpr OUStringLiteral | PLATFORM_ALL = u"all" |
|
constexpr |
Definition at line 28 of file dp_platform.cxx.