/aoo4110/main/comphelper/source/property/ |
H A D | propertybag.cxx | 124 lcl_checkNameAndHandle( _rName, _nHandle, *this ); in addVoidProperty() 131 m_pImpl->aDefaults.insert( MapInt2Any::value_type( _nHandle, Any() ) ); in addVoidProperty() 147 lcl_checkNameAndHandle( _rName, _nHandle, *this ); in addProperty() 150 registerPropertyNoMember( _rName, _nHandle, _nAttributes, aPropertyType, in addProperty() 174 if ( !hasPropertyByHandle( _nHandle ) ) in getFastPropertyValue() 183 if ( !hasPropertyByHandle( _nHandle ) ) in convertFastPropertyValue() 187 _out_rConvertedValue, _out_rCurrentValue, _nHandle, _rNewValue ); in convertFastPropertyValue() 193 if ( !hasPropertyByHandle( _nHandle ) ) in setFastPropertyValue() 196 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue() 202 if ( !hasPropertyByHandle( _nHandle ) ) in getPropertyDefaultByHandle() [all …]
|
H A D | propagg.cxx | 379 void takeResponsibilityFor( sal_Int32 _nHandle ); 383 bool isResponsibleFor( sal_Int32 _nHandle ); 406 m_aProperties.insert( _nHandle ); in takeResponsibilityFor() 424 m_nCurrentlyForwarding = _nHandle; in doForward() 647 OSL_VERIFY( rPH.getPropertyByHandle( _nHandle, aProperty ) ); in getPropertyName() 668 OPropertySetHelper::setFastPropertyValue(_nHandle, _rValue); in setFastPropertyValue() 992 if ( m_pForwarder->isResponsibleFor( _nHandle ) ) in convertFastPropertyValue() 1000 getFastPropertyValue( aCurrentValue, _nHandle ); in convertFastPropertyValue() 1011 if ( m_pForwarder->isResponsibleFor( _nHandle ) ) in setFastPropertyValue_NoBroadcast() 1012 m_pForwarder->doForward( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() [all …]
|
H A D | propertycontainerhelper.cxx | 108 aNewProp.aProperty = Property( _rName, _nHandle, _rMemberType, (sal_Int16)_nAttributes ); in registerProperty() 116 void OPropertyContainerHelper::revokeProperty( sal_Int32 _nHandle ) in revokeProperty() argument 118 PropertiesIterator aPos = searchHandle( _nHandle ); in revokeProperty() 138 aNewProp.aProperty = Property( _rName, _nHandle, _rExpectedType, (sal_Int16)_nAttributes ); in registerMayBeVoidProperty() 156 aNewProp.aProperty = Property( _rName, _nHandle, _rType, (sal_Int16)_nAttributes ); in registerPropertyNoMember() 168 sal_Bool OPropertyContainerHelper::isRegisteredProperty( sal_Int32 _nHandle ) const in isRegisteredProperty() 251 PropertiesIterator aPos = searchHandle(_nHandle); in convertFastPropertyValue() 395 PropertiesIterator aPos = searchHandle(_nHandle); in setFastPropertyValue() 469 _nHandle, in searchHandle() 473 if ((aLowerBound != m_aProperties.end()) && aLowerBound->aProperty.Handle != _nHandle) in searchHandle() [all …]
|
H A D | propertystatecontainer.cxx | 162 PropertyState OPropertyStateContainer::getPropertyStateByHandle( sal_Int32 _nHandle ) in getPropertyStateByHandle() argument 165 Any aCurrentValue; getFastPropertyValue( aCurrentValue, _nHandle ); in getPropertyStateByHandle() 166 Any aDefaultValue; getPropertyDefaultByHandle( _nHandle, aDefaultValue ); in getPropertyStateByHandle() 181 void OPropertyStateContainer::setPropertyToDefaultByHandle( sal_Int32 _nHandle ) in setPropertyToDefaultByHandle() argument 184 getPropertyDefaultByHandle( _nHandle, aDefault ); in setPropertyToDefaultByHandle() 185 setFastPropertyValue( _nHandle, aDefault ); in setPropertyToDefaultByHandle() 238 virtual void getPropertyDefaultByHandle( sal_Int32 _nHandle, Any& _rDefault ) const; 282 void Test::getPropertyDefaultByHandle( sal_Int32 _nHandle, Any& _rDefault ) const in IMPLEMENT_FORWARD_XINTERFACE2() 284 switch ( _nHandle ) in IMPLEMENT_FORWARD_XINTERFACE2()
|
H A D | propertycontainer.cxx | 80 …Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) throw (IllegalArg… in convertFastPropertyValue() argument 82 …opertyContainerHelper::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue() 86 void OPropertyContainer::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) t… in setFastPropertyValue_NoBroadcast() argument 88 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() 92 void OPropertyContainer::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue() 94 OPropertyContainerHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
|
H A D | opropertybag.cxx | 288 void SAL_CALL OPropertyBag::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() 290 m_aDynamicProperties.getFastPropertyValue( _nHandle, _rValue ); in getFastPropertyValue() 294 …ertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rVal… in convertFastPropertyValue() argument 296 …return m_aDynamicProperties.convertFastPropertyValue( _nHandle, _rValue, _rConvertedValue, _rOldVa… in convertFastPropertyValue() 551 PropertyState OPropertyBag::getPropertyStateByHandle( sal_Int32 _nHandle ) in getPropertyStateByHandle() argument 563 OSL_VERIFY( rPropInfo.fillPropertyMembersByHandle( NULL, &nAttributes, _nHandle ) ); in getPropertyStateByHandle() 567 return OPropertyBag_PBase::getPropertyStateByHandle( _nHandle ); in getPropertyStateByHandle() 571 Any OPropertyBag::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() 574 m_aDynamicProperties.getPropertyDefaultByHandle( _nHandle, aDefault ); in getPropertyDefaultByHandle()
|
/aoo4110/main/forms/source/richtext/ |
H A D | richtextmodel.cxx | 329 if ( isRegisteredProperty( _nHandle ) ) in getFastPropertyValue() 333 else if ( isFontRelatedProperty( _nHandle ) ) in getFastPropertyValue() 348 if ( isRegisteredProperty( _nHandle ) ) in convertFastPropertyValue() 352 else if ( isFontRelatedProperty( _nHandle ) ) in convertFastPropertyValue() 367 if ( isRegisteredProperty( _nHandle ) ) in setFastPropertyValue_NoBroadcast() 371 switch ( _nHandle ) in setFastPropertyValue_NoBroadcast() 402 else if ( isFontRelatedProperty( _nHandle ) ) in setFastPropertyValue_NoBroadcast() 408 if ( isFontAggregateProperty( _nHandle ) ) in setFastPropertyValue_NoBroadcast() 413 switch ( _nHandle ) in setFastPropertyValue_NoBroadcast() 436 switch ( _nHandle ) in getPropertyDefaultByHandle() [all …]
|
/aoo4110/main/forms/source/component/ |
H A D | navigationbar.cxx | 368 if ( isRegisteredProperty( _nHandle ) ) in getFastPropertyValue() 372 else if ( isFontRelatedProperty( _nHandle ) ) in getFastPropertyValue() 374 FontControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue() 378 OControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue() 388 if ( isRegisteredProperty( _nHandle ) ) in convertFastPropertyValue() 392 else if ( isFontRelatedProperty( _nHandle ) ) in convertFastPropertyValue() 407 if ( isRegisteredProperty( _nHandle ) ) in setFastPropertyValue_NoBroadcast() 411 else if ( isFontRelatedProperty( _nHandle ) ) in setFastPropertyValue_NoBroadcast() 417 if ( isFontAggregateProperty( _nHandle ) ) in setFastPropertyValue_NoBroadcast() 431 switch ( _nHandle ) in getPropertyDefaultByHandle() [all …]
|
H A D | spinbutton.cxx | 116 void OSpinButtonModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() 118 switch ( _nHandle ) in getFastPropertyValue() 125 OBoundControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue() 132 switch ( _nHandle ) in setFastPropertyValue_NoBroadcast() 140 OBoundControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() 146 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) in convertFastPropertyValue() argument 150 switch ( _nHandle ) in convertFastPropertyValue() 157 … = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue() 164 Any OSpinButtonModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() 168 switch ( _nHandle ) in getPropertyDefaultByHandle() [all …]
|
H A D | scrollbar.cxx | 160 void OScrollBarModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() 162 switch ( _nHandle ) in getFastPropertyValue() 169 OBoundControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue() 176 switch ( _nHandle ) in setFastPropertyValue_NoBroadcast() 184 OBoundControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() 190 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) in convertFastPropertyValue() argument 194 switch ( _nHandle ) in convertFastPropertyValue() 201 … = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue() 208 Any OScrollBarModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() 212 switch ( _nHandle ) in getPropertyDefaultByHandle() [all …]
|
H A D | formcontrolfont.cxx | 56 switch ( _nHandle ) in lcl_extractFontDescriptorAggregate() 232 void FontControlModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() 234 switch( _nHandle ) in getFastPropertyValue() 257 _rValue = lcl_extractFontDescriptorAggregate( _nHandle, m_aFont ); in getFastPropertyValue() 267 switch( _nHandle ) in convertFastPropertyValue() 365 switch( _nHandle ) in setFastPropertyValue_NoBroadcast() 465 Any FontControlModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() 471 switch( _nHandle ) in getPropertyDefaultByHandle() 495 if ( PROPERTY_ID_FONT == _nHandle ) in getPropertyDefaultByHandle() 497 return lcl_extractFontDescriptorAggregate( _nHandle, aEmpty ); in getPropertyDefaultByHandle() [all …]
|
H A D | Hidden.cxx | 84 void OHiddenModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in IMPLEMENT_DEFAULT_CLONING() 86 switch (_nHandle) in IMPLEMENT_DEFAULT_CLONING() 90 OControlModel::getFastPropertyValue(_rValue, _nHandle); in IMPLEMENT_DEFAULT_CLONING() 95 void OHiddenModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) throw (… in setFastPropertyValue_NoBroadcast() argument 97 switch (_nHandle) in setFastPropertyValue_NoBroadcast() 104 OControlModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast() 110 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue) in convertFastPropertyValue() argument 114 switch (_nHandle) in convertFastPropertyValue() 120 …bModified = OControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValu… in convertFastPropertyValue()
|
H A D | refvaluecomponent.cxx | 81 …void SAL_CALL OReferenceValueComponent::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) c… in getFastPropertyValue() 83 switch ( _nHandle ) in getFastPropertyValue() 94 OBoundControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue() 99 …void SAL_CALL OReferenceValueComponent::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, cons… in setFastPropertyValue_NoBroadcast() argument 101 switch ( _nHandle ) in setFastPropertyValue_NoBroadcast() 123 OBoundControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() 128 …ertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rVal… in convertFastPropertyValue() argument 131 switch ( _nHandle ) in convertFastPropertyValue() 147 …bModified = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, … in convertFastPropertyValue()
|
H A D | FormComponent.cxx | 107 m_aHandles[ nOldLength ] = _nHandle; in addPropertyNotification() 945 Any aCurrentValue = getPropertyDefaultByHandle( _nHandle ); in getPropertyStateByHandle() 960 Any aDefault = getPropertyDefaultByHandle( _nHandle ); in setPropertyToDefaultByHandle() 974 switch ( _nHandle ) in getPropertyDefaultByHandle() 1011 switch ( _nHandle ) in getFastPropertyValue() 1050 switch (_nHandle) in convertFastPropertyValue() 1085 switch (_nHandle) in setFastPropertyValue_NoBroadcast() 1826 sal_Int32 _nHandle, in convertFastPropertyValue() argument 1831 switch (_nHandle) in convertFastPropertyValue() 1846 getFastPropertyValue(_rOldValue, _nHandle); in convertFastPropertyValue() [all …]
|
H A D | Date.cxx | 186 void SAL_CALL ODateModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() 188 switch (_nHandle) in getFastPropertyValue() 197 OEditBaseModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue() 204 sal_Int32 _nHandle, const Any& _rValue ) throw(IllegalArgumentException) in convertFastPropertyValue() argument 206 if (PROPERTY_ID_FORMATKEY == _nHandle) in convertFastPropertyValue() 209 return OEditBaseModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue() 213 void SAL_CALL ODateModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) … in setFastPropertyValue_NoBroadcast() argument 215 if (PROPERTY_ID_FORMATKEY == _nHandle) in setFastPropertyValue_NoBroadcast() 218 OEditBaseModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
|
H A D | Time.cxx | 183 void SAL_CALL OTimeModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() 185 switch (_nHandle) in getFastPropertyValue() 194 OEditBaseModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue() 201 sal_Int32 _nHandle, const Any& _rValue ) throw(IllegalArgumentException) in convertFastPropertyValue() argument 203 if (PROPERTY_ID_FORMATKEY == _nHandle) in convertFastPropertyValue() 206 return OEditBaseModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue() 210 void SAL_CALL OTimeModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) … in setFastPropertyValue_NoBroadcast() argument 212 if (PROPERTY_ID_FORMATKEY == _nHandle) in setFastPropertyValue_NoBroadcast() 215 OEditBaseModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
|
H A D | Button.cxx | 261 void SAL_CALL OButtonModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() 263 switch ( _nHandle ) in getFastPropertyValue() 270 OClickableImageBaseModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue() 276 void SAL_CALL OButtonModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValu… in setFastPropertyValue_NoBroadcast() argument 278 switch ( _nHandle ) in setFastPropertyValue_NoBroadcast() 290 OClickableImageBaseModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() 299 switch ( _nHandle ) in convertFastPropertyValue() 306 …ickableImageBaseModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue() 313 Any OButtonModel::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle() 316 switch ( _nHandle ) in getPropertyDefaultByHandle() [all …]
|
H A D | ComboBox.cxx | 191 void OComboBoxModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue() 193 switch (_nHandle) in getFastPropertyValue() 216 OBoundControlModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue() 221 void OComboBoxModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) in setFastPropertyValue_NoBroadcast() argument 224 switch (_nHandle) in setFastPropertyValue_NoBroadcast() 271 OBoundControlModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast() 277 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue) in convertFastPropertyValue() argument 281 switch (_nHandle) in convertFastPropertyValue() 304 …bModified = OBoundControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _… in convertFastPropertyValue()
|
/aoo4110/main/forms/source/inc/ |
H A D | propertybaghelper.hxx | 88 …inline void getDynamicFastPropertyValue( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _out_rVal… 90 …inline void setDynamicFastPropertyValue( sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rV… 91 …inline void getDynamicPropertyDefaultByHandle( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _ou… 93 inline bool hasDynamicPropertyByHandle( sal_Int32 _nHandle ) const; 124 m_aDynamicProperties.getFastPropertyValue( _nHandle, _out_rValue ); in getDynamicFastPropertyValue() 130 …return m_aDynamicProperties.convertFastPropertyValue( _nHandle, _rNewValue, _out_rConvertedValue, … in convertDynamicFastPropertyValue() 134 …inline void PropertyBagHelper::setDynamicFastPropertyValue( sal_Int32 _nHandle, const ::com::sun::… in setDynamicFastPropertyValue() argument 136 m_aDynamicProperties.setFastPropertyValue( _nHandle, _rValue ); in setDynamicFastPropertyValue() 142 m_aDynamicProperties.getPropertyDefaultByHandle( _nHandle, _out_rValue ); in getDynamicPropertyDefaultByHandle() 152 inline bool PropertyBagHelper::hasDynamicPropertyByHandle( sal_Int32 _nHandle ) const in hasDynamicPropertyByHandle() [all …]
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | propertybag.hxx | 89 sal_Int32 _nHandle, 118 sal_Int32 _nHandle, 156 sal_Int32 _nHandle, 178 sal_Int32 _nHandle, 189 sal_Int32 _nHandle, 206 sal_Int32 _nHandle, 219 inline bool hasPropertyByHandle( sal_Int32 _nHandle ) const in hasPropertyByHandle() 221 return isRegisteredProperty( _nHandle ); in hasPropertyByHandle()
|
H A D | propagg.hxx | 130 sal_Int32 _nHandle) ; 154 sal_Int32 _nHandle) const; 158 …sal_Bool getPropertyByHandle( sal_Int32 _nHandle, ::com::sun::star::beans::Property& _rProperty ) … 252 …ny& _rConvertedValue, ::com::sun::star::uno::Any& _rOldValue, sal_Int32 _nHandle, const ::com::sun… 257 …virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const ::com::sun::star… 265 sal_Int32 getOriginalHandle( sal_Int32 _nHandle ) const; 266 ::rtl::OUString getPropertyName( sal_Int32 _nHandle ) const; 289 void declareForwardedProperty( sal_Int32 _nHandle ); 297 bool isCurrentlyForwardingProperty( sal_Int32 _nHandle ) const; 305 virtual void SAL_CALL forwardingPropertyValue( sal_Int32 _nHandle ); [all …]
|
H A D | propertycontainerhelper.hxx | 110 void registerProperty(const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, 124 …void registerMayBeVoidProperty(const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttr… 137 …void registerPropertyNoMember(const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttri… 144 void revokeProperty( sal_Int32 _nHandle ); 148 sal_Bool isRegisteredProperty( sal_Int32 _nHandle ) const; 189 void modifyAttributes(sal_Int32 _nHandle, sal_Int32 _nAddAttrib, sal_Int32 _nRemoveAttrib); 203 COMPHELPER_DLLPRIVATE PropertiesIterator searchHandle(sal_Int32 _nHandle);
|
/aoo4110/main/dbaccess/source/ui/uno/ |
H A D | textconnectionsettings_uno.cxx | 203 …xtConnectionSettingsDialog::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rVal… in setFastPropertyValue_NoBroadcast() argument 205 PropertyValues::const_iterator pos = m_aPropertyValues.find( _nHandle ); in setFastPropertyValue_NoBroadcast() 212 OTextConnectionSettingsDialog::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() 217 …ertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rVal… in convertFastPropertyValue() argument 221 PropertyValues::const_iterator pos = m_aPropertyValues.find( _nHandle ); in convertFastPropertyValue() 231 …nectionSettingsDialog::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue() 238 …_CALL OTextConnectionSettingsDialog::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() 240 PropertyValues::const_iterator pos = m_aPropertyValues.find( _nHandle ); in getFastPropertyValue() 247 OTextConnectionSettingsDialog::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
|
/aoo4110/main/toolkit/source/controls/ |
H A D | geometrycontrolmodel.cxx | 316 sal_Int32 _nHandle, const Any& _rValue) throw (IllegalArgumentException) in convertFastPropertyValue() argument 318 …return OPropertyContainer::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValu… in convertFastPropertyValue() 322 …void SAL_CALL OGeometryControlModel_Base::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, con… in setFastPropertyValue_NoBroadcast() argument 324 OPropertyContainer::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast() 328 …void SAL_CALL OGeometryControlModel_Base::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) c… in getFastPropertyValue() 334 if (rPH.fillAggregatePropertyInfoByHandle(&sPropName, &nOriginalHandle, _nHandle)) in getFastPropertyValue() 335 OPropertySetAggregationHelper::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue() 337 OPropertyContainer::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue() 622 …void SAL_CALL OCommonGeometryControlModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, c… in setFastPropertyValue_NoBroadcast() argument 624 OGeometryControlModel_Base::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() [all …]
|
/aoo4110/main/forms/source/xforms/ |
H A D | datatypes.cxx | 264 …if ( !OXSDDataType_PBase::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValu… in convertFastPropertyValue() 269 if ( !checkPropertySanity( _nHandle, _rConvertedValue, sErrorMessage ) ) in convertFastPropertyValue() 283 OXSDDataType_PBase::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() 284 if ( _nHandle == PROPERTY_ID_XSD_PATTERN ) in setFastPropertyValue_NoBroadcast() 291 if ( _nHandle == PROPERTY_ID_XSD_PATTERN ) in checkPropertySanity() 378 …sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rValue ) throw (::com::sun::star::uno::Exce… in setFastPropertyValue_NoBroadcast() argument 380 OXSDDataType::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast() 384 switch ( _nHandle ) in setFastPropertyValue_NoBroadcast() 543 …bool OStringType::checkPropertySanity( sal_Int32 _nHandle, const Any& _rNewValue, ::rtl::OUString&… in checkPropertySanity() argument 546 if ( !OStringType_Base::checkPropertySanity( _nHandle, _rNewValue, _rErrorMessage ) ) in checkPropertySanity() [all …]
|