summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/FieldDescControl.hxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-27 12:05:07 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-27 12:05:07 +0000
commit8faa7be9fb3008e186de81d48b99c3474579e2f9 (patch)
tree4440222c3d6e2145f8e60cc93072543abd80e2d5 /dbaccess/source/ui/inc/FieldDescControl.hxx
parentINTEGRATION: CWS dbwizard1 (1.2.6); FILE MERGED (diff)
downloadcore-8faa7be9fb3008e186de81d48b99c3474579e2f9.tar.gz
core-8faa7be9fb3008e186de81d48b99c3474579e2f9.zip
INTEGRATION: CWS dbwizard1 (1.11.70); FILE MERGED
2004/10/22 12:52:46 oj 1.11.70.1: #i33924# new property for the edit width
Diffstat (limited to 'dbaccess/source/ui/inc/FieldDescControl.hxx')
-rw-r--r--dbaccess/source/ui/inc/FieldDescControl.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/FieldDescControl.hxx b/dbaccess/source/ui/inc/FieldDescControl.hxx
index f5ff35921b12..0b05dc4c3189 100644
--- a/dbaccess/source/ui/inc/FieldDescControl.hxx
+++ b/dbaccess/source/ui/inc/FieldDescControl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FieldDescControl.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2004-03-02 12:44:29 $
+ * last change: $Author: pjunck $ $Date: 2004-10-27 13:05:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,6 +165,7 @@ namespace dbaui
long m_nOldVThumb;
long m_nOldHThumb;
+ sal_Int32 m_nWidth;
ULONG nDelayedGrabFocusEvent;
@@ -189,6 +190,7 @@ namespace dbaui
sal_Bool isTextFormat(const OFieldDescription* _pFieldDescr,sal_uInt32& _nFormatKey) const;
protected:
OFieldDescription* pActFieldDescr; // falls geloescht werden soll
+ sal_Bool m_bRight;
USHORT CountActiveAggregates() const;
@@ -252,6 +254,8 @@ namespace dbaui
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> getConnection() = 0;
String getControlDefault( const OFieldDescription* _pFieldDescr ,sal_Bool _bCheck = sal_True) const;
+
+ inline void setEditWidth(sal_Int32 _nWidth) { m_nWidth = _nWidth; }
protected:
void implFocusLost(Window* _pWhich);
};