Searched refs:DbgOut (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/tools/inc/tools/ |
H A D | debug.hxx | 341 TOOLS_DLLPUBLIC void DbgOut( const sal_Char* pMsg, sal_uInt16 nOutType = DBG_OUT_TRACE, 348 #define DbgTrace( msg) do{ DbgOut( msg, DBG_OUT_TRACE, __FILE__, __LINE__ ); } while(0) 350 #define DbgWarning( msg) do{ DbgOut( msg, DBG_OUT_WARNING, __FILE__, __LINE__ ); } while(0) 352 #define DbgError( msg) do{ DbgOut( msg, DBG_OUT_ERROR, __FILE__, __LINE__ ); } while(0)
|
/aoo4110/main/tools/source/debug/ |
H A D | debug.cxx | 960 …DbgOut( pszMessage ? pszMessage : "assertion failed!", DBG_OUT_ERROR, pszFileName, (sal_uInt16)nLi… in dbg_printOslDebugMessage() 1624 void DbgOut( const sal_Char* pMsg, sal_uInt16 nDbgOut, const sal_Char* pFile, sal_uInt16 nLine ) in DbgOut() function 1792 DbgOut( aBuf, nDbgOut ); in DbgOutTypef() 1806 DbgOut( aBuf ); in DbgOutf() 1818 void DbgOut( const sal_Char*, sal_uInt16, const sal_Char*, sal_uInt16 ) {} in DbgOut() function
|
/aoo4110/main/sal/inc/rtl/ |
H A D | string.hxx | 972 inline void DbgOut( const rtl::OString& rMessage, sal_uInt16 nOutType, const sal_Char* pFileName, s… in DbgOut() function 973 { DbgOut( rMessage.getStr(), nOutType, pFileName, nLineNum); } in DbgOut()
|
/aoo4110/main/basic/source/sbx/ |
H A D | sbxvar.cxx | 386 DbgOut( aBStr.GetBuffer(), DBG_OUT_WARNING, __FILE__, __LINE__); in SetParent()
|
/aoo4110/main/sfx2/source/control/ |
H A D | dispatch.cxx | 2562 DbgOut( aMsg.GetBuffer(), DBG_OUT_ERROR, __FILE__, __LINE__); in _FillState()
|
Completed in 40 milliseconds