summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/gridwizard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/gridwizard.hxx')
-rw-r--r--extensions/source/dbpilots/gridwizard.hxx40
1 files changed, 20 insertions, 20 deletions
diff --git a/extensions/source/dbpilots/gridwizard.hxx b/extensions/source/dbpilots/gridwizard.hxx
index 8af95be86aa0..085762ce4f7c 100644
--- a/extensions/source/dbpilots/gridwizard.hxx
+++ b/extensions/source/dbpilots/gridwizard.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,7 +42,7 @@ namespace dbp
//=====================================================================
struct OGridSettings : public OControlWizardSettings
{
- ::com::sun::star::uno::Sequence< ::rtl::OUString > aSelectedFields;
+ ::com::sun::star::uno::Sequence< ::rtl::OUString > aSelectedFields;
};
//=====================================================================
@@ -51,8 +51,8 @@ namespace dbp
class OGridWizard : public OControlWizard
{
protected:
- OGridSettings m_aSettings;
- sal_Bool m_bHadDataSelection : 1;
+ OGridSettings m_aSettings;
+ sal_Bool m_bHadDataSelection : 1;
public:
OGridWizard(
@@ -65,10 +65,10 @@ namespace dbp
protected:
// OWizardMachine overridables
- virtual ::svt::OWizardPage* createPage( WizardState _nState );
- virtual WizardState determineNextState( WizardState _nCurrentState ) const;
- virtual void enterState( WizardState _nState );
- virtual sal_Bool leaveState( WizardState _nState );
+ virtual ::svt::OWizardPage* createPage( WizardState _nState );
+ virtual WizardState determineNextState( WizardState _nCurrentState ) const;
+ virtual void enterState( WizardState _nState );
+ virtual sal_Bool leaveState( WizardState _nState );
virtual sal_Bool onFinish();
virtual sal_Bool approveControl(sal_Int16 _nClassId);
@@ -95,15 +95,15 @@ namespace dbp
class OGridFieldsSelection : public OGridPage
{
protected:
- FixedLine m_aFrame;
- FixedText m_aExistFieldsLabel;
- ListBox m_aExistFields;
- PushButton m_aSelectOne;
- PushButton m_aSelectAll;
- PushButton m_aDeselectOne;
- PushButton m_aDeselectAll;
- FixedText m_aSelFieldsLabel;
- ListBox m_aSelFields;
+ FixedLine m_aFrame;
+ FixedText m_aExistFieldsLabel;
+ ListBox m_aExistFields;
+ PushButton m_aSelectOne;
+ PushButton m_aSelectAll;
+ PushButton m_aDeselectOne;
+ PushButton m_aDeselectAll;
+ FixedText m_aSelFieldsLabel;
+ ListBox m_aSelFields;
public:
OGridFieldsSelection( OGridWizard* _pParent );
@@ -113,8 +113,8 @@ namespace dbp
virtual void ActivatePage();
// OWizardPage overridables
- virtual void initializePage();
- virtual sal_Bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason );
+ virtual void initializePage();
+ virtual sal_Bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason );
virtual bool canAdvance() const;
protected:
@@ -130,7 +130,7 @@ namespace dbp
};
//.........................................................................
-} // namespace dbp
+} // namespace dbp
//.........................................................................
#endif // _EXTENSIONS_DBP_GRIDWIZARD_HXX_