diff options
author | Peter Burow <pb@openoffice.org> | 2000-10-09 10:36:50 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2000-10-09 10:36:50 +0000 |
commit | 583b9c8d9befc05eb042ab4e65c5128685b4f9f0 (patch) | |
tree | b8b97992b9a5eea7bf7c454085be4858381932ed /svx/inc/dlgutil.hxx | |
parent | 93489506f521676812dfac0cdf74d1b03b967ef6 (diff) |
chg: GetModuleFieldUnit() added
Diffstat (limited to 'svx/inc/dlgutil.hxx')
-rw-r--r-- | svx/inc/dlgutil.hxx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/svx/inc/dlgutil.hxx b/svx/inc/dlgutil.hxx index c9cbc8321c1d..2b1e0a13a2ab 100644 --- a/svx/inc/dlgutil.hxx +++ b/svx/inc/dlgutil.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgutil.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:00:55 $ + * last change: $Author: pb $ $Date: 2000-10-09 11:36:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -42,13 +42,13 @@ * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, - * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * - * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * The Initial Developer of the Original Code is: Sun Microsystems, Inc.. * * Copyright: 2000 by Sun Microsystems, Inc. * @@ -106,6 +106,8 @@ void SetFieldUnit( MetricField& rCtrl, void SetFieldUnit( MetricBox& rCtrl, FieldUnit eUnit, BOOL bAll = FALSE ); +FieldUnit GetModuleFieldUnit(); + // Metriken umrechnen long CalcToUnit( float nIn, SfxMapUnit eUnit ); long CalcToPoint( long nIn, SfxMapUnit eUnit, USHORT nFaktor ); |