Searched refs:_nPropId (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/extensions/source/propctrlr/ |
H A D | propertyhandler.hxx | 145 void firePropertyChange( const ::rtl::OUString& _rPropName, PropertyId _nPropId, 238 impl_getPropertyFromId_nothrow( PropertyId _nPropId ) const; 249 impl_getPropertyFromId_throw( PropertyId _nPropId ) const; 255 inline bool impl_isSupportedProperty_nothrow( PropertyId _nPropId ) const in impl_isSupportedProperty_nothrow() 257 return impl_getPropertyFromId_nothrow( _nPropId ) != NULL; in impl_isSupportedProperty_nothrow() 273 impl_getPropertyNameFromId_nothrow( PropertyId _nPropId ) const; 340 …inline ::rtl::OUString PropertyHandler::impl_getPropertyNameFromId_nothrow( PropertyId _nPropId ) … in impl_getPropertyNameFromId_nothrow() 342 const ::com::sun::star::beans::Property* pProp = impl_getPropertyFromId_nothrow( _nPropId ); in impl_getPropertyNameFromId_nothrow()
|
H A D | propertyhandler.cxx | 290 …dler::firePropertyChange( const ::rtl::OUString& _rPropName, PropertyId _nPropId, const Any& _rOld… in firePropertyChange() argument 294 aEvent.PropertyHandle = _nPropId; in firePropertyChange() 302 const Property* PropertyHandler::impl_getPropertyFromId_nothrow( PropertyId _nPropId ) const in impl_getPropertyFromId_nothrow() 306 FindPropertyByHandle( _nPropId ) in impl_getPropertyFromId_nothrow() 314 const Property& PropertyHandler::impl_getPropertyFromId_throw( PropertyId _nPropId ) const in impl_getPropertyFromId_throw() 316 const Property* pProperty = impl_getPropertyFromId_nothrow( _nPropId ); in impl_getPropertyFromId_throw()
|
H A D | formcomponenthandler.cxx | 1814 …void FormComponentPropertyHandler::impl_updateDependentProperty_nothrow( PropertyId _nPropId, cons… in impl_updateDependentProperty_nothrow() argument 1818 switch ( _nPropId ) in impl_updateDependentProperty_nothrow() 1874 _rxInspectorUI->enablePropertyUI( impl_getPropertyNameFromId_nothrow( _nPropId ), in impl_updateDependentProperty_nothrow() 1916 … _rxInspectorUI->enablePropertyUIElements( impl_getPropertyNameFromId_nothrow( _nPropId ), in impl_updateDependentProperty_nothrow() 1951 impl_getPropertyNameFromId_nothrow( _nPropId ), in impl_updateDependentProperty_nothrow() 1958 impl_getPropertyNameFromId_nothrow( _nPropId ), in impl_updateDependentProperty_nothrow() 2182 …nentPropertyHandler::impl_normalizePropertyValue_nothrow( Any& _rValue, PropertyId _nPropId ) const in impl_normalizePropertyValue_nothrow() 2184 switch ( _nPropId ) in impl_normalizePropertyValue_nothrow()
|
H A D | cellbindinghandler.cxx | 213 …void CellBindingPropertyHandler::impl_updateDependentProperty_nothrow( PropertyId _nPropId, const … in impl_updateDependentProperty_nothrow() argument 217 switch ( _nPropId ) in impl_updateDependentProperty_nothrow()
|
H A D | formcomponenthandler.hxx | 164 …l_normalizePropertyValue_nothrow( ::com::sun::star::uno::Any& _rValue, PropertyId _nPropId ) const; 416 …void impl_updateDependentProperty_nothrow( PropertyId _nPropId, const ::com::sun::star::uno::Refer…
|
H A D | propertyinfo.hxx | 52 virtual String getPropertyName( sal_Int32 _nPropId ) = 0;
|
H A D | cellbindinghandler.hxx | 97 …void impl_updateDependentProperty_nothrow( PropertyId _nPropId, const ::com::sun::star::uno::Refer…
|
H A D | formmetadata.hxx | 62 virtual String getPropertyName( sal_Int32 _nPropId );
|
H A D | formmetadata.cxx | 384 String OPropertyInfoService::getPropertyName( sal_Int32 _nPropId ) in getPropertyName() argument 386 const OPropertyInfoImpl* pInfo = getPropertyInfo(_nPropId); in getPropertyName()
|
Completed in 68 milliseconds