summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)AuthorFilesLines
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann9-13/+13
2014-03-24callcatcher: update unused codeCaolán McNamara2-34/+0
2014-03-12loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2014-03-08coverity#707935 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-02-17idlc: sal_Bool -> boolStephan Bergmann30-128/+128
2014-02-06Typo: atribute(s) -> attribute(s)Julien Nabet1-1/+1
2014-02-06Fix spelling errrorTor Lillqvist1-1/+1
2014-01-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann20-1323/+7
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-28coverity#440064 Logically dead codeCaolán McNamara1-6/+2
2014-01-25coverity#440240 Dereference after null checkNorbert Thiebaud1-1/+1
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2-5/+1
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann1-8/+8
2013-11-26Duplicate base checking code already covers check for opt base != XInterfaceStephan Bergmann1-0/+8
2013-11-25Fix fn declaration parameter names to match fn definitionStephan Bergmann1-1/+1
2013-11-25Fix unoidl sourceprovider interface base and member checksStephan Bergmann1-0/+62
2013-11-22Fix unoidl sourceprovider polystruct argument checksStephan Bergmann1-0/+5
2013-11-22Fix unoidl sourceprovider "published" checksStephan Bergmann1-0/+43
2013-11-22constant.tests idlc/unoidl diffs:Stephan Bergmann1-3/+11
2013-11-22attributes.tests idlc/unoidl diffs:Stephan Bergmann1-3/+3
2013-11-22Add exectest.pl OLD-/NEW-FAILURE for deliberate idlc/unoidl diffsStephan Bergmann1-10/+10
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-2/+2
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2-7/+3
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold1-1/+1
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara10-0/+25
2013-09-20bad search/replaceStephan Bergmann1-1/+1
2013-09-20Use tempfile instead of stdin in exectest.plStephan Bergmann1-21/+23
2013-09-12CID#705985 ensure umask for mkstempCaolán McNamara1-0/+4
2013-09-12CID#440614 use after freeCaolán McNamara1-2/+2
2013-09-04Minor clean upStephan Bergmann1-2/+1
2013-08-28Do not leave $$ uninitialized in case of errorStephan Bergmann1-0/+1
2013-08-28parser.y: untabify, remove trailing whitespace, mode linesStephan Bergmann1-2120/+2123
2013-08-22downcast of address which does not point to an object of type 'AstInterface'Stephan Bergmann3-8/+8
2013-08-22downcast of address which does not point to an object of type 'AstType'Stephan Bergmann1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-11/+11
2013-06-18fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()Jelle van der Waa2-2/+2
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold7-9/+9
2013-05-23RHEL-5 baseline ver of flex doesn't have nounistdCaolán McNamara1-1/+1
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl2-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+4
2013-04-09add external for unistd.hDavid Tardon1-3/+4
2013-04-07fix logical-op-parenthesis warningPeter Foley1-1/+1
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák49-186/+184
2013-04-03Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann4-1/+44