|
LibreOffice Module vcl (master) 1
|
Go to the source code of this file.
Macros | |
| #define | VCL_BUILDER_FACTORY(typeName) |
| #define | VCL_BUILDER_FACTORY_ARGS(typeName, arg1) |
| #define | VCL_BUILDER_FACTORY_CONSTRUCTOR(typeName, arg2) |
| #define | VCL_BUILDER_FACTORY_EXTERN(typeName) extern "C" void make##typeName(VclPtr<vcl::Window> & rRet, const VclPtr<vcl::Window> & pParent, VclBuilder::stringmap & rMap) |
| #define VCL_BUILDER_FACTORY | ( | typeName | ) |
Definition at line 16 of file builderfactory.hxx.
| #define VCL_BUILDER_FACTORY_ARGS | ( | typeName, | |
| arg1 | |||
| ) |
Definition at line 25 of file builderfactory.hxx.
| #define VCL_BUILDER_FACTORY_CONSTRUCTOR | ( | typeName, | |
| arg2 | |||
| ) |
Definition at line 34 of file builderfactory.hxx.
| #define VCL_BUILDER_FACTORY_EXTERN | ( | typeName | ) | extern "C" void make##typeName(VclPtr<vcl::Window> & rRet, const VclPtr<vcl::Window> & pParent, VclBuilder::stringmap & rMap) |
Definition at line 46 of file builderfactory.hxx.