office-gobmx/idl
Noel Grandin 6eac9deadd remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL
Convert code like this:
    if (aStr.equalsL(RTL_CONSTASCII_STRINGPARAM("rem")))
to:
    if (aStr == "rem")
which compiles down to the same code.

Change-Id: I2dfa0f0a457c465948ecf720daaa45ff29d69de9
2013-11-21 13:29:29 +02:00
..
inc clean up #ifdef ICC code 2013-11-10 00:03:22 +01:00
source remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL 2013-11-21 13:29:29 +02:00
Executable_svidl.mk Revert "More ICU dependencies that are now dragged in" 2013-09-25 09:04:47 +02:00
Makefile re-base on ALv2 code. Includes: 2012-07-13 21:38:47 +01:00
Module_idl.mk more subtle dependencies for cross-compilation 2013-03-13 16:26:10 +01:00
README update idl/README 2013-03-25 09:13:07 +01:00

SvIDL Compiler that generates C++ slot headers from SDI files in modules' sdi/
subdirectory.