Searched refs:_eState (Results  1 – 9 of 9) sorted by relevance
| /trunk/main/connectivity/source/commontools/ | 
| H A D | dbexception.cxx | 514 const sal_Char* getStandardSQLStateAscii( StandardSQLState _eState )  in getStandardSQLStateAscii()  argument517     switch ( _eState )  in getStandardSQLStateAscii()
 550 ::rtl::OUString getStandardSQLState( StandardSQLState _eState )  in getStandardSQLState()  argument
 552     return ::rtl::OUString::createFromAscii( getStandardSQLStateAscii( _eState ) );  in getStandardSQLState()
 
 | 
| /trunk/main/accessibility/source/extended/ | 
| H A D | AccessibleBrowseBoxCheckBoxCell.cxx | 42 								,const TriState& _eState,  in AccessibleCheckBoxCell()  argument46 		,m_eState(_eState)  in AccessibleCheckBoxCell()
 
 | 
| /trunk/main/editeng/source/editeng/ | 
| H A D | eehtml.cxx | 88 	SvParserState _eState = SVPAR_NOTSTARTED;  in CallParser()  local101 		_eState = HTMLParser::CallParser();  in CallParser()
 112 	return _eState;  in CallParser()
 
 | 
| H A D | eertfpar.cxx | 121 	SvParserState _eState = SvxRTFParser::CallParser();  in CallParser()  local160 	return _eState;  in CallParser()
 
 | 
| /trunk/main/accessibility/source/helper/ | 
| H A D | acc_factory.cxx | 209 				const TriState& _eState,501         const TriState& _eState, sal_Bool _bEnabled, sal_Bool _bIsTriState ) const  in createAccessibleCheckBoxCell()  argument
 504             _nRowPos, _nColPos, _eState, _bEnabled, _bIsTriState );  in createAccessibleCheckBoxCell()
 
 | 
| /trunk/main/connectivity/inc/connectivity/ | 
| H A D | dbexception.hxx | 245 OOO_DLLPUBLIC_DBTOOLS ::rtl::OUString getStandardSQLState( StandardSQLState _eState );257 OOO_DLLPUBLIC_DBTOOLS const sal_Char* getStandardSQLStateAscii( StandardSQLState _eState );
 
 | 
| /trunk/main/basctl/source/basicide/ | 
| H A D | basicbox.cxx | 369 void LanguageBoxControl::StateChanged( sal_uInt16 _nID, SfxItemState _eState, const SfxPoolItem* _p…  in StateChanged()  argument377 		if ( _eState != SFX_ITEM_AVAILABLE )  in StateChanged()
 
 | 
| /trunk/main/accessibility/inc/accessibility/extended/ | 
| H A D | AccessibleBrowseBoxCheckBoxCell.hxx | 61 								const TriState& _eState,
 | 
| /trunk/main/svtools/inc/svtools/ | 
| H A D | accessiblefactory.hxx | 152 				const TriState& _eState,
 | 
        Completed in 47 milliseconds