LibreOffice Module extensions (master) 1
|
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/form/FormComponentType.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <vcl/weld.hxx>
#include <vcl/wizardmachine.hxx>
#include "dbptypes.hxx"
#include <strings.hrc>
#include <componentmodule.hxx>
#include "wizardcontext.hxx"
Go to the source code of this file.
Classes | |
struct | dbp::OControlWizardSettings |
class | dbp::OControlWizardPage |
class | dbp::OControlWizard |
Namespaces | |
namespace | dbp |
Typedefs | |
typedef ::vcl::OWizardPage | dbp::OControlWizardPage_Base |
typedef ::vcl::WizardMachine | dbp::OControlWizard_Base |