Home
last modified time | relevance | path

Searched refs:aControlValue (Results 1 – 25 of 39) sorted by path

12

/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx925 Any aControlValue = _rLine.xHandler->convertToControlValue( in impl_setControlAsPropertyValue() local
927 xControl->setValue( aControlValue ); in impl_setControlAsPropertyValue()
H A Dcellbindinghandler.cxx411 Any aControlValue; in convertToControlValue() local
415 return aControlValue; in convertToControlValue()
431 aControlValue <<= m_pHelper->getStringAddressFromCellBinding( xBinding ); in convertToControlValue()
445 aControlValue <<= m_pHelper->getStringAddressFromCellListSource( xSource ); in convertToControlValue()
450aControlValue <<= m_pCellExchangeConverter->getDescriptionForValue( _rPropertyValue ); in convertToControlValue()
458 return aControlValue; in convertToControlValue()
H A Dformcomponenthandler.cxx642 Any aControlValue( _rPropertyValue ); in convertToControlValue() local
643 if ( !aControlValue.hasValue() ) in convertToControlValue()
648 aControlValue <<= m_sDefaultValueString; in convertToControlValue()
650 return aControlValue; in convertToControlValue()
670 aControlValue <<= sControlValue; in convertToControlValue()
688 aControlValue <<= sDataSource; in convertToControlValue()
713 aControlValue <<= sControlValue; in convertToControlValue()
725 aControlValue <<= DBTypeConversion::toDate( nDate ); in convertToControlValue()
736 aControlValue <<= DBTypeConversion::toTime( nTime ); in convertToControlValue()
801 aControlValue <<= displayName.makeStringAndClear(); in convertToControlValue()
[all …]
H A Dgenericpropertyhandler.cxx268 Any aControlValue( xControl->getValue() ); in actionPerformed() local
271 if ( aControlValue.hasValue() && !( aControlValue >>= sURL ) ) in actionPerformed()
473 Any aControlValue; in convertToControlValue() local
476 return aControlValue; in convertToControlValue()
480aControlValue <<= impl_getEnumConverter( pos->second.Type )->getDescriptionForValue( _rPropertyVal… in convertToControlValue()
483aControlValue = PropertyHandlerHelper::convertToControlValue( m_aContext.getContext(),m_xTypeConve… in convertToControlValue()
484 return aControlValue; in convertToControlValue()
H A Dhandlerhelper.cxx229 Any aControlValue( _rPropertyValue ); in convertToControlValue() local
230 if ( !aControlValue.hasValue() ) in convertToControlValue()
232 return aControlValue; in convertToControlValue()
237 aControlValue <<= xConversionHelper->convertToControlValue( _rPropertyValue ); in convertToControlValue()
244aControlValue = _rxTypeConverter->convertTo( _rPropertyValue, _rControlValueType ); in convertToControlValue()
252 return aControlValue; in convertToControlValue()
H A Dsubmissionhandler.cxx397 Any aControlValue; in convertToControlValue() local
401 return aControlValue; in convertToControlValue()
414aControlValue <<= m_pHelper->getModelElementUIName( EFormsHelper::Submission, xSubmission ); in convertToControlValue()
423 aControlValue <<= aEnumConversion->getDescriptionForValue( _rPropertyValue ); in convertToControlValue()
431 return aControlValue; in convertToControlValue()
/trunk/main/forms/source/component/
H A DCheckBox.cxx240 Any aControlValue( m_xAggregateSet->getPropertyValue( PROPERTY_STATE ) ); in commitControlValueToDbColumn() local
244 aControlValue >>= nValue; in commitControlValueToDbColumn()
H A DCurrency.cxx213 Any aControlValue( m_xAggregateFastSet->getFastPropertyValue( getValuePropertyAggHandle() ) ); in commitControlValueToDbColumn() local
214 if ( !compare( aControlValue, m_aSaveValue ) ) in commitControlValueToDbColumn()
216 if ( aControlValue.getValueType().getTypeClass() == TypeClass_VOID ) in commitControlValueToDbColumn()
222 m_xColumnUpdate->updateDouble( getDouble( aControlValue ) ); in commitControlValueToDbColumn()
229 m_aSaveValue = aControlValue; in commitControlValueToDbColumn()
H A DDate.cxx245 Any aControlValue( m_xAggregateFastSet->getFastPropertyValue( getValuePropertyAggHandle() ) ); in commitControlValueToDbColumn() local
246 if ( !compare( aControlValue, m_aSaveValue ) ) in commitControlValueToDbColumn()
248 if ( !aControlValue.hasValue() ) in commitControlValueToDbColumn()
255 if ( !( aControlValue >>= aDate ) ) in commitControlValueToDbColumn()
258 aControlValue >>= nAsInt; in commitControlValueToDbColumn()
278 m_aSaveValue = aControlValue; in commitControlValueToDbColumn()
306 Any aControlValue; in translateExternalValueToControlValue() local
311 aControlValue <<= DBTypeConversion::toINT32( aDate ); in translateExternalValueToControlValue()
313 return aControlValue; in translateExternalValueToControlValue()
H A DFormComponent.cxx2888 Any aControlValue( _rExternalValue ); in translateExternalValueToControlValue() local
2892 if ( !aControlValue.hasValue() && !m_bValuePropertyMayBeVoid ) in translateExternalValueToControlValue()
2893 aControlValue.setValue( NULL, m_aValuePropertyType ); in translateExternalValueToControlValue()
2896 return aControlValue; in translateExternalValueToControlValue()
2923 Any aControlValue; in getControlValue() local
2926aControlValue = m_xAggregateFastSet->getFastPropertyValue( m_nValuePropertyAggregateHandle ); in getControlValue()
2930 aControlValue = m_xAggregateSet->getPropertyValue( m_sValuePropertyName ); in getControlValue()
2933 return aControlValue; in getControlValue()
H A DFormattedField.cxx1027 if ( aControlValue != m_aSaveValue ) in commitControlValueToDbColumn()
1030 if ( !aControlValue.hasValue() in commitControlValueToDbColumn()
1042 …if ( aControlValue.getValueType().getTypeClass() == TypeClass_DOUBLE || (aControlValue >>= f)) // … in commitControlValueToDbColumn()
1057 m_aSaveValue = aControlValue; in commitControlValueToDbColumn()
1072 Any aControlValue; in translateExternalValueToControlValue() local
1079 aControlValue = _rExternalValue; in translateExternalValueToControlValue()
1116 aControlValue <<= fValue; in translateExternalValueToControlValue()
1121 return aControlValue; in translateExternalValueToControlValue()
1131 if ( !aControlValue.hasValue() ) in translateControlValueToExternalValue()
1132 return aControlValue; in translateControlValueToExternalValue()
[all …]
H A DNumeric.cxx167 Any aControlValue( m_xAggregateFastSet->getFastPropertyValue( getValuePropertyAggHandle() ) ); in commitControlValueToDbColumn() local
168 if ( !compare( aControlValue, m_aSaveValue ) ) in commitControlValueToDbColumn()
170 if ( !aControlValue.hasValue() ) in commitControlValueToDbColumn()
176 m_xColumnUpdate->updateDouble( getDouble( aControlValue ) ); in commitControlValueToDbColumn()
183 m_aSaveValue = aControlValue; in commitControlValueToDbColumn()
H A DRadioButton.cxx374 …Any aControlValue = OReferenceValueComponent::translateExternalValueToControlValue( _rExternalValu… in translateExternalValueToControlValue() local
376 if ( ( aControlValue >>= nState ) && ( nState == STATE_DONTKNOW ) ) in translateExternalValueToControlValue()
378 aControlValue <<= (sal_Int16)STATE_NOCHECK; in translateExternalValueToControlValue()
379 return aControlValue; in translateExternalValueToControlValue()
H A DTime.cxx242 Any aControlValue( m_xAggregateFastSet->getFastPropertyValue( getValuePropertyAggHandle() ) ); in commitControlValueToDbColumn() local
243 if ( !compare( aControlValue, m_aSaveValue ) ) in commitControlValueToDbColumn()
245 if ( !aControlValue.hasValue() ) in commitControlValueToDbColumn()
252 if ( !( aControlValue >>= aTime ) ) in commitControlValueToDbColumn()
255 aControlValue >>= nAsInt; in commitControlValueToDbColumn()
276 m_aSaveValue = aControlValue; in commitControlValueToDbColumn()
308 Any aControlValue; in translateExternalValueToControlValue() local
313 aControlValue <<= DBTypeConversion::toINT32( aTime ); in translateExternalValueToControlValue()
315 return aControlValue; in translateExternalValueToControlValue()
H A Drefvaluecomponent.cxx229 Any aControlValue( m_xAggregateSet->getPropertyValue( PROPERTY_STATE ) ); in translateControlValueToExternalValue() local
231 aControlValue >>= nControlValue; in translateControlValueToExternalValue()
277 Any aControlValue( m_xAggregateSet->getPropertyValue( PROPERTY_STATE ) ); in translateControlValueToValidatableValue() local
279 aControlValue >>= nControlValue; in translateControlValueToValidatableValue()
/trunk/main/reportdesign/source/ui/inspection/
H A DDataProviderHandler.cxx342 uno::Any aControlValue( _rPropertyValue ); in convertToControlValue() local
343 if ( !aControlValue.hasValue() ) in convertToControlValue()
345 return aControlValue; in convertToControlValue()
358 aControlValue = m_xTypeConverter->convertTo( _rPropertyValue, ControlValueType); in convertToControlValue()
366aControlValue = m_xFormComponentHandler->convertToControlValue(_rPropertyName, _rPropertyValue, Co… in convertToControlValue()
368 return aControlValue; in convertToControlValue()
H A DGeometryHandler.cxx1110 uno::Any aControlValue( _rPropertyValue ); in convertToControlValue() local
1111 if ( !aControlValue.hasValue() ) in convertToControlValue()
1113 return aControlValue; in convertToControlValue()
1181 aControlValue >>= sValue; in convertToControlValue()
1183 aControlValue <<= sValue; in convertToControlValue()
1203 aControlValue <<= m_sDefaultFunction; in convertToControlValue()
1206 aControlValue <<= m_sScope; in convertToControlValue()
1209 aControlValue = aPropertyValue; in convertToControlValue()
1216 aControlValue <<= aList[m_nDataFieldType]; in convertToControlValue()
1236 aControlValue <<= aList[nParagraphAdjust]; in convertToControlValue()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1064 ImplControlValue aControlValue; in DrawNet() local
1069 aCtrlRegion, nState, aControlValue, rtl::OUString() ) ) in DrawNet()
H A Dsvlbitm.cxx422 ImplControlValue aControlValue; in Paint() local
431 aControlValue.setTristateVal( BUTTONVALUE_ON ); in Paint()
433 aControlValue.setTristateVal( BUTTONVALUE_OFF ); in Paint()
435 aControlValue.setTristateVal( BUTTONVALUE_MIXED ); in Paint()
438 aCtrlRegion, nState, aControlValue, rtl::OUString() ); in Paint()
461 ImplControlValue aControlValue; in ImplAdjustBoxSize() local
465 aControlValue.setTristateVal( BUTTONVALUE_ON ); in ImplAdjustBoxSize()
472 aControlValue, in ImplAdjustBoxSize()
H A Dsvtreebx.cxx1933 ImplControlValue aControlValue; in PaintEntry1() local
1940 aControlValue.setTristateVal( BUTTONVALUE_ON );//expanded node in PaintEntry1()
1946 aControlValue.setTristateVal( BUTTONVALUE_DONTKNOW );//dont know in PaintEntry1()
1948 aControlValue.setTristateVal( BUTTONVALUE_OFF );//collapsed node in PaintEntry1()
1952 aCtrlRegion, nState, aControlValue, rtl::OUString() ); in PaintEntry1()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1310 ImplControlValue aControlValue; in ImplPaintCheckBackground() local
1313 aControlValue.setTristateVal( BUTTONVALUE_ON ); in ImplPaintCheckBackground()
1316 i_rRect, nState, aControlValue, in ImplPaintCheckBackground()
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx235 ImplControlValue aControlValue; in preRenderItem() local
236aControlValue.setTristateVal( ( i_nItemFlags & ITEM_STATE_ACTIVE ) ? BUTTONVALUE_ON : BUTTONVALUE_… in preRenderItem()
238 …DrawNativeControl( CTRL_TOOLBAR, PART_BUTTON, i_rContentRect, nState, aControlValue, rtl::OUString… in preRenderItem()
/trunk/main/vcl/source/app/
H A Dhelp.cxx464 ImplControlValue aControlValue; in Paint() local
466 0, aControlValue, rtl::OUString() ); in Paint()
/trunk/main/vcl/source/control/
H A Dbutton.cxx1155 ImplControlValue aControlValue; in ImplDrawPushButton() local
1185 PushButtonValue aControlValue; in ImplDrawPushButton() local
1199 aControlValue.mbBevelButton = true; in ImplDrawPushButton()
1282 ImplControlValue aControlValue; in ImplSetDefButton() local
2191 aControlValue,rtl::OUString() ); in ImplDrawRadioButtonState()
3039 ImplControlValue aControlValue; in ImplGetRadioImageSize() local
3163 ImplControlValue aControlValue; in ImplSetMinimumNWFSize() local
3360 aControlValue.setTristateVal( BUTTONVALUE_ON ); in ImplDrawCheckBoxState()
3368 aControlValue, rtl::OUString() ); in ImplDrawCheckBoxState()
3983 ImplControlValue aControlValue; in ImplGetCheckImageSize() local
[all …]
H A Dcombobox.cxx138 ImplControlValue aControlValue; in ImplCalcEditHeight() local
143 aControlValue, rtl::OUString(), in ImplCalcEditHeight()
646 ImplControlValue aControlValue; in Resize() local
654 aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in Resize()
664 aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in Resize()

Completed in 236 milliseconds

12