Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dfmshimp.cxx3400 FmMapUString2UString aRadioControlSources; in CreateExternalView() local
3438 if (aRadioControlSources.find(aGroupName) == aRadioControlSources.end()) in CreateExternalView()
3439 aRadioControlSources[aGroupName] = sControlSource; in CreateExternalView()
3442 DBG_ASSERT(aRadioControlSources[aGroupName] == sControlSource, in CreateExternalView()
3563 for ( ConstFmMapUString2UStringIterator aCtrlSource = aRadioControlSources.begin(); in CreateExternalView()
3564 aCtrlSource != aRadioControlSources.end(); in CreateExternalView()