Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


Global Functions in Global Namespace C++
in Sourcefile signal.h


osl_addSignalHandler
extern "C"
oslSignalHandler osl_addSignalHandler(
oslSignalHandlerFunction Handler,
void * pData );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO YES

Summary
the function-ptr. representing the signal handler-function.

osl_raiseSignal
extern "C"
oslSignalAction osl_raiseSignal(
sal_Int32 UserSignal,
void * UserData );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO YES


osl_removeSignalHandler
extern "C"
sal_Bool osl_removeSignalHandler(
oslSignalHandler hHandler );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO YES


osl_setErrorReporting
extern "C"
sal_Bool osl_setErrorReporting(
sal_Bool bEnable );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO YES

Summary
Enables or disables error reporting
Description
On default error reporting is enabled after process startup.
Parameters
bEnable
    Enables or disables error reporting.    
    
    
Return
sal_True if previous state of error reporting was enabled
sal_False if previous state of error reporting was disbaled

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.