/aoo4110/main/forms/source/component/ |
H A D | FormattedField.cxx | 1027 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 D | Date.cxx | 245 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 D | Time.cxx | 242 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 D | Numeric.cxx | 167 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 D | Currency.cxx | 213 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 D | refvaluecomponent.cxx | 229 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 D | RadioButton.cxx | 374 …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 D | FormComponent.cxx | 2888 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 2926 … aControlValue = m_xAggregateFastSet->getFastPropertyValue( m_nValuePropertyAggregateHandle ); in getControlValue() 2930 aControlValue = m_xAggregateSet->getPropertyValue( m_sValuePropertyName ); in getControlValue() 2933 return aControlValue; in getControlValue()
|
H A D | CheckBox.cxx | 240 Any aControlValue( m_xAggregateSet->getPropertyValue( PROPERTY_STATE ) ); in commitControlValueToDbColumn() local 244 aControlValue >>= nValue; in commitControlValueToDbColumn()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | handlerhelper.cxx | 229 Any aControlValue( _rPropertyValue ); in convertToControlValue() local 230 if ( !aControlValue.hasValue() ) in convertToControlValue() 232 return aControlValue; in convertToControlValue() 237 aControlValue <<= xConversionHelper->convertToControlValue( _rPropertyValue ); in convertToControlValue() 244 … aControlValue = _rxTypeConverter->convertTo( _rPropertyValue, _rControlValueType ); in convertToControlValue() 252 return aControlValue; in convertToControlValue()
|
H A D | genericpropertyhandler.cxx | 268 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() 480 …aControlValue <<= impl_getEnumConverter( pos->second.Type )->getDescriptionForValue( _rPropertyVal… in convertToControlValue() 483 …aControlValue = PropertyHandlerHelper::convertToControlValue( m_aContext.getContext(),m_xTypeConve… in convertToControlValue() 484 return aControlValue; in convertToControlValue()
|
H A D | cellbindinghandler.cxx | 411 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() 450 … aControlValue <<= m_pCellExchangeConverter->getDescriptionForValue( _rPropertyValue ); in convertToControlValue() 458 return aControlValue; in convertToControlValue()
|
H A D | submissionhandler.cxx | 397 Any aControlValue; in convertToControlValue() local 401 return aControlValue; in convertToControlValue() 414 … aControlValue <<= m_pHelper->getModelElementUIName( EFormsHelper::Submission, xSubmission ); in convertToControlValue() 423 aControlValue <<= aEnumConversion->getDescriptionForValue( _rPropertyValue ); in convertToControlValue() 431 return aControlValue; in convertToControlValue()
|
H A D | formcomponenthandler.cxx | 642 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 …]
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svlbitm.cxx | 422 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()
|
/aoo4110/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 1110 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 D | DataProviderHandler.cxx | 342 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() 366 …aControlValue = m_xFormComponentHandler->convertToControlValue(_rPropertyName, _rPropertyValue, Co… in convertToControlValue() 368 return aControlValue; in convertToControlValue()
|
/aoo4110/main/vcl/source/control/ |
H A D | button.cxx | 1155 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 D | lstbox.cxx | 131 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 D | spinfld.cxx | 712 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 D | combobox.cxx | 138 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()
|
/aoo4110/main/vcl/source/window/ |
H A D | dockingarea.cxx | 154 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 D | tabpage.cxx | 145 const ImplControlValue aControlValue; in Paint() local 158 aControlValue, rtl::OUString() ); in Paint()
|
H A D | decoview.cxx | 775 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 D | brdwin.cxx | 1150 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()
|