Lines Matching refs:log

107             log.println("getName() returned null: FAILED") ;  in _getName()
123 log.println("setName('" + sName + in _setName()
159 log.println("Desktop is always active"); in _isActive()
167 log.println("after deactivate() method call, isActive() returned true"); in _isActive()
171 log.println("after activate() method call, isActive() returned false") ; in _isActive()
172 boolean res = isDesktop(log,tEnv,"isActive()"); in _isActive()
193 log.println("No actions supported by Desktop"); in _addFrameActionListener()
204 log.println("listener was not called.") ; in _addFrameActionListener()
208 log.println("Listener was called, FRAME_ACTIVATED was not") ; in _addFrameActionListener()
212 log.println("Listener was called, FRAME_DEACTIVATING was not") ; in _addFrameActionListener()
217 boolean res = isDesktop(log, tEnv, "addFrameActionListener()"); in _addFrameActionListener()
245 log.println("No actions supported by Desktop"); in _removeFrameActionListener()
251 log.println("Listener wasn't removed, and was called"); in _removeFrameActionListener()
252 boolean res = isDesktop(log, tEnv, "removeFrameActionListener()"); in _removeFrameActionListener()
267 log.println("Desktop has no creator"); in _getCreator()
274 log.println("getCreator() returns null") ; in _getCreator()
275 boolean res = isDesktop(log,tEnv,"getCreator()"); in _getCreator()
291 log.println("Desktop has no component window"); in _getComponentWindow()
297 log.println("getComponentWindow() returns null") ; in _getComponentWindow()
298 boolean res = isDesktop(log,tEnv,"getComponentWindow()"); in _getComponentWindow()
312 log.println("Desktop has no container window"); in _getContainerWindow()
319 log.println("getContainerWindow() returns null") ; in _getContainerWindow()
320 boolean res = isDesktop(log,tEnv,"getContainerWindow()"); in _getContainerWindow()
336 log.println("Desktop has no controller"); in _getController()
342 log.println("getController() returns null"); in _getController()
347 log.println("Frame returned by controller not " + in _getController()
352 boolean res = isDesktop(log, tEnv, "getController()"); in _getController()
363 log.println("isTop() = " + oObj.isTop()); in _isTop()
379 log.println("Trying to find a frame with name 'XFrame' ..."); in _findFrame()
383log.println("findFrame(\"XFrame,com.sun.star.frame.FrameSearchFlag.GLOBAL\") returns null") ; in _findFrame()
386 log.println("findFrame(\"XFrame,com.sun.star.frame.FrameSearchFlag.GLOBAL\") " in _findFrame()
392 log.println("Trying to find a frame with name '_self' ..."); in _findFrame()
396 log.println("findFrame(\"_self\") returns null") ; in _findFrame()
399 log.println("findFrame(\"_self\") " in _findFrame()
418 log.println("Desktop cann't change context"); in _contextChanged()
428 log.println("listener was not called on contextChanged() call.") ; in _contextChanged()
431 log.println("listener was called, but Action != CONTEXT_CHANGED") ; in _contextChanged()
438 boolean res = isDesktop(log, tEnv, "contextChanged()"); in _contextChanged()
451 log.println("Desktop has no creator"); in _setCreator()
510 log.println("setComponent() returns true, but component is " + in _setComponent()
516 log.println("setComponent() returns false, but component is" + in _setComponent()
546 log.println(e.toString()); in _initialize()
547 log.println("methods throws exception, but it's OK"); in _initialize()
549 log.println(e.toString()); in _initialize()
560 public static boolean isDesktop(PrintWriter log, in isDesktop() argument
564 log.println("The Desktop doesn't support the method " + method); in isDesktop()
565 log.println("It will always return true"); in isDesktop()