summaryrefslogtreecommitdiff
path: root/idl/source
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-20Convert tools/table.hxx usage to std::map in IDL moduleNoel Grandin5-13/+13
2012-03-12remove usage of RTL_CONSTASCII_STRINGPARAMLuboš Luňák2-18/+18
2012-01-27remove WriteSrc, WriteCxx and WriteHxxCaolán McNamara5-207/+0
2012-01-27make idl ByteString freeCaolán McNamara1-5/+3
2012-01-27use assert to demo equivalenceCaolán McNamara1-0/+18
2012-01-27ByteString->rtl::OStringCaolán McNamara8-175/+176
2012-01-26useless unused aPStr objectCaolán McNamara1-1/+0
2012-01-26ByteString->rtl::OStringCaolán McNamara8-199/+197
2012-01-23make sot ByteString freeCaolán McNamara2-10/+10
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz2-4/+0
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara1-1/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05ByteString->rtl::OString[Buffer]Caolán McNamara3-36/+34
2012-01-05don't inherit from ByteStringCaolán McNamara7-185/+185
2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot2-4/+4