Home
last modified time | relevance | path

Searched refs:nUnitAsInt (Results 1 – 1 of 1) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dpropertyhandler.cxx419 sal_Int32 nUnitAsInt = (sal_Int32)FUNIT_NONE; in impl_getDocumentMeasurementUnit_throw() local
420 aConfigTree.getNodeValue( sConfigurationProperty ) >>= nUnitAsInt; in impl_getDocumentMeasurementUnit_throw()
423 if ( ( nUnitAsInt > FUNIT_NONE ) && ( nUnitAsInt <= FUNIT_100TH_MM ) ) in impl_getDocumentMeasurementUnit_throw()
424 eUnit = static_cast< FieldUnit >( nUnitAsInt ); in impl_getDocumentMeasurementUnit_throw()

Completed in 14 milliseconds