Home
last modified time | relevance | path

Searched refs:debug_printf (Results 1 – 25 of 26) sorted by last modified time

12

/trunk/main/sal/osl/os2/
H A Dsystem.h72 int debug_printf(const char *f, ...);
H A Dpipe.cxx128 debug_printf("osl_createPipe options 0x%x\n", Options); in osl_createPipe()
139 debug_printf("osl_createPipe %s\n", strPipeNameBuffer); in osl_createPipe()
174 debug_printf("osl_createPipe %s\n", strPipeNameBuffer); in osl_createPipe()
H A Dmakefile.mk75 $(SLO)$/debug_printf.obj \
102 $(OBJ)$/debug_printf.obj \
H A Dmodule.c99 debug_printf("osl_loadModule module %s", buffer); in osl_loadAsciiModule()
120 debug_printf("osl_loadModule error %s", szError); in osl_loadAsciiModule()
174 debug_printf( "osl_unloadModule failed with %s\n", dlerror()); in osl_unloadModule()
H A Ddebug_printf.c39 int SAL_DLLPUBLIC_EXPORT debug_printf( const char* format, ...) in debug_printf() function
70 debug_printf( "Test PMPRINTF.DLL output, check PM window."); in main()
71 debug_printf( "Test PMPRINTF.DLL output: integer %d", 12345); in main()
72 debug_printf( "Test PMPRINTF.DLL output: float %f", 123.45); in main()
73 debug_printf( "Test PMPRINTF.DLL output: string '%s'", "Hello World"); in main()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx57 extern "C" int debug_printf(const char *f, ...);
62 #define debug_printf( ...) { 1; } macro
221 debug_printf( "_WinSetWindowPos SWP_CENTER\n"); in _WinSetWindowPos()
934 debug_printf("Os2SalFrame::SetIcon\n"); in SetIcon()
996 debug_printf( "ImplSalShow hwnd %x HIDE\n"); in ImplSalShow()
1034 debug_printf("Os2SalFrame::SetMinClientSize\n"); in SetMinClientSize()
1229 debug_printf("Os2SalFrame::SetWindowState\n"); in SetWindowState()
2282 debug_printf("Os2SalFrame::SnapShot\n"); in SnapShot()
2794 debug_printf("SALEVENT_KEYMODCHANGE\n"); in ImplHandleKeyMsg()
3099 debug_printf("SalImplHandleProcessMenu\n"); in SalImplHandleProcessMenu()
[all …]
H A Dsalobj.cxx104 debug_printf( "SalSysObjWndProc hWnd 0x%x nMsg %d\n", hWnd, nMsg); in SalSysObjWndProc()
202 debug_printf( "SalSysObjChildWndProc hWnd 0x%x nMsg %d\n", hWnd, nMsg); in SalSysObjChildWndProc()
239 debug_printf( "SalSysObjClipWndProc hWnd 0x%x nMsg %d\n", hWnd, nMsg); in SalSysObjClipWndProc()
368 debug_printf("ImplSalCreateObject hWndChild %x\n", hWndChild); in ImplSalCreateObject()
369 debug_printf("ImplSalCreateObject hWnd %x\n", hWnd); in ImplSalCreateObject()
484 debug_printf("Os2SalObject::UnionClipRegion hClipWnd %x\n", hClipWnd); in UnionClipRegion()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx631 debug_printf( "Os2SalGraphics::ImplDoSetFont mbPrinter=%d\n", mbPrinter); in ImplDoSetFont()
701 debug_printf( "Os2SalGraphics::SetFont hps %x lMatch '%d'\n", mhPS, pFontMetric->lMatch); in ImplDoSetFont()
703 debug_printf( "Os2SalGraphics::SetFont hps %x fattrs facename '%s'\n", mhPS, aFAttrs.szFacename); in ImplDoSetFont()
704debug_printf( "Os2SalGraphics::SetFont hps %x fattrs height '%d'\n", mhPS, aFAttrs.lMaxBaselineExt… in ImplDoSetFont()
705 debug_printf( "Os2SalGraphics::SetFont hps %x fattrs width '%d'\n", mhPS, aFAttrs.lAveCharWidth); in ImplDoSetFont()
841 debug_printf( "Os2SalGraphics::SetFont\n"); in SetFont()
907 debug_printf( "Os2SalGraphics::GetFontMetric hps %x\n", mhPS); in GetFontMetric()
1062 debug_printf("Os2SalGraphics::AddTempDevFont\n"); in AddTempDevFont()
1076 debug_printf("Os2SalGraphics::GetDevFontList mbPrinter=%d\n", mbPrinter); in GetDevFontList()
1162 debug_printf("Os2SalGraphics::GetDevFontList #%d,'%s'\n", i, pFontMetric->szFacename); in GetDevFontList()
[all …]
H A Dsalprn.cxx655 debug_printf("ImplGetFormAndTrayList #%d: %d x %d", in ImplGetFormAndTrayList()
869 debug_printf( "ImplSetOrientation mhDC %x, %d", hPrinterDC, eOrientation); in ImplSetOrientation()
1191 debug_printf( "Os2SalInfoPrinter::InitPaperFormats pSetupData %x", in InitPaperFormats()
1207 debug_printf( "Os2SalInfoPrinter::InitPaperFormats #%d: %d x %d", in InitPaperFormats()
1336 debug_printf( "Os2SalInfoPrinter::SetData nFlags %x, pSetupData %x", in SetData()
1355 debug_printf( "Os2SalInfoPrinter::SetData meOrientation %d", pSetupData->meOrientation); in SetData()
1723 debug_printf( "mbPrintDJPSupported %d", mbPrintDJPSupported); in StartJob()
1811 debug_printf( "Os2SalPrinter::StartPage mhDC %x, mbFirstPage %d, bNewJobSetup %d", in StartPage()
1813 debug_printf( "Os2SalPrinter::StartPage pSetupData %x", in StartPage()
1888 debug_printf( "Os2SalPrinter::EndPage mhDC %x", mhDC); in EndPage()
H A Dos2layout.cxx388 debug_printf("Os2SalLayout::LayoutText font does not support unicode char\n");
610debug_printf("Os2SalLayout::DrawText HPS %08x PosAtW failed '%s'!\n",static_cast<Os2SalGraphics&>(…
/trunk/main/vcl/os2/source/app/
H A Dsalinst.cxx357 debug_printf("InitSalMain\n"); in InitSalMain()
444 debug_printf("CreateSalInstance hComWnd %x\n", hComWnd); in CreateSalInstance()
H A Dsalshl.cxx70 debug_printf( "ImplLoadSalCursor: pointer %d not found in sal resource\n", nId); in ImplLoadSalCursor()
H A Ddebug_printf.c38 int _Export debug_printf( const char* format, ...) in debug_printf() function
69 debug_printf( "Test PMPRINTF.DLL output, check PM window."); in main()
70 debug_printf( "Test PMPRINTF.DLL output: integer %d", 12345); in main()
71 debug_printf( "Test PMPRINTF.DLL output: float %f", 123.45); in main()
72 debug_printf( "Test PMPRINTF.DLL output: string '%s'", "Hello World"); in main()
H A Dmakefile.mk47 $(SLO)$/debug_printf.obj \
/trunk/main/vcl/inc/os2/
H A Dsaldata.hxx34 extern "C" int debug_printf(const char *f, ...);
/trunk/main/dtrans/source/os2/clipb/
H A DOs2Transferable.hxx42 extern "C" int debug_printf(const char *f, ...);
44 #define debug_printf( ...) macro
H A DOS2Bitmap.cxx115 debug_printf( "OOoBmpToOS2Handle hbm %x\n", hbm); in OOoBmpToOS2Handle()
H A DOs2Transferable.cxx50 debug_printf("Os2Transferable::Os2Transferable %08x\n", this); in Os2Transferable()
72 debug_printf("Os2Transferable::Os2Transferable failed to open clipboard\n"); in Os2Transferable()
81 debug_printf("Os2Transferable::~Os2Transferable %08x\n", this); in ~Os2Transferable()
89 debug_printf("Os2Transferable::getTransferData %08x\n", this); in getTransferData()
90 debug_printf("Os2Transferable::getTransferData mimetype: %s\n", CHAR_POINTER(rFlavor.MimeType)); in getTransferData()
142 debug_printf("Os2Transferable::getTransferDataFlavors %08x\n", this); in getTransferDataFlavors()
145debug_printf("Os2Transferable::getTransferDataFlavors mimetype: %s\n", CHAR_POINTER(aFlavor.MimeTy… in getTransferDataFlavors()
154 debug_printf("Os2Transferable::isDataFlavorSupported %08x\n", this); in isDataFlavorSupported()
155 debug_printf("Os2Transferable::isDataFlavorSupported %s\n", CHAR_POINTER(aFlavor.MimeType)); in isDataFlavorSupported()
H A DOs2Clipboard.cxx79 debug_printf("WM_DRAWCLIPBOARD our change\n"); in DtransObjWndProc()
84 debug_printf("WM_DRAWCLIPBOARD notify change\n"); in DtransObjWndProc()
105 debug_printf("Os2Clipboard::Os2Clipboard\n"); in Os2Clipboard()
134 debug_printf("Os2Clipboard::~Os2Clipboard\n"); in ~Os2Clipboard()
153 debug_printf("Os2Clipboard::getImplementationName\n"); in getImplementationName()
159 debug_printf("Os2Clipboard::supportsService\n"); in supportsService()
177 debug_printf("Os2Clipboard::getContents\n"); in getContents()
216 debug_printf("Os2Clipboard::setContents\n"); in setContents()
330 debug_printf("Os2Clipboard::getName\n"); in getName()
412 debug_printf( "RuntimeException caught" ); in notifyAllClipboardListener()
[all …]
/trunk/main/dtrans/source/os2/dnd/
H A DDragSource.cxx54 debug_printf("DragSource::DragSource"); in DragSource()
60 debug_printf("DragSource::~DragSource"); in ~DragSource()
77 debug_printf("DragSource::initialize hwnd %x", m_hWnd); in initialize()
84 debug_printf("DragSource::disposing hwnd %x", m_hWnd); in disposing()
112 debug_printf("DragSource::startDrag hwnd %x, sourceActions %d", in startDrag()
131 debug_printf("DragSource::startDrag mimetype %s", in startDrag()
242 debug_printf("DragSource::render RMF:%s", pRMF); in render()
271 debug_printf("DragSource::render DosSetMem rc:%d", rc); in render()
305 debug_printf("DragSource::render rc:%d", rc); in render()
349 debug_printf("DragSource::render render:%d", renderOK); in render()
[all …]
H A DDropTarget.cxx61 debug_printf("DropTarget::~DropTarget"); in ~DropTarget()
79 debug_printf("DropTarget::initialize hwnd %x", m_hWnd); in initialize()
91 debug_printf("DropTarget::disposing hwnd %x", m_hWnd); in disposing()
115 debug_printf("DropTarget::isActive %d", mbActive); in isActive()
121 debug_printf("DropTarget::setActive %d", active); in setActive()
243 debug_printf("DropTarget::fire_drop fired"); in fire_drop()
260 debug_printf("DropTarget::fire_dragEnter fired"); in fire_dragEnter()
278 debug_printf("DropTarget::fire_dragExit fired"); in fire_dragExit()
295 debug_printf("DropTarget::fire_dragOver fired"); in fire_dragOver()
426 debug_printf("DropTarget::dragLeave"); in dragLeave()
[all …]
H A DOTransferable.cxx55 debug_printf("OTransferable::OTransferable multiple drop not supported"); in OTransferable()
69 debug_printf("DrgQueryTrueType %s", pBuffer); in OTransferable()
76 debug_printf("OTransferable::OTransferable DrgQueryNativeRMF %s", pNativeRMF); in OTransferable()
106 debug_printf("OTransferable::OTransferable UNKNOWN native RMF"); in OTransferable()
119 debug_printf( "OTransferable::~OTransferable unlink rc=%d", rc); in ~OTransferable()
180 debug_printf("OTransferable::RenderToOS2File to %s", fullpath); in RenderToOS2File()
253 debug_printf("OTransferable::requestRendering request rendering"); in requestRendering()
272 debug_printf("OTransferable::getTransferData fullpath %s", fullpath); in requestRendering()
335 debug_printf("OTransferable::setDragTransfer fullpath %s", fullpath); in renderComplete()
347 debug_printf("OTransferable::setDragTransfer fullpath %s", fullpath); in renderComplete()
[all …]
H A Ddndentry.cxx80 debug_printf("dnd component_getFactory %s", pImplName); in component_getFactory()
H A Dglobals.cxx58 debug_printf("OfficeToSystemDragActions %d->0x%x", dragActions, actions); in OfficeToSystemDragActions()
88 debug_printf("SystemToOfficeDragActions 0x%x->%d", usOperation, actions); in SystemToOfficeDragActions()
143 debug_printf("dndFrameProc hwnd %x, msg %x", hwnd, msg); in dndFrameProc()
152 debug_printf("dndFrameProc hwnd %x, dt %x, DM_DRAGOVER", hwnd, dt); in dndFrameProc()
157 debug_printf("dndFrameProc hwnd %x, dt %x, DM_DRAGLEAVE", hwnd, dt); in dndFrameProc()
162 debug_printf("dndFrameProc hwnd %x, dt %x, DM_DROP", hwnd, dt); in dndFrameProc()
164 debug_printf("dndFrameProc hwnd %x, dt %x, DM_DROP mr=%x", hwnd, dt, mr); in dndFrameProc()
169 debug_printf("dndFrameProc hwnd %x, dt %x, DM_RENDERCOMPLETE", hwnd, dt); in dndFrameProc()
176 debug_printf("dndFrameProc hwnd %x, dt %x, DM_RENDERPREPARE", hwnd, dt); in dndFrameProc()
181 debug_printf("dndFrameProc hwnd %x, dt %x, DM_RENDER", hwnd, ds); in dndFrameProc()
[all …]
H A Dglobals.hxx45 extern "C" int debug_printf(const char *f, ...);
47 #define debug_printf( ...) macro

Completed in 95 milliseconds

12