Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


Global Functions in Namespace uno
in Sourcefile genfunc.h


cpp_acquire
void cpp_acquire(
void * pCppI ) throw();

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

Summary
Function to acquire a C++ interface.
Parameters
pCppI
C++ interface pointer

cpp_queryInterface
void * cpp_queryInterface(
void * pCppI,
typelib_TypeDescriptionReference * pType ) throw();

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

Summary
Function to query for a C++ interface.
Parameters
pCppI
C++ interface pointer
pType
demanded interface type
Return
acquired C++ interface pointer or null

cpp_release
void cpp_release(
void * pCppI ) throw();

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

Summary
Function to release a C++ interface.
Parameters
pCppI
C++ interface pointer

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.