|
LibreOffice
LibreOffice 26.2 SDK C/C++ API Reference
|
Go to the source code of this file.
Functions | |
| CPPU_DLLPUBLIC sal_Bool | uno_getCurrentContext (void **ppCurrentContext, rtl_uString *pEnvDcp, void *pEnvContext) SAL_THROW_EXTERN_C() |
| Gets the current task's context. | |
| CPPU_DLLPUBLIC sal_Bool | uno_setCurrentContext (void *pCurrentContext, rtl_uString *pEnvDcp, void *pEnvContext) SAL_THROW_EXTERN_C() |
| Sets the current task's context. | |
| CPPU_DLLPUBLIC sal_Bool uno_getCurrentContext | ( | void ** | ppCurrentContext, |
| rtl_uString * | pEnvDcp, | ||
| void * | pEnvContext ) |
Gets the current task's context.
| ppCurrentContext | inout param current context of type com.sun.star.uno.XCurrentContext |
| pEnvDcp | descriptor of returned interface's environment |
| pEnvContext | context of returned interface's environment (commonly 0) |
| CPPU_DLLPUBLIC sal_Bool uno_setCurrentContext | ( | void * | pCurrentContext, |
| rtl_uString * | pEnvDcp, | ||
| void * | pEnvContext ) |
Sets the current task's context.
| pCurrentContext | in param current context of type com.sun.star.uno.XCurrentContext |
| pEnvDcp | descriptor of interface's environment |
| pEnvContext | context of interface's environment (commonly 0) |