/trunk/main/forms/source/component/ |
H A D | Grid.cxx | 578 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_sHelpText); in convertFastPropertyValue() 581 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_sHelpURL); in convertFastPropertyValue() 597 rConvertedValue = rValue; in convertFastPropertyValue() 598 bModified = (rOldValue.getValue() != rConvertedValue.getValue()); in convertFastPropertyValue() 604 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bPrintable); in convertFastPropertyValue() 610 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bNavigation); in convertFastPropertyValue() 613 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bRecordMarker); in convertFastPropertyValue() 616 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bEnable); in convertFastPropertyValue() 622 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_nBorder); in convertFastPropertyValue() 638 if ( ( rConvertedValue >>= nNewVal ) && ( nNewVal <= 0 ) ) in convertFastPropertyValue() [all …]
|
H A D | EditBase.cxx | 275 sal_Bool OEditBaseModel::convertFastPropertyValue( Any& rConvertedValue, Any& rOldValue, in convertFastPropertyValue() argument 282 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bEmptyIsNull); in convertFastPropertyValue() 285 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bFilterProposal); in convertFastPropertyValue() 288 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aDefaultText); in convertFastPropertyValue() 291 …bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aDefault, ::getCppuType((const … in convertFastPropertyValue() 295 …bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aDefault, ::getCppuType((const … in convertFastPropertyValue() 299 rConvertedValue, in convertFastPropertyValue()
|
H A D | Columns.cxx | 418 sal_Bool OGridColumn::convertFastPropertyValue( Any& rConvertedValue, Any& rOldValue, in convertFastPropertyValue() argument 425 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aLabel); in convertFastPropertyValue() 428 …bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aWidth, ::getCppuType((const sa… in convertFastPropertyValue() 431 …bModified = tryPropertyValue( rConvertedValue, rOldValue, rValue, m_aAlign, ::getCppuType( (const … in convertFastPropertyValue() 437 if ( rConvertedValue >>= nAlign ) in convertFastPropertyValue() 438 rConvertedValue <<= (sal_Int16)nAlign; in convertFastPropertyValue() 442 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, getBOOL(m_aHidden)); in convertFastPropertyValue()
|
H A D | DatabaseForm.cxx | 1634 bModified = tryPropertyValue( rConvertedValue, rOldValue, rValue, m_bInsertOnly ); in convertFastPropertyValue() 1653 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aTargetURL); in convertFastPropertyValue() 1656 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aTargetFrame); in convertFastPropertyValue() 1659 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_eSubmitMethod); in convertFastPropertyValue() 1665 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_sName); in convertFastPropertyValue() 1668 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aMasterFields); in convertFastPropertyValue() 1671 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aDetailFields); in convertFastPropertyValue() 1677 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_eNavigation); in convertFastPropertyValue() 1680 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bAllowInsert); in convertFastPropertyValue() 1683 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bAllowUpdate); in convertFastPropertyValue() [all …]
|
H A D | clickableimage.cxx | 662 …sal_Bool OClickableImageBaseModel::convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, … in convertFastPropertyValue() argument 668 return tryPropertyValueEnum( rConvertedValue, rOldValue, rValue, m_eButtonType ); in convertFastPropertyValue() 671 return tryPropertyValue(rConvertedValue, rOldValue, rValue, m_sTargetURL); in convertFastPropertyValue() 674 return tryPropertyValue(rConvertedValue, rOldValue, rValue, m_sTargetFrame); in convertFastPropertyValue() 677 return tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bDispatchUrlInternal); in convertFastPropertyValue() 680 … return OControlModel::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
|
H A D | ImageControl.cxx | 322 sal_Bool OImageControlModel::convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, sal_Int… in convertFastPropertyValue() argument 328 return tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bReadOnly); in convertFastPropertyValue() 331 return tryPropertyValue( rConvertedValue, rOldValue, rValue, m_sImageURL ); in convertFastPropertyValue() 336 return tryPropertyValue( rConvertedValue, rOldValue, rValue, xGraphic ); in convertFastPropertyValue() 340 return OBoundControlModel::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
|
H A D | File.cxx | 189 sal_Bool OFileControlModel::convertFastPropertyValue(Any& rConvertedValue, Any& rOldValue, sal_Int3… in convertFastPropertyValue() argument 195 return tryPropertyValue(rConvertedValue, rOldValue, rValue, m_sDefaultValue); in convertFastPropertyValue() 197 return OControlModel::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 951 Any & rConvertedValue, in convertFastPropertyValue() argument 963 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue() 967 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue() 971 bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxRows()); in convertFastPropertyValue() 975 … bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getCursorName()); in convertFastPropertyValue() 979 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetConcur… in convertFastPropertyValue() 983 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()… in convertFastPropertyValue() 987 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection(… in convertFastPropertyValue() 991 bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue() 995 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, isUsingBookmarks()… in convertFastPropertyValue() [all …]
|
/trunk/main/dbaccess/source/core/api/ |
H A D | CRowSetDataColumn.cxx | 174 sal_Bool SAL_CALL ORowSetDataColumn::convertFastPropertyValue( Any & rConvertedValue, in convertFastPropertyValue() argument 184 rConvertedValue = rValue; in convertFastPropertyValue() 186 bModified = rConvertedValue != rOldValue; in convertFastPropertyValue() 191 rConvertedValue = rValue; in convertFastPropertyValue() 193 bModified = rConvertedValue != rOldValue; in convertFastPropertyValue() 197 … bModified = ODataColumn::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
|
H A D | definitioncolumn.cxx | 406 sal_Bool OColumnWrapper::convertFastPropertyValue( Any & rConvertedValue, Any & rOldValue, sal_Int3… in convertFastPropertyValue() argument 412 bModified = OColumn::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValue ); in convertFastPropertyValue() 419 rConvertedValue = rValue; in convertFastPropertyValue() 570 sal_Bool OTableColumnDescriptorWrapper::convertFastPropertyValue( Any & rConvertedValue, Any & rOld… in convertFastPropertyValue() argument 583 rConvertedValue = rValue; in convertFastPropertyValue() 589 …bModified = OColumnWrapper::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValue … in convertFastPropertyValue()
|
H A D | statement.cxx | 255 sal_Bool OStatementBase::convertFastPropertyValue( Any & rConvertedValue, Any & rOldValue, sal_Int3… in convertFastPropertyValue() argument 262 … bModified = ::comphelper::tryPropertyValue( rConvertedValue, rOldValue, rValue, m_bUseBookmarks ); in convertFastPropertyValue() 266 …bModified = ::comphelper::tryPropertyValue( rConvertedValue, rOldValue, rValue, m_bEscapeProcessin… in convertFastPropertyValue() 281 rConvertedValue = rValue; in convertFastPropertyValue()
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 626 Any & rConvertedValue, in convertFastPropertyValue() argument 635 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue() 637 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue() 639 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxRows()); in convertFastPropertyValue() 641 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getCursorName()); in convertFastPropertyValue() 643 …return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetConcurrency(… in convertFastPropertyValue() 645 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()); in convertFastPropertyValue() 647 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()); in convertFastPropertyValue() 649 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue() 651 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bEscapeProcessing ); in convertFastPropertyValue()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | AStatement.cxx | 686 Any & rConvertedValue, in convertFastPropertyValue() argument 704 …bModified = ::comphelper::tryPropertyValue( rConvertedValue, rOldValue, rValue, bValidAdoRS ? getM… in convertFastPropertyValue() 708 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetType()); in convertFastPropertyValue() 711 bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchSize()); in convertFastPropertyValue() 714 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getResultSetConcurr… in convertFastPropertyValue() 717 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue() 720 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getMaxFieldSize()); in convertFastPropertyValue() 723 bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getCursorName()); in convertFastPropertyValue() 726 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getFetchDirection()… in convertFastPropertyValue()
|
/trunk/main/toolkit/source/controls/ |
H A D | formattedcontrol.cxx | 337 Any& rConvertedValue, Any& rOldValue, sal_Int32 nPropId, in convertFastPropertyValue() argument 348 rConvertedValue <<= dVal; in convertFastPropertyValue() 355 rConvertedValue <<= static_cast<double>(nVal); in convertFastPropertyValue() 362 rConvertedValue <<= sVal; in convertFastPropertyValue() 370 return !CompareProperties( rConvertedValue, rOldValue ); in convertFastPropertyValue() 381 return UnoControlModel::convertFastPropertyValue( rConvertedValue, rOldValue, nPropId, rValue ); in convertFastPropertyValue()
|
H A D | unocontrolmodel.cxx | 1131 rConvertedValue.clear(); in convertFastPropertyValue() 1138 rConvertedValue = rValue; in convertFastPropertyValue() 1144 rConvertedValue = rValue; in convertFastPropertyValue() 1159 rConvertedValue <<= nAsDouble; in convertFastPropertyValue() 1165 rConvertedValue <<= (double)nAsInteger; in convertFastPropertyValue() 1174 rConvertedValue <<= n; in convertFastPropertyValue() 1182 rConvertedValue <<= n; in convertFastPropertyValue() 1190 rConvertedValue <<= n; in convertFastPropertyValue() 1198 rConvertedValue <<= n; in convertFastPropertyValue() 1207 rConvertedValue = xPure->queryInterface( *pDestType ); in convertFastPropertyValue() [all …]
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | datasource.cxx | 832 sal_Bool ODatabaseSource::convertFastPropertyValue(Any & rConvertedValue, Any & rOldValue, sal_Int3… in convertFastPropertyValue() argument 841 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, m_pImpl->m_aTableFi… in convertFastPropertyValue() 844 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, m_pImpl->m_aTableTy… in convertFastPropertyValue() 847 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, m_pImpl->m_sUser); in convertFastPropertyValue() 850 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, m_pImpl->m_aPasswor… in convertFastPropertyValue() 853 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, m_pImpl->m_bPasswor… in convertFastPropertyValue() 856 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, m_pImpl->m_bSuppres… in convertFastPropertyValue() 859 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, m_pImpl->m_aLayoutI… in convertFastPropertyValue() 863 …bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, m_pImpl->m_sConnect… in convertFastPropertyValue() 895 rConvertedValue = rValue; in convertFastPropertyValue()
|
/trunk/main/chart2/source/tools/ |
H A D | OPropertySet.cxx | 297 ( Any & rConvertedValue, in convertFastPropertyValue() argument 312 rConvertedValue = uno::makeAny( static_cast<sal_Int16>(n32Value) ); in convertFastPropertyValue() 319 rConvertedValue = uno::makeAny( static_cast<sal_Int16>(n64Value) ); in convertFastPropertyValue() 324 rConvertedValue = rValue; in convertFastPropertyValue() 325 if( !m_bSetNewValuesExplicitlyEvenIfTheyEqualDefault && rOldValue == rConvertedValue ) in convertFastPropertyValue()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | DrawController.cxx | 889 Any & rConvertedValue, in convertFastPropertyValue() argument 900 rConvertedValue <<= Reference<drawing::XDrawSubController>(rValue, UNO_QUERY); in convertFastPropertyValue() 901 bResult = (rOldValue != rConvertedValue); in convertFastPropertyValue() 905 rConvertedValue = rValue; in convertFastPropertyValue() 909 bResult = (rOldValue != rConvertedValue); in convertFastPropertyValue()
|
/trunk/main/svtools/source/uno/ |
H A D | genericunodialog.cxx | 160 sal_Bool OGenericUnoDialog::convertFastPropertyValue( Any& rConvertedValue, Any& rOldValue, sal_Int… in convertFastPropertyValue() argument 170 rConvertedValue <<= xNew; in convertFastPropertyValue() 177 return OPropertyContainer::convertFastPropertyValue(rConvertedValue, rOldValue, nHandle, rValue); in convertFastPropertyValue()
|
/trunk/main/UnoControls/source/controls/ |
H A D | framecontrol.cxx | 325 sal_Bool FrameControl::convertFastPropertyValue( Any& rConvertedValue , in convertFastPropertyValue() argument 333 case PROPERTYHANDLE_COMPONENTURL : rConvertedValue = rValue ; in convertFastPropertyValue() 338 case PROPERTYHANDLE_LOADERARGUMENTS : rConvertedValue = rValue ; in convertFastPropertyValue()
|
/trunk/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 391 Any & rConvertedValue, Any & rOldValue, 669 Any & rConvertedValue, in convertFastPropertyValue() argument 684 rConvertedValue.setValue( &b , ::getCppuBooleanType() ); in convertFastPropertyValue() 699 rConvertedValue <<= n16; in convertFastPropertyValue() 713 rConvertedValue <<= n32; in convertFastPropertyValue()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxprinter.cxx | 128 …rPropertySet::convertFastPropertyValue( ::com::sun::star::uno::Any & rConvertedValue, ::com::sun::… in convertFastPropertyValue() argument 140 rConvertedValue <<= n; in convertFastPropertyValue() 151 rConvertedValue <<= b; in convertFastPropertyValue()
|
/trunk/main/forms/source/xforms/ |
H A D | propertysetbase.cxx | 160 sal_Bool SAL_CALL PropertySetBase::convertFastPropertyValue( Any& rConvertedValue, Any& rOldValue, … in convertFastPropertyValue() argument 171 rConvertedValue = rValue; // no conversion at all in convertFastPropertyValue()
|
H A D | submission.cxx | 443 Any& rConvertedValue, Any& rOldValue, sal_Int32 nHandle, const Any& rValue ) in convertFastPropertyValue() argument 459 …return PropertySetBase::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, makeAny( aC… in convertFastPropertyValue() 463 return PropertySetBase::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValue ); in convertFastPropertyValue()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | inspectormodelbase.cxx | 199 …sal_Bool SAL_CALL ImplInspectorModel::convertFastPropertyValue( Any & rConvertedValue, Any & rOldV… in convertFastPropertyValue() argument 201 … return m_pProperties->convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValue ); in convertFastPropertyValue()
|