Home
last modified time | relevance | path

Searched refs:PropertyId (Results 1 – 20 of 20) sorted by relevance

/aoo4110/main/extensions/source/propctrlr/
H A Dcellbindinghandler.cxx116 PropertyId nActuatingPropId( impl_getPropertyId_throw( _rActuatingPropertyName ) ); in actuatingPropertyChanged()
124 ::std::vector< PropertyId > aDependentProperties; in actuatingPropertyChanged()
203 … for ( ::std::vector< PropertyId >::const_iterator loopAffected = aDependentProperties.begin(); in actuatingPropertyChanged()
213 …void CellBindingPropertyHandler::impl_updateDependentProperty_nothrow( PropertyId _nPropId, const … in impl_updateDependentProperty_nothrow()
244 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
290 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
368 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToPropertyValue()
417 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToControlValue()
H A Dpropertyhandler.cxx155 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in convertToPropertyValue()
182 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in convertToControlValue()
213 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
290 …void PropertyHandler::firePropertyChange( const ::rtl::OUString& _rPropName, PropertyId _nPropId, … in firePropertyChange()
302 const Property* PropertyHandler::impl_getPropertyFromId_nothrow( PropertyId _nPropId ) const in impl_getPropertyFromId_nothrow()
314 const Property& PropertyHandler::impl_getPropertyFromId_throw( PropertyId _nPropId ) const in impl_getPropertyFromId_throw()
354PropertyId PropertyHandler::impl_getPropertyId_throw( const ::rtl::OUString& _rPropertyName ) const in impl_getPropertyId_throw()
356 PropertyId nPropId = m_pInfoService->getPropertyId( _rPropertyName ); in impl_getPropertyId_throw()
H A Dbuttonnavigationhandler.cxx101 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyState()
130 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
161 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
224 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection()
245 PropertyId nPropId( impl_getPropertyId_throw( _rActuatingPropertyName ) ); in actuatingPropertyChanged()
271 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
H A Dpropertyhandler.hxx70 typedef sal_Int32 PropertyId; typedef
145 void firePropertyChange( const ::rtl::OUString& _rPropName, PropertyId _nPropId,
156 PropertyId impl_getPropertyId_throw( const ::rtl::OUString& _rPropertyName ) const;
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()
273 impl_getPropertyNameFromId_nothrow( PropertyId _nPropId ) const;
340 …inline ::rtl::OUString PropertyHandler::impl_getPropertyNameFromId_nothrow( PropertyId _nPropId ) … in impl_getPropertyNameFromId_nothrow()
H A Dsubmissionhandler.cxx132 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
181 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
299 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
335 PropertyId nActuatingPropId( impl_getPropertyId_throw( _rActuatingPropertyName ) ); in actuatingPropertyChanged()
367 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToPropertyValue()
407 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToControlValue()
H A Deformspropertyhandler.cxx109 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
172 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
336 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToPropertyValue()
369 PropertyId nPropId( m_pInfoService->getPropertyId( _rPropertyName ) ); in convertToControlValue()
431 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
495 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection()
568 PropertyId nActuatingPropId( impl_getPropertyId_throw( _rActuatingPropertyName ) ); in actuatingPropertyChanged()
H A Dxsdvalidationpropertyhandler.cxx113 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
143 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
311 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
447 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection()
580 PropertyId nActuatingPropId( impl_getPropertyId_throw( _rActuatingPropertyName ) ); in actuatingPropertyChanged()
H A Dformcomponenthandler.cxx252 const PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in impl_getPropertyValue_throw()
330PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); // check if property is known by… in setPropertyValue()
501 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in convertToPropertyValue()
868 PropertyId nPropId( 0 ); in doDescribeSupportedProperties()
978 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
1432 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in onInteractivePropertySelection()
1535 PropertyId nActuatingPropId( impl_getPropertyId_throw( _rActuatingPropertyName ) ); in actuatingPropertyChanged()
1537 ::std::vector< PropertyId > aDependentProperties; in actuatingPropertyChanged()
1803 … for ( ::std::vector< PropertyId >::const_iterator loopAffected = aDependentProperties.begin(); in actuatingPropertyChanged()
1814 …void FormComponentPropertyHandler::impl_updateDependentProperty_nothrow( PropertyId _nPropId, cons… in impl_updateDependentProperty_nothrow()
[all …]
H A Deditpropertyhandler.cxx92 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
148 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
277 PropertyId nActuatingPropId( impl_getPropertyId_throw( _rActuatingPropertyName ) ); in actuatingPropertyChanged()
H A Dformcomponenthandler.hxx164 …void impl_normalizePropertyValue_nothrow( ::com::sun::star::uno::Any& _rValue, PropertyId _nPropId…
397 PropertyId _nDesignForProperty
416 …void impl_updateDependentProperty_nothrow( PropertyId _nPropId, const ::com::sun::star::uno::Refer…
H A Dformgeometryhandler.cxx341 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in getPropertyValue()
390 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in setPropertyValue()
458 PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) ); in describePropertyLine()
534 PropertyId nActuatingPropId( impl_getPropertyId_throw( _rActuatingPropertyName ) ); in actuatingPropertyChanged()
H A Dcellbindinghandler.hxx97 …void impl_updateDependentProperty_nothrow( PropertyId _nPropId, const ::com::sun::star::uno::Refer…
/aoo4110/main/xmloff/inc/forms/
H A Dproperty_handler.hxx41 typedef ::std::map< PropertyId, ::com::sun::star::uno::Any > PropertyValues;
75 typedef PPropertyHandler (*PropertyHandlerFactory)( const PropertyId i_propertyId );
H A Dform_handler_factory.hxx40 static PPropertyHandler getFormPropertyHandler( const PropertyId i_propertyId );
H A Dproperty_ids.hxx35 enum PropertyId enum
/aoo4110/main/xmloff/source/forms/
H A Dproperty_description.hxx85 const PropertyId propertyId;
111 const PropertyId i_propertyId, in PropertyDescription()
/aoo4110/main/sw/inc/
H A Dunomap.hxx340 const SfxItemPropertyMapEntry* GetPropertyMapEntries(sal_uInt16 PropertyId);
341 const SfxItemPropertySet* GetPropertySet( sal_uInt16 PropertyId );
/aoo4110/main/xmloff/source/forms/handler/
H A Dform_handler_factory.cxx45 PPropertyHandler FormHandlerFactory::getFormPropertyHandler( const PropertyId i_propertyId ) in getFormPropertyHandler()
/aoo4110/main/svx/source/inc/
H A Dfmprop.hrc26 // PropertyId's, welche eine Zuordnung zu einen PropertyName haben, das koennten
/aoo4110/main/forms/source/inc/
H A Dproperty.hrc39 // PropertyId's, welche eine Zuordnung zu einen PropertyName haben

Completed in 123 milliseconds