Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx515 DocPropsByName mNamedDocProps; member in BuiltInPropertiesImpl
524 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 26 milliseconds