Home
last modified time | relevance | path

Searched refs:_eProperty (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/svx/source/unodraw/
H A Dshapepropertynotifier.cxx135 …void PropertyChangeNotifier::registerProvider( const ShapeProperty _eProperty, const PPropertyValu… in registerProvider() argument
137 ENSURE_OR_THROW( _eProperty != eInvalidShapeProperty, "Illegal ShapeProperty value!" ); in registerProvider()
140 OSL_ENSURE( m_pData->m_aProviders.find( _eProperty ) == m_pData->m_aProviders.end(), in registerProvider()
143 m_pData->m_aProviders[ _eProperty ] = _pProvider; in registerProvider()
147 void PropertyChangeNotifier::notifyPropertyChange( const ShapeProperty _eProperty ) const in notifyPropertyChange()
149 ENSURE_OR_THROW( _eProperty != eInvalidShapeProperty, "Illegal ShapeProperty value!" ); in notifyPropertyChange()
151 PropertyProviders::const_iterator provPos = m_pData->m_aProviders.find( _eProperty ); in notifyPropertyChange()
/aoo41x/main/xmloff/source/forms/
H A Dformenums.cxx75 const SvXMLEnumMapEntry* OEnumMapper::getEnumMap(EnumProperties _eProperty) in getEnumMap() argument
77 …OSL_ENSURE(_eProperty < KNOWN_ENUM_PROPERTIES, "OEnumMapper::getEnumMap: invalid index (this will … in getEnumMap()
79 const SvXMLEnumMapEntry*& rReturn = s_pEnumMap[_eProperty]; in getEnumMap()
83 switch (_eProperty) in getEnumMap()
H A Dformenums.hxx68 static const SvXMLEnumMapEntry* getEnumMap(EnumProperties _eProperty);
/aoo41x/main/svx/inc/svx/
H A Dshapepropertynotifier.hxx124 …void registerProvider( const ShapeProperty _eProperty, const PPropertyValueProvider _pProvider …
131 void notifyPropertyChange( const ShapeProperty _eProperty ) const;
H A Dsvdobj.hxx1093 void notifyShapePropertyChange( const ::svx::ShapeProperty _eProperty ) const;
/aoo41x/main/svx/source/svdraw/
H A Dsvdobj.cxx3010 void SdrObject::notifyShapePropertyChange( const ::svx::ShapeProperty _eProperty ) const in notifyShapePropertyChange()
3016 return pSvxShape->getShapePropertyChangeNotifier().notifyPropertyChange( _eProperty ); in notifyShapePropertyChange()

Completed in 39 milliseconds