LibreOffice Module desktop (master) 1
|
#include <dp_misc.h>
#include "unopkg_main.h"
#include "unopkg_shared.h"
#include <dp_identifier.hxx>
#include <tools/extendapplicationenvironment.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/textenc.h>
#include <rtl/ustring.hxx>
#include <osl/process.h>
#include <osl/conditn.hxx>
#include <unotools/tempfile.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <comphelper/anytostring.hxx>
#include <comphelper/logging.hxx>
#include <comphelper/sequence.hxx>
#include <com/sun/star/deployment/DeploymentException.hpp>
#include <com/sun/star/deployment/ExtensionManager.hpp>
#include <com/sun/star/deployment/ui/PackageManagerDialog.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/logging/ConsoleHandler.hpp>
#include <com/sun/star/logging/FileHandler.hpp>
#include <com/sun/star/logging/LogLevel.hpp>
#include <com/sun/star/logging/SimpleTextFormatter.hpp>
#include <com/sun/star/logging/XLogger.hpp>
#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <com/sun/star/ucb/CommandFailedException.hpp>
#include <com/sun/star/ui/dialogs/XDialogClosedListener.hpp>
#include <unistd.h>
#include <iostream>
#include <utility>
#include <vector>
Go to the source code of this file.
Functions | |
int | unopkg_main () |
int unopkg_main | ( | void | ) |
Definition at line 200 of file unopkg_app.cxx.
References Any, comphelper::anyToString(), APP_NAME, aSeq, dp_registry::backend::bundle::create(), unopkg::createCmdEnv(), dp_misc::disposeBridges(), Exception, tools::extendApplicationEnvironment(), dp_misc::getIdentifier(), unopkg::getOptionInfo(), unopkg::getProcessWorkingDir(), unopkg::getUNO(), i, unopkg::isBootstrapVariable(), unopkg::isOption(), unopkg::makeAbsoluteFileUrl(), nCount, nPos, dp_misc::office_is_running(), p, unopkg::printf_packages(), unopkg::readArgument(), unopkg::readOption(), dp_misc::syncRepositories(), unopkg::toString(), u, dp_misc::writeConsole(), and dp_misc::writeConsoleError().
Referenced by SAL_IMPLEMENT_MAIN().