Searched refs:nUnitAsInt (Results 1 – 1 of 1) sorted by relevance
419 sal_Int32 nUnitAsInt = (sal_Int32)FUNIT_NONE; in impl_getDocumentMeasurementUnit_throw() local420 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 9 milliseconds