Home
last modified time | relevance | path

Searched refs:DbgOut (Results 1 – 5 of 5) sorted by relevance

/trunk/main/tools/inc/tools/
H A Ddebug.hxx341 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)
/trunk/main/tools/source/debug/
H A Ddebug.cxx960DbgOut( 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
/trunk/main/sal/inc/rtl/
H A Dstring.hxx976 inline void DbgOut( const rtl::OString& rMessage, sal_uInt16 nOutType, const sal_Char* pFileName, s… in DbgOut() function
977 { DbgOut( rMessage.getStr(), nOutType, pFileName, nLineNum); } in DbgOut()
/trunk/main/basic/source/sbx/
H A Dsbxvar.cxx386 DbgOut( aBStr.GetBuffer(), DBG_OUT_WARNING, __FILE__, __LINE__); in SetParent()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx2562 DbgOut( aMsg.GetBuffer(), DBG_OUT_ERROR, __FILE__, __LINE__); in _FillState()

Completed in 221 milliseconds