/aoo42x/main/soltools/mkdepend/ |
H A D | main.c | 385 signal (SIGHUP, catch); 387 signal (SIGINT, catch); 389 signal (SIGQUIT, catch); 391 signal (SIGILL, catch); 393 signal (SIGBUS, catch); 395 signal (SIGSEGV, catch); 397 signal (SIGSYS, catch); 399 signal (SIGFPE, catch);
|
/aoo42x/main/sal/systools/win32/kill/ |
H A D | kill.cxx | 129 static DWORD SignalToExceptionCode( int signal ) in SignalToExceptionCode() argument 131 switch ( signal ) in SignalToExceptionCode() 261 #define SIG_ENTRY( signal ) { TEXT(#signal), SIG##signal } in ParseCommandArgs() argument
|
/aoo42x/main/tools/workben/ |
H A D | solar.c | 191 signal( SIGSEGV, SignalHandler ); in check() 193 signal( SIGBUS, SignalHandler ); in check() 197 signal( SIGSEGV, SIG_DFL ); in check() 199 signal( SIGBUS, SIG_DFL ); in check()
|
/aoo42x/main/sal/osl/w32/ |
H A D | MAKEFILE.MK | 68 $(SLO)$/signal.obj \ 95 $(OBJ)$/signal.obj \
|
/aoo42x/main/sal/osl/os2/ |
H A D | makefile.mk | 61 $(SLO)$/signal.obj \ 88 $(OBJ)$/signal.obj \
|
/aoo42x/main/vos/ |
H A D | Package_inc.mk | 43 $(eval $(call gb_Package_add_file,vos_inc,inc/vos/signal.hxx,signal.hxx))
|
H A D | Library_vos3.mk | 64 vos/source/signal \
|
/aoo42x/main/sal/osl/unx/ |
H A D | makefile.mk | 64 $(SLO)$/signal.obj \ 95 $(OBJ)$/signal.obj \
|
H A D | process.c | 1116 char signal[24]; /* pending signals */ member 1194 procstat->signal, procstat->blocked, procstat->sigignore, procstat->sigcatch, in osl_getProcStat() 1264 procstat->signal, procstat->blocked, procstat->sigignore, procstat->sigcatch in osl_getProcStatus()
|
/aoo42x/main/crashrep/source/unx/ |
H A D | main.cxx | 603 int signal = 0; in setup_commandline_arguments() local 615 signal = strtol( argv[n], NULL, 0 ); in setup_commandline_arguments() 664 *pSignal = signal; in setup_commandline_arguments()
|
/aoo42x/main/vcl/source/app/ |
H A D | svmain.cxx | 116 …virtual ::vos::OSignalHandler::TSignalAction SAL_CALL signal( ::vos::OSignalHandler::TSignalInfo* … 121 ::vos::OSignalHandler::TSignalAction SAL_CALL ImplVCLExceptionHandler::signal( ::vos::OSignalHandle… in signal() function in ImplVCLExceptionHandler
|
/aoo42x/main/vos/source/ |
H A D | signal.cxx | 36 return ((oslSignalAction)pThis->signal(pInfo)); in signalHandlerFunction_impl()
|
/aoo42x/main/vos/inc/vos/ |
H A D | signal.hxx | 84 virtual TSignalAction SAL_CALL signal(TSignalInfo *pInfo) = 0;
|
/aoo42x/main/offapi/com/sun/star/resource/ |
H A D | MissingResourceException.idl | 37 /** is used to signal that a resource is missing.
|
/aoo42x/main/vcl/unx/gtk/a11y/ |
H A D | TODO | 22 + in-line text editing, does the TEXT_CHANGED signal get it right,
|
/aoo42x/main/udkapi/com/sun/star/uno/ |
H A D | RuntimeException.idl | 39 It shall signal an error, which was not covered by the interface
|
/aoo42x/main/desktop/source/app/ |
H A D | officeipcthread.hxx | 45 virtual TSignalAction SAL_CALL signal(TSignalInfo *pInfo);
|
/aoo42x/main/udkapi/com/sun/star/reflection/ |
H A D | TypeDescriptionProvider.idl | 64 /** Interface to signal shutdown to the provider.<br>
|
H A D | TypeDescriptionManager.idl | 100 /** Interface to signal shutdown to the manager.<br>
|
/aoo42x/main/udkapi/com/sun/star/io/ |
H A D | XOutputStream.idl | 84 <type>XInputStream</type> receives an EOF signal. No further
|
/aoo42x/main/sal/qa/helper/gcov/ |
H A D | deprecated.txt | 129 # 2) all signal module#:
|
/aoo42x/main/rsc/source/rscpp/ |
H A D | cpp3.c | 324 signal(SIGINT, (void (*)(int)) abort); /* Trap "interrupt" */
|
/aoo42x/main/apple_remote/source/ |
H A D | RemoteControl.m | 33 // notifaction names that are being used to signal that an application wants to
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | XPresenterHelper.idl | 64 i.e. a window listener will not receive a windowShown signal.
|
/aoo42x/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 276 DWORD // control signal type
|