Searched refs:AssertFail (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/inc/ |
H A D | errhdl.hxx | 40 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__ ); \
|
/aoo41x/main/sw/source/core/except/ |
H A D | errhdl.cxx | 56 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 D | dbgloop.cxx | 120 void AssertFail( const char *pErr, const char *pFile, sal_uInt16 nLine ) in AssertFail() function
|
Completed in 15 milliseconds