summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/indexfieldscontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/indexfieldscontrol.hxx')
-rw-r--r--dbaccess/source/ui/inc/indexfieldscontrol.hxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/dbaccess/source/ui/inc/indexfieldscontrol.hxx b/dbaccess/source/ui/inc/indexfieldscontrol.hxx
index d3802b03746d..4b622baa92f5 100644
--- a/dbaccess/source/ui/inc/indexfieldscontrol.hxx
+++ b/dbaccess/source/ui/inc/indexfieldscontrol.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
@@ -46,20 +46,20 @@ namespace dbaui
{
OModuleClient m_aModuleClient;
protected:
- IndexFields m_aSavedValue;
-
- IndexFields m_aFields; // !! order matters !!
- ConstIndexFieldsIterator m_aSeekRow; // !!
+ IndexFields m_aSavedValue;
- Link m_aModifyHdl;
+ IndexFields m_aFields; // !! order matters !!
+ ConstIndexFieldsIterator m_aSeekRow; // !!
- ::svt::ListBoxControl* m_pSortingCell;
- ::svt::ListBoxControl* m_pFieldNameCell;
+ Link m_aModifyHdl;
- String m_sAscendingText;
- String m_sDescendingText;
+ ::svt::ListBoxControl* m_pSortingCell;
+ ::svt::ListBoxControl* m_pFieldNameCell;
- sal_Int32 m_nMaxColumnsInIndex;
+ String m_sAscendingText;
+ String m_sDescendingText;
+
+ sal_Int32 m_nMaxColumnsInIndex;
sal_Bool m_bAddIndexAppendix;
public:
@@ -74,8 +74,8 @@ namespace dbaui
sal_Bool SaveModified();
sal_Bool IsModified() const;
- const IndexFields& GetSavedValue() const { return m_aSavedValue; }
- void SaveValue() { m_aSavedValue = m_aFields; }
+ const IndexFields& GetSavedValue() const { return m_aSavedValue; }
+ void SaveValue() { m_aSavedValue = m_aFields; }
void SetModifyHdl(const Link& _rHdl) { m_aModifyHdl = _rHdl; }
Link GetModifyHdl() const { return m_aModifyHdl; }
@@ -88,8 +88,8 @@ namespace dbaui
virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId);
virtual sal_Bool IsTabAllowed(sal_Bool bForward) const;
- ::svt::CellController* GetController(long _nRow, sal_uInt16 _nColumnId);
- void InitController(::svt::CellControllerRef&, long _nRow, sal_uInt16 _nColumnId);
+ ::svt::CellController* GetController(long _nRow, sal_uInt16 _nColumnId);
+ void InitController(::svt::CellControllerRef&, long _nRow, sal_uInt16 _nColumnId);
protected:
String GetRowCellText(const ConstIndexFieldsIterator& _rRow,sal_uInt16 nColId) const;
@@ -104,7 +104,7 @@ namespace dbaui
};
//......................................................................
-} // namespace dbaui
+} // namespace dbaui
//......................................................................
#endif // _DBAUI_INDEXFIELDSCONTROL_HXX_