Home
last modified time | relevance | path

Searched refs:DbgPrintLine (Results 1 – 4 of 4) sorted by relevance

/trunk/main/tools/inc/tools/
H A Ddebug.hxx42 typedef void (*DbgPrintLine)( const sal_Char* pLine ); typedef
160 inline void DbgSetPrintMsgBox( DbgPrintLine pProc ) in DbgSetPrintMsgBox()
165 inline DbgPrintLine DbgGetPrintMsgBox() in DbgGetPrintMsgBox()
167 return (DbgPrintLine)(sal_IntPtr)DbgFunc( DBG_FUNC_GETPRINTMSGBOX ); in DbgGetPrintMsgBox()
170 inline void DbgSetPrintWindow( DbgPrintLine pProc ) in DbgSetPrintWindow()
175 inline void DbgSetPrintTestTool( DbgPrintLine pProc ) in DbgSetPrintTestTool()
180 inline void DbgSetAbort( DbgPrintLine pProc ) in DbgSetAbort()
202 TOOLS_DLLPUBLIC DbgChannelId DbgRegisterUserChannel( DbgPrintLine pProc );
704 typedef void (*DbgPrintLine)( const sal_Char* pLine ); typedef
/trunk/main/tools/source/debug/
H A Ddebug.cxx148 DbgPrintLine pDbgPrintMsgBox;
149 DbgPrintLine pDbgPrintWindow;
150 DbgPrintLine pDbgPrintTestTool;
151 DbgPrintLine pDbgAbort;
152 ::std::vector< DbgPrintLine >
1200 pDebugData->pDbgPrintMsgBox = (DbgPrintLine)(sal_IntPtr)pParam; in DbgFunc()
1204 pDebugData->pDbgPrintWindow = (DbgPrintLine)(sal_IntPtr)pParam; in DbgFunc()
1208 pDebugData->pDbgPrintTestTool = (DbgPrintLine)(sal_IntPtr)pParam; in DbgFunc()
1212 pDebugData->pDbgAbort = (DbgPrintLine)(sal_IntPtr)pParam; in DbgFunc()
1337 DbgChannelId DbgRegisterUserChannel( DbgPrintLine pProc ) in DbgRegisterUserChannel()
[all …]
/trunk/main/vcl/inc/
H A Ddbggui.hxx49 sal_uInt16 DbgRegisterNamedUserChannel( const XubString& _rChannelUIName, DbgPrintLine pProc );
/trunk/main/vcl/source/app/
H A Ddbggui.cxx2026 sal_uInt16 DbgRegisterNamedUserChannel( const XubString& _rChannelUIName, DbgPrintLine pProc ) in DbgRegisterNamedUserChannel()

Completed in 40 milliseconds