/trunk/main/dtrans/source/os2/dnd/ |
H A D | OTransferable.cxx | 55 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 D | DropTarget.cxx | 61 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 D | DragSource.cxx | 54 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 D | globals.cxx | 58 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 D | globals.hxx | 45 extern "C" int debug_printf(const char *f, ...); 47 #define debug_printf( ...) macro
|
H A D | dndentry.cxx | 80 debug_printf("dnd component_getFactory %s", pImplName); in component_getFactory()
|
/trunk/main/dtrans/source/os2/clipb/ |
H A D | Os2Clipboard.cxx | 79 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 …]
|
H A D | Os2Transferable.cxx | 50 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() 145 …debug_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 D | Os2Transferable.hxx | 42 extern "C" int debug_printf(const char *f, ...); 44 #define debug_printf( ...) macro
|
H A D | OS2Bitmap.cxx | 115 debug_printf( "OOoBmpToOS2Handle hbm %x\n", hbm); in OOoBmpToOS2Handle()
|
/trunk/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 57 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 D | salobj.cxx | 104 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 D | salgdi3.cxx | 631 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() 704 …debug_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 D | salprn.cxx | 655 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 D | os2layout.cxx | 388 debug_printf("Os2SalLayout::LayoutText font does not support unicode char\n"); 610 …debug_printf("Os2SalLayout::DrawText HPS %08x PosAtW failed '%s'!\n",static_cast<Os2SalGraphics&>(…
|
/trunk/main/vcl/os2/source/app/ |
H A D | debug_printf.c | 38 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 D | salinst.cxx | 357 debug_printf("InitSalMain\n"); in InitSalMain() 444 debug_printf("CreateSalInstance hComWnd %x\n", hComWnd); in CreateSalInstance()
|
H A D | makefile.mk | 47 $(SLO)$/debug_printf.obj \
|
H A D | salshl.cxx | 70 debug_printf( "ImplLoadSalCursor: pointer %d not found in sal resource\n", nId); in ImplLoadSalCursor()
|
/trunk/main/sal/osl/os2/ |
H A D | debug_printf.c | 39 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()
|
H A D | module.c | 99 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 D | pipe.cxx | 128 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 D | makefile.mk | 75 $(SLO)$/debug_printf.obj \ 102 $(OBJ)$/debug_printf.obj \
|
/trunk/main/automation/source/simplecm/ |
H A D | simplecm.cxx | 38 void debug_printf( const char *chars ) in debug_printf() function 170 debug_printf("Sending REQUEST_ShutdownLink\n"); in StopCommunication() 506 debug_printf("Sending ShutdownLink\n"); in CallDataReceived() 514 debug_printf("Executing ShutdownLink\n"); in CallDataReceived() 525 debug_printf( "Setting Application to " ); in CallDataReceived() 526 debug_printf( aApplication.GetBuffer() ); in CallDataReceived() 527 debug_printf( "\n" ); in CallDataReceived() 535 debug_printf("Unknown Handshake received\n"); in CallDataReceived()
|
/trunk/main/vcl/inc/os2/ |
H A D | saldata.hxx | 34 extern "C" int debug_printf(const char *f, ...);
|