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.cxx478 Reference< XNumericControl > xNumericControl( aLineDesc.Control, UNO_QUERY_THROW ); in describePropertyLine() local
479 xNumericControl->setValueUnit( MeasureUnit::MM_100TH ); in describePropertyLine()
480 xNumericControl->setDisplayUnit( impl_getDocumentMeasurementUnit_throw() ); in describePropertyLine()
H A Dformcomponenthandler.cxx1238 … Reference< XNumericControl > xNumericControl( aDescriptor.Control, UNO_QUERY_THROW ); in describePropertyLine() local
1240 xNumericControl->setValueUnit( nValueUnit ); in describePropertyLine()
1242 xNumericControl->setDisplayUnit( nDisplayUnit ); in describePropertyLine()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx862 uno::Reference< inspection::XNumericControl > xNumericControl(aOut.Control,uno::UNO_QUERY); in describePropertyLine() local
863 xNumericControl->setDecimalDigits( 2 ); in describePropertyLine()
864 xNumericControl->setValueUnit( util::MeasureUnit::MM_100TH ); in describePropertyLine()
868 xNumericControl->setMinValue(beans::Optional<double>(sal_True,0.0)); in describePropertyLine()
870 xNumericControl->setDisplayUnit( nDisplayUnit ); in describePropertyLine()
887 xNumericControl->setMinValue(beans::Optional<double>(sal_True,0.0)); in describePropertyLine()
888xNumericControl->setMaxValue(beans::Optional<double>(sal_True,double(aSize.Width - nLeftMargin - n… in describePropertyLine()
893xNumericControl->setMinValue(beans::Optional<double>(sal_True,0.08 )); in describePropertyLine()
913 xNumericControl->setMinValue(beans::Optional<double>(sal_True,nHeight )); in describePropertyLine()

Completed in 38 milliseconds