Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dorienthelper.cxx47 WindowVec maWinVec; member
71 maWinVec.push_back( WindowPair( &mrCtrlDial, STATE_CHECK ) ); in OrientationHelper_Impl()
72 maWinVec.push_back( WindowPair( &mrCbStacked, STATE_DONTKNOW ) ); in OrientationHelper_Impl()
78 maWinVec.push_back( std::make_pair( &rWindow, eDisableIfStacked ) ); in AddDependentWindow()
84 for( WindowVec::iterator aIt = maWinVec.begin(), aEnd = maWinVec.end(); aIt != aEnd; ++aIt ) in EnableDependentWindows()
104 for( WindowVec::iterator aIt = maWinVec.begin(), aEnd = maWinVec.end(); aIt != aEnd; ++aIt ) in ShowDependentWindows()

Completed in 8 milliseconds