summaryrefslogtreecommitdiffstats
path: root/idlc
Commit message (Expand)AuthorAgeFilesLines
* idlc: sal_Bool -> boolStephan Bergmann2014-02-1730-128/+128
* Typo: atribute(s) -> attribute(s)Julien Nabet2014-02-061-1/+1
* Fix spelling errrorTor Lillqvist2014-02-061-1/+1
* Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann2014-01-3020-1323/+7
* bool improvementsStephan Bergmann2014-01-281-2/+2
* coverity#440064 Logically dead codeCaolán McNamara2014-01-281-6/+2
* coverity#440240 Dereference after null checkNorbert Thiebaud2014-01-251-1/+1
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-132-5/+1
* Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann2013-11-271-8/+8
* Duplicate base checking code already covers check for opt base != XInterfaceStephan Bergmann2013-11-261-0/+8
* Fix fn declaration parameter names to match fn definitionStephan Bergmann2013-11-251-1/+1
* Fix unoidl sourceprovider interface base and member checksStephan Bergmann2013-11-251-0/+62
* Fix unoidl sourceprovider polystruct argument checksStephan Bergmann2013-11-221-0/+5
* Fix unoidl sourceprovider "published" checksStephan Bergmann2013-11-221-0/+43
* constant.tests idlc/unoidl diffs:Stephan Bergmann2013-11-221-3/+11
* attributes.tests idlc/unoidl diffs:Stephan Bergmann2013-11-221-3/+3
* Add exectest.pl OLD-/NEW-FAILURE for deliberate idlc/unoidl diffsStephan Bergmann2013-11-221-10/+10
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-1/+1
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-1/+1
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-2/+2
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-312-7/+3
* windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold2013-10-281-1/+1
* convert code to use OUString::endsWithNoel Grandin2013-10-231-2/+2
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-2210-0/+25
* bad search/replaceStephan Bergmann2013-09-201-1/+1
* Use tempfile instead of stdin in exectest.plStephan Bergmann2013-09-201-21/+23
* CID#705985 ensure umask for mkstempCaolán McNamara2013-09-121-0/+4
* CID#440614 use after freeCaolán McNamara2013-09-121-2/+2
* Minor clean upStephan Bergmann2013-09-041-2/+1
* Do not leave $$ uninitialized in case of errorStephan Bergmann2013-08-281-0/+1
* parser.y: untabify, remove trailing whitespace, mode linesStephan Bergmann2013-08-281-2120/+2123
* downcast of address which does not point to an object of type 'AstInterface'Stephan Bergmann2013-08-223-8/+8
* downcast of address which does not point to an object of type 'AstType'Stephan Bergmann2013-08-221-1/+1
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-212-11/+11
* fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()Jelle van der Waa2013-06-182-2/+2
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold2013-05-297-9/+9
* RHEL-5 baseline ver of flex doesn't have nounistdCaolán McNamara2013-05-231-1/+1
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
* soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl2013-05-102-1/+1
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-21/+4
* add external for unistd.hDavid Tardon2013-04-091-3/+4
* fix logical-op-parenthesis warningPeter Foley2013-04-071-1/+1
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-071-1/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0749-186/+184
* Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann2013-04-034-1/+44
* -Wunused-macrosStephan Bergmann2013-03-272-10/+0
* remove external include guardsThomas Arnhold2013-03-252-48/+1
* Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann2013-03-251-3/+3
* deleting NULL is safeTakeshi Abe2013-03-251-4/+2