Searched refs:eURLType (Results 1 – 1 of 1) sorted by relevance
579 DispatchType eURLType = dtUnknown; in classifyDispatchURL() local581 eURLType = dtBrowserAttribs; in classifyDispatchURL()583 eURLType = dtRowHeight; in classifyDispatchURL()585 eURLType = dtColumnAttribs; in classifyDispatchURL()587 eURLType = dtColumnWidth; in classifyDispatchURL()588 return eURLType; in classifyDispatchURL()643 DispatchType eURLType = classifyDispatchURL( aURL ); in dispatch() local645 if ( dtUnknown != eURLType ) in dispatch()648 …ThisURLState = m_aDispatchStates.insert( MapDispatchToBool::value_type( eURLType, sal_True ) ).fir… in dispatch()652 switch ( eURLType ) in dispatch()
Completed in 16 milliseconds