summaryrefslogtreecommitdiff
path: root/idl/source
AgeCommit message (Expand)AuthorFilesLines
2014-03-14Avoid duplicate symbols in libmerged for Windows too.Matúš Kukan2-2/+24
2014-03-10coverity#1103651 Unchecked return valueCaolán McNamara1-3/+3
2014-03-10fix indentCaolán McNamara1-35/+34
2014-03-08coverity#707933 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-03-08coverity#707932 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-02-21Add config option used when we try to link one huge object file.Matúš Kukan1-1/+1
2014-02-12more SvStream:operator>> conversionNoel Grandin4-8/+8
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin7-28/+28
2014-02-12cid#705188 missing break in switchNoel Grandin1-0/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-22remove SvStream::operator<< methodsNoel Grandin4-8/+8
2014-01-22convert more SvStream::operator<< callsNoel Grandin7-482/+489
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2-2/+2
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin7-53/+53
2013-12-27presumably each entry needs a tab and semicolonCaolán McNamara1-2/+6
2013-12-27cppcheck: fix Same expression on both sides of '||' + simplify a bitJulien Nabet1-7/+3
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-4/+4
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-4/+4
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-4/+4
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2-4/+4
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin4-28/+23
2013-11-15No __weak__ in Win32Tor Lillqvist1-1/+1
2013-11-10clean up #ifdef ICC codeMichael Stahl1-4/+0
2013-11-07idl: fix out of bounds string accessesMichael Stahl1-2/+2
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+1
2013-10-12cdecl is the default anywayTor Lillqvist1-6/+0
2013-09-17convert IDL module from String to OUStringNoel Grandin5-43/+37
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák5-20/+15
2013-07-08-Werror,-Wlogical-not-parentheses (Clang trunk towards 3.4)Stephan Bergmann1-1/+1
2013-06-18fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()Jelle van der Waa2-2/+2
2013-04-24svidl: make dependencies: handle removed include files:Michael Stahl1-0/+15
2013-04-24Revert "svidl: write dependencies with cygwin paths"Michael Stahl1-45/+2
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-10svidl: more helpful error message for missing slot / types.Michael Meeks3-2/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák12-204/+204
2013-03-25fdo#39445 writing out tools/fsys.hxx (idl)Krisztian Pinter4-143/+128
2013-03-21add sw swd msfilter vbahelper to Library_mergedPeter Foley1-1/+1
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-100/+102
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-12Simplify thisJulien Nabet1-2/+1
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac5-10/+10
2012-11-26Use the weak attribute for iOS, tooTor Lillqvist1-1/+1
2012-09-20Avoid duplicate symbols when DISABLE_DYNLOADING for AndroidTor Lillqvist1-0/+3
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+0
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin5-149/+159
2012-07-30Typo ressource -> resourceStephan Bergmann1-1/+1
2012-07-13re-base on ALv2 code. Includes:Michael Meeks12-276/+168
2012-07-03ditch String::CreateFromAsciiCaolán McNamara4-10/+10
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0