Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/source/doc/
H A Dobjxtor.cxx128 static VBAConstantNameMap s_aRegisteredVBAConstants; variable
134 VBAConstantNameMap::iterator aIt = s_aRegisteredVBAConstants.find( rxComponent.get() ); in lclGetVBAGlobalConstName()
135 if( aIt != s_aRegisteredVBAConstants.end() ) in lclGetVBAGlobalConstName()
197 VBAConstantNameMap::iterator aIt = s_aRegisteredVBAConstants.find( _rEvent.Source.get() ); in disposing()
198 if ( aIt != s_aRegisteredVBAConstants.end() ) in disposing()
202 s_aRegisteredVBAConstants.erase( aIt ); in disposing()
965 s_aRegisteredVBAConstants[ _rxComponent.get() ] = aVBAConstName; in SetCurrentComponent()
975 s_aRegisteredVBAConstants.erase( xOldCurrentComp.get() ); in SetCurrentComponent()

Completed in 18 milliseconds