summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)AuthorFilesLines
2013-06-03re-base on ALv2 code. Includes:Michael Meeks2-42/+24
2013-05-19some refactoring on <StgHeader>Oliver-Rainer Wittmann2-17/+19
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-2/+0
2013-04-23execute move of global headersBjoern Michaelsen12-1628/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-49/+8
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy6-32/+4
2013-04-19Java cleanup, remove the rest of the unnecessary castsNoel Grandin1-2/+2
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák16-152/+152
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-01Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith2-2/+2
2013-03-30coverity#440717 Dereference after null checkJulien Nabet1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann2-3/+0
2013-03-26coverity#982310 Logically dead codeJulien Nabet1-1/+1
2013-03-19fdo#39445 writing out tools/fsys.hxx (sot)Krisztian Pinter2-2/+0
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-4/+4
2013-03-03coverity#705725: fix memory leakMarkus Mohrhard1-0/+4
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-25remove some trivial duplicatesThomas Arnhold1-2/+0
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac2-3/+3
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet1-2/+2
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-19coverity#982801 Out-of-bounds accessCaolán McNamara1-2/+3
2013-02-04warning C4805: '!=' unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann4-9/+9
2013-02-02unused variableLuboš Luňák1-1/+0
2013-02-02sal_Bool to boolLuboš Luňák4-225/+225
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-3/+1
2012-12-05Resolves: fdo#57532 restrict page sanity check to non-storage chunksCaolán McNamara2-1/+1
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-1/+1
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-8/+2
2012-11-22Related: fdo#53909 add regression testCaolán McNamara1-0/+0
2012-11-22Resolves: fdo#53909 STG_FREE sector locations rejectedCaolán McNamara1-3/+11
2012-11-17callcatcher: remove another layer of binfilter-released methodsCaolán McNamara2-28/+0
2012-11-14callcatcher: more binfilter freed up methodsCaolán McNamara4-120/+0
2012-11-14The additional methods of SO2_*_REF over SV_*_REF are now unusedCaolán McNamara7-115/+6
2012-11-14callcatcher: update unused code post binfilter deathCaolán McNamara4-145/+4
2012-11-09binfilter.die.die.dieNorbert Thiebaud1-5/+1
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-0/+4
2012-11-01rework filters test to squeeze through extra flagsCaolán McNamara1-5/+4
2012-10-23fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new styleNoel Grandin1-4/+3
2012-10-23fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new styleNoel Grandin1-4/+3
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-5/+5
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl2-4/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2-2/+4
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2-0/+2
2012-09-20sot: memory savings to avoid duplicating the whole stream in RAMMichael Meeks2-34/+52
2012-09-19sot: stgcache re-factor to use sane lifecycle semanticsMichael Meeks6-149/+171
2012-09-19sot: substantially accelerate sorted cache write-outMichael Meeks3-100/+71