tdf#120787: fine-tune window flags w/ focus on floating toolbars
[LibreOffice.git] / codemaker / README
blob436086cec5e5b04dcfa012c1031d739ad6f18dd4
1 Generators for language-binding--specific representations of UNOIDL entities:
2 - cppumaker generates header (.hdl and .hpp) files for the C++ UNO language
3   binding
4 - javamaker generates class files for the JVM language binding
5 - the codemaker for .Net is in module cli_ure
7 Some of the code is re-used by the skeletonmakers in module unodevtools.
10 Note the different terminology used by cppumaker vs. gbuild for the three
11 variants that can be generated by cppumaker for some of the inline functions:
13   cppumaker switch: -L;    cpputype.cxx: light;          gbuild: normal;
14   cppumaker switch: none;  cpputype.cxx: normal;         gbuild: bootstrap;
15   cppumaker switch: -C;    cpputype.cxx: comprehensive;  gbuild: comprehensive;
17 ...a recipe for confusion.