summaryrefslogtreecommitdiff
path: root/rsc
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-20incorrect body alignmentLuboš Luňák4-139/+139
2012-11-20unused variableLuboš Luňák1-1/+1
2012-11-14Turn some memmove into memcpy when it is safe to do so.jailletc361-2/+2
2012-10-17More useless code, "#if 0" blocks in lingucomponent, sal, and rscMarcos Paulo de Souza1-6/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-3/+2
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
2012-08-18remove some useless commentsThomas Arnhold1-1/+0
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+0
2012-08-08STL'ify UniqueIndexNoel Grandin4-65/+69
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-1/+0
2012-07-30Typo ressource -> resourceStephan Bergmann3-5/+5
2012-07-26remove unused border stylesIvan Timofeev2-4/+0
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-06-25re-base on ALv2 code.Michael Meeks54-1255/+769
2012-06-25removed unused forward declarations of classTakeshi Abe1-1/+0
2012-06-21re-base on ALv2 code.Michael Meeks5-118/+73
2012-06-19remove some UniString ctorsCaolán McNamara1-10/+10
2012-06-07nuke dead codeTakeshi Abe1-12/+0
2012-05-25WaE: return value of fwrite uncheckedCaolán McNamara1-12/+12
2012-05-03WaE: ignoring return value of fwriteCaolán McNamara1-4/+8
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen2-1/+0
2012-04-16YaccTarget and headers cleaningMatúš Kukan1-3/+0
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-2/+2
2012-04-02Resolves: fdo#48129 maLangStr can have trailing nullsCaolán McNamara1-2/+2