/aoo41x/main/helpcontent2/helpers/ |
H A D | update_tree.pl | 41 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 D | createmakefile.pl | 65 &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 D | create_ilst.pl | 46 &terminate("Cannot find $startdir."); 50 sub terminate { subroutine
|
/aoo41x/main/offapi/com/sun/star/frame/ |
H A D | XDesktop.idl | 66 /** 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 D | XTerminateListener.idl | 47 @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 D | TerminationVetoException.idl | 41 After his own operation will be finished, he MUST try to terminate the 46 @see XDesktop::terminate()
|
/aoo41x/main/jurt/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | java_remote_bridge.java | 101 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()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/ |
H A D | except.cxx | 231 terminate(); in raiseException() 257 terminate(); in raiseException() 268 terminate(); in fillUnoException() 275 terminate(); in fillUnoException()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/ |
H A D | except.cxx | 231 terminate(); in raiseException() 257 terminate(); in raiseException() 268 terminate(); in fillUnoException() 275 terminate(); in fillUnoException()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_alpha/ |
H A D | except.cxx | 231 terminate(); in raiseException() 257 terminate(); in raiseException() 268 terminate(); in fillUnoException() 275 terminate(); in fillUnoException()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_ia64/ |
H A D | except.cxx | 231 terminate(); in raiseException() 257 terminate(); in raiseException() 268 terminate(); in fillUnoException() 275 terminate(); in fillUnoException()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/ |
H A D | except.cxx | 231 terminate(); in raiseException() 257 terminate(); in raiseException() 268 terminate(); in fillUnoException() 275 terminate(); in fillUnoException()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/ |
H A D | except.cxx | 231 terminate(); in raiseException() 257 terminate(); in raiseException() 268 terminate(); in fillUnoException() 275 terminate(); in fillUnoException()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_s390/ |
H A D | except.cxx | 231 terminate(); in raiseException() 257 terminate(); in raiseException() 268 terminate(); in fillUnoException() 275 terminate(); in fillUnoException()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_s390x/ |
H A D | except.cxx | 231 terminate(); in raiseException() 257 terminate(); in raiseException() 268 terminate(); in fillUnoException() 275 terminate(); in fillUnoException()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_powerpc/ |
H A D | except.cxx | 230 terminate(); in raiseException() 256 terminate(); in raiseException() 267 terminate(); in fillUnoException() 274 terminate(); in fillUnoException()
|
/aoo41x/main/sal/osl/unx/ |
H A D | thread.c | 231 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()
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XPrinter.idl | 78 @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();
|
/aoo41x/main/sal/qa/osl/process/ |
H A D | osl_Thread.cxx | 521 _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");
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeBean/ |
H A D | OOoBeanViewer.java | 219 terminate(); in init() 337 private void terminate() in terminate() method in OOoBeanViewer 348 xDesktop.terminate(); in terminate()
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/ |
H A D | TerminationTest.java | 61 boolean terminated = xDesktop.terminate(); in main() 70 terminated = xDesktop.terminate(); in main()
|
/aoo41x/main/extensions/source/update/check/ |
H A D | updatecheck.cxx | 251 virtual void SAL_CALL terminate(); 414 UpdateCheckThread::terminate() in terminate() function in __anon96cc8cd60111::UpdateCheckThread 419 osl::Thread::terminate(); in terminate() 765 xDesktop->terminate(); in run() 1038 pThread->terminate(); in shutdownThread() 1200 m_pThread->terminate(); in downloadFinished()
|
/aoo41x/main/sal/qa/rtl/doublelock/ |
H A D | rtl_doublelocking.cxx | 211 pThread->terminate(); in getValue_002() 212 p2Thread->terminate(); in getValue_002()
|
/aoo41x/main/vos/source/ |
H A D | thread.cxx | 162 void OThread::terminate() in terminate() function in OThread 178 terminate(); in kill()
|
/aoo41x/main/udkapi/com/sun/star/io/ |
H A D | XStreamListener.idl | 56 <member>XActiveDataControl::terminate()</member>.</p> 63 /** gets called when <member>XActiveDataControl::terminate()</member> is called.
|