LibreOffice Module desktop (master) 1
|
#include "misc.hxx"
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/task/XJob.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/xml/dom/XDocumentBuilder.hpp>
#include <com/sun/star/ucb/XSimpleFileAccess3.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <com/sun/star/ucb/XProgressHandler.hpp>
#include <osl/mutex.hxx>
#include <cppuhelper/implbase.hxx>
Go to the source code of this file.
Classes | |
class | migration::OO3ExtensionMigration |
class | migration::TmpRepositoryCommandEnv |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
@HTML | |
namespace | com::sun::star::uno |
namespace | migration |
Typedefs | |
typedef ::cppu::WeakImplHelper< css::lang::XServiceInfo, css::lang::XInitialization, css::task::XJob > | migration::ExtensionMigration_BASE |