Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Derrhdl.hxx40 SW_DLLPUBLIC void AssertFail( const sal_Char*, const sal_Char*, sal_uInt16 );
41 SW_DLLPUBLIC void AssertFail( sal_uInt16, const sal_Char*, sal_uInt16 );
47 ::AssertFail( _pErrorText, _pFileName, __LINE__ ); \
57 ::AssertFail( (sal_uInt16)id, _pFileName, __LINE__ ); \
/trunk/main/sw/source/core/except/
H A Derrhdl.cxx56 void AssertFail( const sal_Char* pError, const sal_Char* pFileName, sal_uInt16 nLine ) in AssertFail() function
104 void AssertFail( sal_uInt16 nErrorId, const sal_Char* pFileName, sal_uInt16 nLine ) in AssertFail() function
128 AssertFail( pMsg, pFileName, nLine ); in AssertFail()
H A Ddbgloop.cxx120 void AssertFail( const char *pErr, const char *pFile, sal_uInt16 nLine ) in AssertFail() function

Completed in 18 milliseconds