#include <sal/config.h>
#include <string_view>
#include <config_folders.h>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <osl/process.h>
#include <osl/file.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/bootstrap.hxx>
#include <cppuhelper/bootstrap.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/ucb/UniversalContentBroker.hpp>
#include <strings.hrc>
#include "unopkg_shared.h"
#include <dp_identifier.hxx>
#include <dp_misc.h>
#include <dp_shared.hxx>
#include <lockfile.hxx>
Go to the source code of this file.
|
OUString | unopkg::toString (OptionInfo const *info) |
|
OptionInfo const * | unopkg::getOptionInfo (OptionInfo const *list, OUString const &opt) |
|
bool | unopkg::isOption (OptionInfo const *option_info, sal_uInt32 *pIndex) |
|
bool | unopkg::isBootstrapVariable (sal_uInt32 *pIndex) |
| checks if an argument is a bootstrap variable. More...
|
|
bool | unopkg::readArgument (OUString *pValue, OptionInfo const *option_info, sal_uInt32 *pIndex) |
|
OUString const & | unopkg::getExecutableDir () |
|
OUString const & | unopkg::getProcessWorkingDir () |
|
OUString | unopkg::makeAbsoluteFileUrl (OUString const &sys_path, OUString const &base_url) |
|
static void | unopkg::printf_unaccepted_licenses (Reference< deployment::XPackage > const &ext) |
|
void | unopkg::printf_packages (std::vector< Reference< deployment::XPackage > > const &allExtensions, std::vector< bool > const &vecUnaccepted, Reference< XCommandEnvironment > const &xCmdEnv, sal_Int32 level) |
|
static OUString | unopkg::getLockFilePath () |
| returns the path to the lock file used by unopkg. More...
|
|
Reference< XComponentContext > | unopkg::getUNO (bool verbose, bool bGui, const OUString &sTempDir, Reference< XComponentContext > &out_localContext) |
|