Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: uno ::

interface XCurrentContext
Description
Task (e.g. thread) local execution context for UNO. Arbitrary values can be retrieved from the context.

You have to use UNO runtime functions to obtain the current context in your target language.

@attention In general, do not spread the current context across different tasks. Values of the current context are destined for that task only.

Methods' Summary
getValueByName Gets a value from the context.  
Methods' Details
getValueByName
any
getValueByName( [in] string  Name );

Description
Gets a value from the context.
Parameter Name
name of value
Returns
value
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.