Home
last modified time | relevance | path

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

123456

/aoo4110/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
/aoo4110/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()
/aoo4110/main/jurt/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/bridges/source/cpp_uno/gcc3_macosx_powerpc/
H A Dexcept.cxx230 terminate(); in raiseException()
256 terminate(); in raiseException()
267 terminate(); in fillUnoException()
274 terminate(); in fillUnoException()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
511 int terminate; in osl_scheduleThread() local
533 terminate = ((pImpl->m_Flags & THREADIMPL_FLAGS_TERMINATE) > 0); in osl_scheduleThread()
538 return (terminate == 0); in osl_scheduleThread()
/aoo4110/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();
/aoo4110/main/sal/qa/osl/process/
H A Dosl_Thread.cxx521 _pThread->terminate(); in termAndJoinThread()
865 class terminate : public CppUnit::TestFixture class
890 aCountThread->terminate(); in terminate_001()
936 CPPUNIT_TEST_SUITE(terminate);
1172 pThread->terminate(); in check2Threads()
1173 p2Thread->terminate(); in check2Threads()
1924 aThread->terminate(); in schedule_001()
2006 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Thread::terminate, "osl_Thread");
/aoo4110/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()
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/
H A DTerminationTest.java61 boolean terminated = xDesktop.terminate(); in main()
70 terminated = xDesktop.terminate(); in main()
/aoo4110/main/extensions/source/update/check/
H A Dupdatecheck.cxx251 virtual void SAL_CALL terminate();
414 UpdateCheckThread::terminate() in terminate() function in __anoneeae1cbf0111::UpdateCheckThread
419 osl::Thread::terminate(); in terminate()
765 xDesktop->terminate(); in run()
1038 pThread->terminate(); in shutdownThread()
1200 m_pThread->terminate(); in downloadFinished()
/aoo4110/main/sal/qa/rtl/doublelock/
H A Drtl_doublelocking.cxx211 pThread->terminate(); in getValue_002()
212 p2Thread->terminate(); in getValue_002()
/aoo4110/main/vos/source/
H A Dthread.cxx162 void OThread::terminate() in terminate() function in OThread
178 terminate(); in kill()
/aoo4110/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.

Completed in 128 milliseconds

123456