summaryrefslogtreecommitdiff
path: root/rsc
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-46/+8
2013-04-23execute move of global headersBjoern Michaelsen4-224/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák24-171/+164
2013-04-05new module i18nlangtagEike Rathke3-4/+4
2013-04-03ditch unused LANGUAGE_USER[1-9]Eike Rathke1-10/+0
2013-04-03rsc with language tagsEike Rathke2-92/+50
2013-04-03correct number of format operands for fprintfEike Rathke1-2/+2
2013-03-27fix extension replacer (rsc)Andras Timar1-1/+1
2013-03-27stop uninitialized memory leaking into resource files.Andras Timar1-0/+3
2013-03-27-Wunused-macrosStephan Bergmann3-12/+0
2013-03-27fdo#39445 writing out tools/fsys.hxx (rsc)Andras Timar2-54/+43
2013-03-27remove unused functionality from Resource CompilerAndras Timar41-3705/+30
2013-03-25remove external include guardsThomas Arnhold3-12/+0
2013-03-25Revert "replace DirEntry to osl::FileBase in a few cases in rsc"Andras Timar1-14/+10
2013-03-25remove unnecessary 'using' linesAndras Timar1-4/+0
2013-03-25replace DirEntry to osl::FileBase in a few cases in rscAndras Timar1-11/+14
2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann1-7/+3
2013-03-21Revert "RscCmdLine: don't use obsolete DirEntry"Michael Stahl1-4/+5
2013-03-21stop uninitialized memory leaking into resource files.Michael Meeks1-1/+4
2013-03-21RscCmdLine: don't use obsolete DirEntryMiklos Vajna1-5/+4
2013-03-19fdo#39445 writing out tools/fsys.hxx (rsc)Krisztian Pinter3-3/+0
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-19reduce whitespaces between include and filenameThomas Arnhold7-36/+36
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-14fdo#39445 writing out tools/fsys.hxxKrisztian Pinter2-9/+7
2013-03-13more subtle dependencies for cross-compilationMatúš Kukan1-2/+2
2013-03-09coverity#705676: fix memory leakMarkus Mohrhard1-4/+7
2013-03-08simplify compareTo (now correct)Thomas Arnhold1-1/+1
2013-03-08Revert "simplify some compareTo"Stephan Bergmann1-1/+1
2013-03-08simplify some compareToThomas Arnhold1-1/+1
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-15/+15
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2013-03-04doubled includesThomas Arnhold2-2/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-27Factor out duplicate enums and types from rsc and vcl into one headerTor Lillqvist3-131/+135
2013-02-26this dmake file in rsc was inadvertently addedCaolán McNamara1-0/+0
2013-02-23Fix typo accessable/accessibleJulien Nabet1-1/+1
2013-02-13Reduce scopeJulien Nabet1-1/+1
2013-02-12Some cppcheck cleaningJulien Nabet1-2/+2
2013-02-12Some cppcheck cleaningJulien Nabet1-7/+4
2013-02-06Some cppcheck cleaningJulien Nabet1-10/+4
2013-01-27Some cppcheck cleaningJulien Nabet1-5/+2
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+2
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-1/+1
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist1-1/+1
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-1/+1
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2-5/+1
2012-11-20use LanguageTagEike Rathke1-1/+2