|
LibreOffice Module desktop (master) 1
|
#include <sal/config.h>#include <optional>#include <com/sun/star/beans/Optional.hpp>#include <com/sun/star/deployment/XPackage.hpp>#include <com/sun/star/uno/Reference.hxx>#include <osl/diagnose.h>#include <rtl/ustring.hxx>#include <dp_identifier.hxx>Go to the source code of this file.
Namespaces | |
| namespace | 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... | |