Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx495 const PropertyAttributeCache& m_rAttribs; member
498 … IsDefaultAndNotRemoveable( const PropertyAttributeCache& _rAttribs ) : m_rAttribs( _rAttribs ) { } in IsDefaultAndNotRemoveable()
507 PropertyAttributeCache::const_iterator pos = m_rAttribs.find( _rProp.Name ); in operator ()()
508 … OSL_ENSURE( pos != m_rAttribs.end(), "IsDefaultAndNotRemoveable: illegal property name!" ); in operator ()()
509 if ( pos != m_rAttribs.end() ) in operator ()()

Completed in 18 milliseconds