Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx176 Reference< XNumericControl > xNumericControl( in createNumericControl() local
181 xNumericControl->setDecimalDigits( _nDigits ); in createNumericControl()
182 xNumericControl->setMinValue( _rMinValue ); in createNumericControl()
183 xNumericControl->setMaxValue( _rMaxValue ); in createNumericControl()
185 return xNumericControl.get(); in createNumericControl()
H A Dformgeometryhandler.cxx477 Reference< XNumericControl > xNumericControl( aLineDesc.Control, UNO_QUERY_THROW ); in describePropertyLine() local
478 xNumericControl->setValueUnit( MeasureUnit::MM_100TH ); in describePropertyLine()
479 xNumericControl->setDisplayUnit( impl_getDocumentMeasurementUnit_throw() ); in describePropertyLine()
H A Dformcomponenthandler.cxx1237 … Reference< XNumericControl > xNumericControl( aDescriptor.Control, UNO_QUERY_THROW ); in describePropertyLine() local
1239 xNumericControl->setValueUnit( nValueUnit ); in describePropertyLine()
1241 xNumericControl->setDisplayUnit( nDisplayUnit ); in describePropertyLine()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx863 uno::Reference< inspection::XNumericControl > xNumericControl(aOut.Control,uno::UNO_QUERY); in describePropertyLine() local
864 xNumericControl->setDecimalDigits( 2 ); in describePropertyLine()
865 xNumericControl->setValueUnit( util::MeasureUnit::MM_100TH ); in describePropertyLine()
869 xNumericControl->setMinValue(beans::Optional<double>(sal_True,0.0)); in describePropertyLine()
871 xNumericControl->setDisplayUnit( nDisplayUnit ); in describePropertyLine()
888 xNumericControl->setMinValue(beans::Optional<double>(sal_True,0.0)); in describePropertyLine()
889xNumericControl->setMaxValue(beans::Optional<double>(sal_True,double(aSize.Width - nLeftMargin - n… in describePropertyLine()
894xNumericControl->setMinValue(beans::Optional<double>(sal_True,0.08 )); in describePropertyLine()
914 xNumericControl->setMinValue(beans::Optional<double>(sal_True,nHeight )); in describePropertyLine()