AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Environment.hxx
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 
4 #ifndef INCLUDED_CPPU_HELPER_PURPENV_ENVIRONMENT_HXX
5 #define INCLUDED_CPPU_HELPER_PURPENV_ENVIRONMENT_HXX
6 
7 #include "cppu/cppudllapi.h"
8 #include "uno/environment.h"
9 
10 namespace cppu { class Enterable; }
11 
12 namespace cppu { namespace helper { namespace purpenv {
13 
20  uno_Environment * pEnvironment, cppu::Enterable * pEnterable);
21 
22 }}}
23 
24 #endif
25 
26 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
C++ wrapper for binary C Enterable (http://wiki.openoffice.org/wiki/Uno/Cpp/Spec/Environment_Stack) ...
Definition: Enterable.hxx:18
struct SAL_DLLPUBLIC_RTTI _uno_Environment uno_Environment
The binary specification of a UNO environment.
#define PURPENV_DLLPUBLIC
Definition: cppudllapi.h:17
PURPENV_DLLPUBLIC void Environment_initWithEnterable(uno_Environment *pEnvironment, cppu::Enterable *pEnterable)
C++ helper for implementing Purpose Environments.