LibreOffice Module desktop (master) 1
|
#include <sal/config.h>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include "dp_misc_api.hxx"
Go to the source code of this file.
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
@HTML | |
namespace | com::sun::star::xml |
namespace | com::sun::star::xml::dom |
@HTML | |
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... | |