/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | StatusView.java | 241 public void shutdown() in shutdown() method in StatusView 243 m_aFontListener.shutdown(); in shutdown() 244 m_aSizeListener.shutdown(); in shutdown() 245 m_aBoldListener.shutdown(); in shutdown() 246 m_aItalicListener.shutdown(); in shutdown() 247 m_aUnderlineListener.shutdown(); in shutdown()
|
H A D | DocumentView.java | 306 shutdown(); in processWindowEvent() 317 public void shutdown() in shutdown() method in DocumentView 325 maStatusView.shutdown(); in shutdown() 326 maCustomizeView.shutdown(); in shutdown() 332 maInterceptor.shutdown(); in shutdown()
|
H A D | CustomizeView.java | 277 public void shutdown() in shutdown() method in CustomizeView 279 m_aMenuBarListener.shutdown(); in shutdown() 280 m_aToolBarListener.shutdown(); in shutdown() 281 m_aObjectBarListener.shutdown(); in shutdown()
|
H A D | ViewContainer.java | 131 ((IShutdownListener)aView).shutdown(); in removeView() 208 aListener.shutdown(); in run()
|
H A D | StatusListener.java | 415 shutdown(); in disposing() 428 public void shutdown() in shutdown() method in StatusListener
|
H A D | Interceptor.java | 601 shutdown(); in disposing() 614 public void shutdown() in shutdown() method in Interceptor
|
H A D | IShutdownListener.java | 35 public abstract void shutdown(); in shutdown() method
|
/trunk/main/sal/qa/osl/socket/ |
H A D | osl_StreamSocket.cxx | 125 asAcceptorSocket.shutdown(); in ~AcceptorThread() 748 class shutdown: public ::testing::Test class 763 TEST_F(shutdown, shutdown_001) in TEST_F() argument 773 asSocket.shutdown(); in TEST_F() 780 TEST_F(shutdown, shutdown_002) in TEST_F() argument 809 ssConnectionSocket.shutdown( osl_Socket_DirRead ); in TEST_F() 831 TEST_F(shutdown, shutdown_003) in TEST_F() argument 850 ssConnectionSocket.shutdown( osl_Socket_DirWrite ); in TEST_F() 1172 aSocket.shutdown(osl_Socket_DirReadWrite); in send_Connector() 1440 aSocket.shutdown(osl_Socket_DirReadWrite); in getPage()
|
H A D | osl_Socket.cxx | 671 asAcceptorSocket.shutdown(); in ~AcceptorThread() 2645 class shutdown: public ::testing::Test class 2660 TEST_F(shutdown, shutdown_001) in TEST_F() argument 2670 asSocket.shutdown(); in TEST_F() 2677 TEST_F(shutdown, shutdown_002) in TEST_F() argument 2705 ssConnectionSocket.shutdown( osl_Socket_DirRead ); in TEST_F() 2727 TEST_F(shutdown, shutdown_003) in TEST_F() argument 2745 ssConnectionSocket.shutdown( osl_Socket_DirWrite ); in TEST_F() 2972 asSocketAssign.shutdown(); 3102 dsSocket.shutdown(); in run()
|
H A D | osl_AcceptorSocket.cxx | 122 asAcceptorSocket.shutdown(); in ~AcceptorThread() 174 asSocketAssign.shutdown();
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | XSessionManagerListener.idl | 50 <TRUE/> if a shutdown is in progress, 54 <TRUE/> if a shutdown in progress can be canceled by the listener, 58 event in case no real shutdown is in progress. He 83 /** shutdownCanceled is called when a shutdown was canceled by the user
|
H A D | XSessionManagerClient.idl | 36 desktop shutdown 90 /** Call cancelShutdown to try to cancel a desktop shutdown in progress 93 <TRUE/> if shutdown was canceled,
|
H A D | SessionManager.idl | 45 <li>The user starts the desktop shutdown.</li> 47 about the pending shutdown.</li> 55 <li>try to cancel the whole shutdown; the session manager may or may
|
/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ |
H A D | ScriptEditorForJavaScript.java | 275 shutdown(); in initUI() 288 shutdown(); in initUI() 298 private void shutdown() in shutdown() method in ScriptEditorForJavaScript
|
/trunk/main/vcl/unx/generic/app/ |
H A D | sm.cxx | 347 Bool shutdown, in SaveYourselfProc() argument 356 shutdown ? "true" : "false", in SaveYourselfProc() 371 if( ! shutdown ) in SaveYourselfProc() 376 …Application::PostUserEvent( STATIC_LINK( (void*)(shutdown ? 0xffffffff : 0x0), SessionManagerClien… in SaveYourselfProc()
|
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/ |
H A D | TestCacheSize.java | 72 protected boolean shutdown = true; field in TestCacheSize 266 if (shutdown) { in testFillUp() 452 if (shutdown) { in checkResults()
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabDriver.cxx | 171 void MacabImplModule::shutdown() in shutdown() function in MacabImplModule 317 m_aImplModule.shutdown(); in notifyTermination()
|
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ |
H A D | ScriptEditorForBeanShell.java | 335 shutdown(); in doClose() 384 private void shutdown() in shutdown() method in ScriptEditorForBeanShell
|
/trunk/main/sw/source/ui/dbui/ |
H A D | mailmergechildwindow.cxx | 173 xMailDispatcher->shutdown(); in ~SwSendMailDialog_Impl() 562 pThis->m_pImpl->xMailDispatcher->shutdown(); in IMPL_STATIC_LINK()
|
/trunk/main/vcl/inc/unx/ |
H A D | sm.hxx | 41 Bool shutdown,
|
/trunk/main/fpicker/source/win32/filepicker/ |
H A D | asynceventnotifier.hxx | 58 void SAL_CALL shutdown();
|
/trunk/main/sw/source/ui/inc/ |
H A D | maildispatcher.hxx | 114 void shutdown();
|
/trunk/main/vos/source/ |
H A D | socket.cxx | 1359 shutdown(); in close() 1547 sal_Bool OStreamSocket::shutdown(TSocketDirection Direction) in shutdown() function in OStreamSocket
|
/trunk/main/offapi/com/sun/star/datatransfer/clipboard/ |
H A D | ClipboardManager.idl | 61 /** For shutdown and listener support.
|
H A D | GenericClipboard.idl | 73 /** For shutdown and listener support.
|