Home
last modified time | relevance | path

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

/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx1248 sal_Bool bThrowException(sal_False); in characters() local
1252 bThrowException = !mp_SaxWriterHelper->writeString( aChars, sal_False, sal_False ); in characters()
1280 bThrowException = !mp_SaxWriterHelper->writeString(aChars, sal_True , sal_False); in characters()
1283 if (bThrowException) in characters()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx111 bool AccessibleBase::CheckDisposeState( bool bThrowException /* default: true */ ) const in CheckDisposeState()
114 if( bThrowException && in CheckDisposeState()
/trunk/main/chart2/source/controller/inc/
H A DAccessibleBase.hxx128 …bool CheckDisposeState( bool bThrowException = true ) const throw (::com::sun::star::l…

Completed in 43 milliseconds