Home
last modified time | relevance | path

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

12

/trunk/main/forms/source/component/
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 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 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 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 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 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()
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 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 DCheckBox.cxx240 Any aControlValue( m_xAggregateSet->getPropertyValue( PROPERTY_STATE ) ); in commitControlValueToDbColumn() local
244 aControlValue >>= nValue; in commitControlValueToDbColumn()
/trunk/main/extensions/source/propctrlr/
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 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 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 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()
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 …]
/trunk/main/svtools/source/contnr/
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()
/trunk/main/reportdesign/source/ui/inspection/
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 …]
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()
/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 Dlstbox.cxx131 ImplControlValue aControlValue; in ImplInit() local
136 CTRL_STATE_ENABLED, aControlValue, rtl::OUString(), in ImplInit()
692 ImplControlValue aControlValue; in Resize() local
700 aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in Resize()
712 aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in Resize()
1380 ImplControlValue aControlValue; in CalcMinimumSize() local
1386 CTRL_LISTBOX, PART_SUB_EDIT, aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in CalcMinimumSize()
1399 ImplControlValue aControlValue; in CalcMinimumSize() local
1403 … CTRL_LISTBOX, PART_ENTIRE_CONTROL, aRect, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in CalcMinimumSize()
H A Dspinfld.cxx712 ImplControlValue aControlValue; in ImplCalcButtonAreas() local
721 aArea, 0, aControlValue, rtl::OUString(), aBound, aContentUp) && in ImplCalcButtonAreas()
723 aArea, 0, aControlValue, rtl::OUString(), aBound, aContentDown); in ImplCalcButtonAreas()
768 ImplControlValue aControlValue; in Resize() local
778 aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in Resize()
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()
/trunk/main/vcl/source/window/
H A Ddockingarea.cxx154 ToolbarValue aControlValue; in Paint() local
160 aControlValue.mbIsTopDockingArea = sal_True; in Paint()
171 aCtrlRegion, nState, aControlValue, rtl::OUString() ); in Paint()
231 aTBRect, nState, aControlValue, rtl::OUString() ); in Paint()
H A Dtabpage.cxx145 const ImplControlValue aControlValue; in Paint() local
158 aControlValue, rtl::OUString() ); in Paint()
H A Ddecoview.cxx775 ImplControlValue aControlValue( nValueStyle ); in ImplDrawFrame() local
779 aNatRgn, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in ImplDrawFrame()
820 ImplControlValue aControlValue( nValueStyle ); in ImplDrawFrame() local
824 aNatRgn, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in ImplDrawFrame()
827 aControlValue, rtl::OUString()) ) in ImplDrawFrame()
H A Dbrdwin.cxx1150 ImplControlValue aControlValue; in Init() local
1155 … CTRL_STATE_ENABLED, aControlValue, rtl::OUString(), in Init()
1318 ImplControlValue aControlValue; in DrawWindow() local
1350 nState, aControlValue, rtl::OUString(), in DrawWindow()
1357 aControlValue, rtl::OUString() ); in DrawWindow()

Completed in 269 milliseconds

12