Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dfmtfield.cxx248 State eCurrentState = START; in implValidateNormalized() local
250 while ( END != eCurrentState ) in implValidateNormalized()
253 TransitionTable::const_iterator aRow = m_aTransitions.find( eCurrentState ); in implValidateNormalized()
264 eCurrentState = aTransition->second; in implValidateNormalized()
274 DBG_ASSERT( ( END != eCurrentState ) || ( 0 == *pCheckPos ), in implValidateNormalized()
281 return ( END == eCurrentState ); in implValidateNormalized()
/trunk/main/filter/source/xsltdialog/
H A Dtypedetectionimport.cxx307 ImportState eCurrentState = maStack.top(); in endElement() local
308 switch( eCurrentState ) in endElement()
318 if( eCurrentState == e_Filter ) in endElement()

Completed in 19 milliseconds