Searched refs:mNamedDocProps (Results 1 – 1 of 1) sorted by relevance
515 DocPropsByName mNamedDocProps; member in BuiltInPropertiesImpl524 mNamedDocProps[ mDocProps[ index ]->getName() ] = mDocProps[ index ]; in BuiltInPropertiesImpl()544 DocPropsByName::iterator it = mNamedDocProps.find( aName ); in getByName()552 DocPropsByName::iterator it_end = mNamedDocProps.end(); in getElementNames()553 for( DocPropsByName::iterator it = mNamedDocProps.begin(); it != it_end; ++it, ++pName ) in getElementNames()560 DocPropsByName::iterator it = mNamedDocProps.find( aName ); in hasByName()561 if ( it == mNamedDocProps.end() ) in hasByName()
Completed in 20 milliseconds