Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx609 m_aImpl.GetSharePointsRules( m_aSubstVarMap );
641 for ( pIter = m_aSubstVarMap.begin(); pIter != m_aSubstVarMap.end(); pIter++ )
872 SubstituteVariables::const_iterator pIter = m_aSubstVarMap.find( aVarName ); in impl_substituteVariable()
873 if ( pIter != m_aSubstVarMap.end() ) in impl_substituteVariable()
1140 SubstituteVariables::const_iterator pIter = m_aSubstVarMap.find( aVariable ); in impl_getSubstituteVariableValue()
1141 if ( pIter != m_aSubstVarMap.end() ) in impl_getSubstituteVariableValue()
/trunk/main/framework/inc/services/
H A Dsubstitutepathvars.hxx293 …SubstituteVariables m_aSubstVarMap; // Active rule set map indexed by variable n… member in framework::SubstitutePathVariables

Completed in 48 milliseconds