summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-3/+2
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-2/+2
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-18/+18
2013-11-11remove unnecessary use of OUString constructorNoel Grandin3-29/+25
2013-11-05fdo#60698: Merge all libs of io...Marcos Paulo de Souza24-481/+268
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist4-4/+4
2013-10-22Resolves: #i75731# check output stream and...Jürgen Schmidt1-0/+15
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza5-70/+13
2013-10-04fdo#46374 replace stardiv in comments where applicableThomas Arnhold2-14/+8
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák5-5/+5
2013-08-12Mark as constTakeshi Abe5-5/+5
2013-07-01Fix memory leak in OTextInputStream.Mark Wielaard1-0/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold3-49/+49
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks6-132/+24
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann5-37/+15
2013-04-19remove unused component_canUnload functionsMatúš Kukan16-97/+5
2013-03-30fix loplugin unused warningsPeter Foley1-15/+6
2013-03-19further OUString cleanupThomas Arnhold3-3/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-20/+20
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-04sal_Bool to boolTakeshi Abe4-6/+6
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-11fdo#46808, convert io::TextOutputStream service to new-styleNoel Grandin1-4/+3
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin1-4/+3
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl6-6/+6
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl3-0/+6
2012-12-01Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz6-37/+37
2012-12-01Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz4-36/+28
2012-11-29Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz4-37/+33
2012-10-22drop rdbmaker completelyMatúš Kukan1-1/+1
2012-10-02Use prefixTor Lillqvist10-10/+10
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl5-10/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl5-5/+10
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl5-0/+5
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud4-4/+4
2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin1-2/+3
2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann10-521/+3
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+0
2012-08-07remove empty ascii boxes and stuffThomas Arnhold1-6/+0
2012-07-04re-base on ALv2 code.Michael Meeks32-672/+477
2012-06-21re-base on ALv2 code.Michael Meeks4-95/+59
2012-06-21re-base on ALv2 code.Michael Meeks1-21/+12
2012-06-16removed unused forward declarations of classTakeshi Abe2-2/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-02targeted string re-workNorbert Thiebaud4-101/+100
2012-06-01targeted string re-workNorbert Thiebaud1-14/+14
2012-05-29deliver component desc. xml, if usedDavid Tardon2-35/+0
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold6-21/+21