Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx2400 std::vector< ImplToolItem >::iterator temp_it; in ImplFormat() local
2705 temp_it = it+1; in ImplFormat()
2706 while ( temp_it != mpData->m_aItems.end() ) in ImplFormat()
2708 if ( (temp_it->meType == TOOLBOXITEM_SEPARATOR) || in ImplFormat()
2709 ((temp_it->meType == TOOLBOXITEM_BUTTON) && in ImplFormat()
2710 temp_it->mbVisible) ) in ImplFormat()
2715 ++temp_it; in ImplFormat()

Completed in 41 milliseconds