Lines Matching refs:dbg

82             dbg(" copy '" + userLayer + "' ->" + copyLayer + "'");  in backupUserLayer()
201 dbg("Local Connection trying to start the Office"); in getManager()
213 dbg("AppExecutionCommand: " + cmd); in getManager()
355 dbg("resolved url"); in connect()
378 dbg("try to get ProcessHandler"); in closeExistingOffice()
384 dbg("ProcessHandler != null"); in closeExistingOffice()
389 dbg("try to get OfficeWatcher"); in closeExistingOffice()
395 dbg("OfficeWatcher will be finished"); in closeExistingOffice()
400 dbg("OfficeWatcher seems to be finished"); in closeExistingOffice()
417 dbg("try to connect office"); in closeExistingOffice()
425 dbg("closeExistingOffice finished"); in closeExistingOffice()
435 dbg("trying to connect to " + cncstr); in connectOffice()
456 dbg("Could not connect an Office. " + exc); in connectOffice()
483 dbg("ERROR: Could not disable QuickStarter: " + ex.toString()); in disposeOffice()
497 dbg("Couldn't close all office windows!"); in disposeOffice()
500 dbg("Trying to terminate the desktop"); in disposeOffice()
503 dbg("Desktop terminated"); in disposeOffice()
508 dbg("the Office has " + closeTime / 1000 + " seconds for closing..."); in disposeOffice()
534dbg("User defined an application to destroy the started process. Trying to execute: " + sKillComma… in disposeOffice()
572 dbg("copy '" + copyFile + "' -> '" + userLayer + "'"); in disposeOffice()
577 dbg("copy '" + copyFile + "' -> '" + userLayer + "' finished"); in disposeOffice()
591 dbg("Couldn't recover from backup\n" + e.getMessage()); in disposeOffice()
742 dbg("could not get system binary directory"); in makeAppExecCommand()
753 dbg("update AppExecutionCommand: " + command); in makeAppExecCommand()
758 private static void dbg(String message) in dbg() method in OfficeProvider