Searched refs:xNumericControl (Results 1 – 4 of 4) sorted by relevance
176 Reference< XNumericControl > xNumericControl( in createNumericControl() local181 xNumericControl->setDecimalDigits( _nDigits ); in createNumericControl()182 xNumericControl->setMinValue( _rMinValue ); in createNumericControl()183 xNumericControl->setMaxValue( _rMaxValue ); in createNumericControl()185 return xNumericControl.get(); in createNumericControl()
477 Reference< XNumericControl > xNumericControl( aLineDesc.Control, UNO_QUERY_THROW ); in describePropertyLine() local478 xNumericControl->setValueUnit( MeasureUnit::MM_100TH ); in describePropertyLine()479 xNumericControl->setDisplayUnit( impl_getDocumentMeasurementUnit_throw() ); in describePropertyLine()
1237 … Reference< XNumericControl > xNumericControl( aDescriptor.Control, UNO_QUERY_THROW ); in describePropertyLine() local1239 xNumericControl->setValueUnit( nValueUnit ); in describePropertyLine()1241 xNumericControl->setDisplayUnit( nDisplayUnit ); in describePropertyLine()
863 uno::Reference< inspection::XNumericControl > xNumericControl(aOut.Control,uno::UNO_QUERY); in describePropertyLine() local864 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()889 …xNumericControl->setMaxValue(beans::Optional<double>(sal_True,double(aSize.Width - nLeftMargin - n… in describePropertyLine()894 … xNumericControl->setMinValue(beans::Optional<double>(sal_True,0.08 )); in describePropertyLine()914 xNumericControl->setMinValue(beans::Optional<double>(sal_True,nHeight )); in describePropertyLine()