LibreOffice Module desktop (master) 1
|
#include <config_folders.h>
#include <sal/config.h>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/xml/dom/XElement.hpp>
#include <com/sun/star/xml/dom/XNodeList.hpp>
#include <osl/diagnose.h>
#include <rtl/bootstrap.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <unotools/configmgr.hxx>
#include <strings.hrc>
#include <dp_shared.hxx>
#include <dp_dependencies.hxx>
#include <dp_descriptioninfoset.hxx>
#include <dp_version.hxx>
Go to the source code of this file.
Namespaces | |
namespace | dp_misc |
namespace | dp_misc::Dependencies |
Dependency handling. | |
Functions | |
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC css::uno::Sequence< css::uno::Reference< css::xml::dom::XElement > > | dp_misc::Dependencies::check (dp_misc::DescriptionInfoset const &infoset) |
Check for unsatisfied dependencies. More... | |
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC OUString | dp_misc::Dependencies::getErrorText (css::uno::Reference< css::xml::dom::XElement > const &dependency) |
Obtain the (human-readable) error message of a failed dependency. More... | |