Searched refs:r_it (Results 1 – 1 of 1) sorted by relevance
1853 … std::map< Window*, sal_Int32 >::const_iterator r_it = maControlToNumValMap.find( it->first ); in checkOptionalControlDependencies() local1854 if( r_it != maControlToNumValMap.end() ) in checkOptionalControlDependencies()1856 bShouldbeEnabled = maPController->isUIChoiceEnabled( it->second, r_it->second ); in checkOptionalControlDependencies()
Completed in 22 milliseconds