LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
|
#include "uno/environment.h"
Go to the source code of this file.
Classes | |
struct | uno_Enterable |
A struct pReserved needs to point to, if implementing a purpose environment. More... | |
Typedefs | |
typedef void | uno_Enterable_enter(void *context) |
Generic function type declaration for entering an Environment. More... | |
typedef void | uno_Enterable_leave(void *context) |
Generic function type declaration for leaving an Environment. More... | |
typedef void | uno_Enterable_callInto_v(void *context, uno_EnvCallee *pCallee, va_list *pParam) |
Generic function type declaration for calling into an Environment. More... | |
typedef void | uno_Enterable_callOut_v(void *context, uno_EnvCallee *pCallee, va_list *pParam) |
Generic function type declaration for calling out of an Environment. More... | |
typedef int | uno_Enterable_isValid_v(void *context, rtl_uString **ppReason) |
Generic function type declaration for checking if calling on managed object is valid. More... | |
typedef void uno_Enterable_callInto_v(void *context, uno_EnvCallee *pCallee, va_list *pParam) |
Generic function type declaration for calling into an Environment.
(http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack)
context | |
pCallee | the function to be called |
pParam | the parameter pointer to be passed to the function |
typedef void uno_Enterable_callOut_v(void *context, uno_EnvCallee *pCallee, va_list *pParam) |
Generic function type declaration for calling out of an Environment.
(http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack)
context | |
pCallee | the function to be called |
pParam | the parameter pointer to be passed to the function |
typedef void uno_Enterable_enter(void *context) |
Generic function type declaration for entering an Environment.
(http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack)
context |
typedef int uno_Enterable_isValid_v(void *context, rtl_uString **ppReason) |
Generic function type declaration for checking if calling on managed object is valid.
(http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack)
context | |
ppReason | the reason, in case calling is not valid |
typedef void uno_Enterable_leave(void *context) |
Generic function type declaration for leaving an Environment.
(http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack)
context |