Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 145) sorted by relevance

123456

/trunk/main/helpcontent2/helpers/
H A Dupdate_tree.pl41 terminate() if ( ! defined $inpath );
124 sub terminate { subroutine
189 &terminate("Error opening $treestrings");
203 &terminate("Cannot open directory $tree_src");
293 chmod 0664, $treetmpfile or &terminate("Cannot change rights on $treetmpfile");
298 …mv $treetmpfile , "$tree_dest\\$lng\\$tv" or &terminate("Cannot mv $treetmpfile to $tree_dest\\$ln…
303 …my $ret=mv $treetmpfile , "$tree_dest/$lng/$tv$inpath" or &terminate("Cannot write to $tree_dest/$…
304 …my $ret=mv "$tree_dest/$lng/$tv$inpath" , "$tree_dest/$lng/$tv" or &terminate("Cannot write to $tr…
307 &terminate("Cannot write to $tvout");
321 &terminate("Error opening $f");
[all …]
H A Dcreatemakefile.pl65 &terminate("Cannot open $makefiletemplate");
73 &terminate("Cannot open $linkmakefiletemplate");
144 &terminate("Cannot write to ${d}/makefile.mk\n");
432 sub terminate { subroutine
453 &terminate("Cannot write makefile to ${linkdir}/$module\n");
H A Dcreate_ilst.pl46 &terminate("Cannot find $startdir.");
50 sub terminate { subroutine
/trunk/main/offapi/com/sun/star/frame/
H A DXDesktop.idl66 /** tries to terminate the desktop.
69 …First, every terminate listener is called by his <member>XTerminateListener::queryTermination()</m…
71 …done that will be the new "controller" of the desktop lifetime. He should try to terminate it by h…
85 boolean terminate();
89 when the desktop is queried to terminate, and when it really
H A DXTerminateListener.idl47 @see XDesktop::terminate()
54 /** is called when the master environment (e.g., desktop) is about to terminate.
58 …Interceptor will be the new owner of desktop and should call <member>XDesktop::terminate()</member>
H A DTerminationVetoException.idl41 After his own operation will be finished, he MUST try to terminate the
46 @see XDesktop::terminate()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java101 if (terminate) { in run()
158 public synchronized void terminate() { in terminate() method in java_remote_bridge.MessageDispatcher
159 terminate = true; in terminate()
162 private boolean terminate = false; field in java_remote_bridge.MessageDispatcher
498 _iProtocol.terminate(); in dispose()
501 _messageDispatcher.terminate(); in dispose()
/trunk/main/sal/osl/unx/
H A Dthread.c231 int terminate; in osl_thread_start_Impl() local
259 terminate = ((pImpl->m_Flags & THREADIMPL_FLAGS_TERMINATE) > 0); in osl_thread_start_Impl()
263 if (!terminate) in osl_thread_start_Impl()
510 int terminate; in osl_scheduleThread() local
532 terminate = ((pImpl->m_Flags & THREADIMPL_FLAGS_TERMINATE) > 0); in osl_scheduleThread()
537 return (terminate == 0); in osl_scheduleThread()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dexcept.cxx231 terminate(); in raiseException()
257 terminate(); in raiseException()
268 terminate(); in fillUnoException()
275 terminate(); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dexcept.cxx231 terminate(); in raiseException()
257 terminate(); in raiseException()
268 terminate(); in fillUnoException()
275 terminate(); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dexcept.cxx231 terminate(); in raiseException()
257 terminate(); in raiseException()
268 terminate(); in fillUnoException()
275 terminate(); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dexcept.cxx231 terminate(); in raiseException()
257 terminate(); in raiseException()
268 terminate(); in fillUnoException()
275 terminate(); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dexcept.cxx231 terminate(); in raiseException()
257 terminate(); in raiseException()
268 terminate(); in fillUnoException()
275 terminate(); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dexcept.cxx231 terminate(); in raiseException()
257 terminate(); in raiseException()
268 terminate(); in fillUnoException()
275 terminate(); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dexcept.cxx231 terminate(); in raiseException()
257 terminate(); in raiseException()
268 terminate(); in fillUnoException()
275 terminate(); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dexcept.cxx231 terminate(); in raiseException()
257 terminate(); in raiseException()
268 terminate(); in fillUnoException()
275 terminate(); in fillUnoException()
/trunk/main/offapi/com/sun/star/awt/
H A DXPrinter.idl78 @see terminate
90 <member scope="com::sun::star::awt">XPrinter::terminate</member>
93 <member scope="com::sun::star::awt">XPrinter::terminate</member>
98 void terminate();
/trunk/main/sal/qa/osl/process/
H A Dosl_Thread.cxx521 _pThread->terminate(); in termAndJoinThread()
823 class terminate : public ::testing::Test class
841 TEST_F(terminate, terminate_001) in TEST_F() argument
849 aCountThread->terminate(); in TEST_F()
865 TEST_F(terminate, terminate_002) in TEST_F() argument
1098 pThread->terminate(); in check2Threads()
1099 p2Thread->terminate(); in check2Threads()
1772 aThread->terminate(); in TEST_F()
/trunk/main/odk/examples/DevelopersGuide/OfficeBean/
H A DOOoBeanViewer.java219 terminate(); in init()
337 private void terminate() in terminate() method in OOoBeanViewer
348 xDesktop.terminate(); in terminate()
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx251 virtual void SAL_CALL terminate();
414 UpdateCheckThread::terminate() in terminate() function in __anon7b9484ee0111::UpdateCheckThread
419 osl::Thread::terminate(); in terminate()
765 xDesktop->terminate(); in run()
1038 pThread->terminate(); in shutdownThread()
1200 m_pThread->terminate(); in downloadFinished()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/
H A DTerminationTest.java61 boolean terminated = xDesktop.terminate(); in main()
70 terminated = xDesktop.terminate(); in main()
/trunk/main/sal/qa/rtl/doublelock/
H A Drtl_doublelocking.cxx212 pThread->terminate(); in TEST_F()
213 p2Thread->terminate(); in TEST_F()
/trunk/main/vos/source/
H A Dthread.cxx162 void OThread::terminate() in terminate() function in OThread
178 terminate(); in kill()
/trunk/main/udkapi/com/sun/star/io/
H A DXStreamListener.idl56 <member>XActiveDataControl::terminate()</member>.</p>
63 /** gets called when <member>XActiveDataControl::terminate()</member> is called.
/trunk/main/comphelper/source/misc/
H A Dasyncnotification.cxx166 void SAL_CALL AsyncEventNotifier::terminate() in terminate() function in comphelper::AsyncEventNotifier
171 AsyncEventNotifier_TBASE::terminate(); in terminate()

Completed in 76 milliseconds

123456