Home
last modified time | relevance | path

Searched refs:m_aSupportedProperties (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/extensions/source/propctrlr/
H A Dpropertyhandler.cxx124 m_aSupportedProperties.realloc( 0 ); in onNewComponent()
133 m_aSupportedProperties = doDescribeSupportedProperties(); in getSupportedProperties()
136 return (Sequence< Property >)m_aSupportedProperties; in getSupportedProperties()
286 m_aSupportedProperties.realloc( 0 ); in IMPLEMENT_FORWARD_XCOMPONENT()
305 …const Property* pFound = ::std::find_if( m_aSupportedProperties.begin(), m_aSupportedProperties.en… in impl_getPropertyFromId_nothrow()
308 if ( pFound != m_aSupportedProperties.end() ) in impl_getPropertyFromId_nothrow()
327 …perty >::const_iterator pFound = ::std::find_if( m_aSupportedProperties.begin(), m_aSupportedPrope… in impl_getPropertyFromName_throw()
330 if ( pFound == m_aSupportedProperties.end() ) in impl_getPropertyFromName_throw()
H A Dpropertycomposer.cxx223 … putIntoBag( (*m_aSlaveHandlers.begin())->getSupportedProperties(), m_aSupportedProperties ); in getSupportedProperties()
237 …ersection( aThisRound.begin(), aThisRound.end(), m_aSupportedProperties.begin(), m_aSupportedPrope… in getSupportedProperties()
240 m_aSupportedProperties.swap( aIntersection ); in getSupportedProperties()
241 if ( m_aSupportedProperties.empty() ) in getSupportedProperties()
246 for ( PropertyBag::iterator check = m_aSupportedProperties.begin(); in getSupportedProperties()
247 check != m_aSupportedProperties.end(); in getSupportedProperties()
254 m_aSupportedProperties.erase( check ); in getSupportedProperties()
265 copyBagToArray( m_aSupportedProperties, aSurvived ); in getSupportedProperties()
H A Dpropertycomposer.hxx71 PropertyBag m_aSupportedProperties; member in pcr::PropertyComposer
130 return m_aSupportedProperties.find( aDummy ) != m_aSupportedProperties.end(); in impl_isSupportedProperty_nothrow()
H A Dpropertyhandler.hxx85 m_aSupportedProperties; member in pcr::PropertyHandler

Completed in 37 milliseconds