LibreOffice Module desktop (master)
1
|
#include <sal/config.h>
#include <optional>
#include <string_view>
#include <com/sun/star/uno/Reference.hxx>
#include "dp_misc_api.hxx"
Go to the source code of this file.
Namespaces | |
com::sun::star::deployment | |
dp_misc | |
Functions | |
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC OUString | dp_misc::generateIdentifier (::std::optional< OUString > const &optional, std::u16string_view fileName) |
Generates an identifier from an optional identifier. More... | |
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC OUString | dp_misc::getIdentifier (css::uno::Reference< css::deployment::XPackage > const &package) |
Gets the identifier of a package. More... | |
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC OUString | dp_misc::generateLegacyIdentifier (std::u16string_view fileName) |
Generates a legacy identifier based on a file name. More... | |