summaryrefslogtreecommitdiffstats
path: root/sot/source/sdstor
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-19/+14
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-8/+7
* micro optimize this a bitCaolán McNamara2013-10-291-3/+2
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-225-5/+5
* i123485 secured file import scanning existing pagesArmin Le Grand2013-10-161-4/+12
* CID#441342 potential resource leakCaolán McNamara2013-10-031-6/+3
* Mark as constTakeshi Abe2013-08-221-1/+1
* fdo#63133: Write tools/tempfile.hxx outPalenik Mihály2013-07-162-4/+4
* Delete SvCacheStream classPalenik Mihály2013-07-161-2/+1
* warning C4305 truncation from int to boolMichael Stahl2013-07-041-1/+1
* module sot: String, bool and other clean-upNorbert Thiebaud2013-07-0417-1001/+869
* OUString convertion for unotoolsNorbert Thiebaud2013-07-021-2/+2
* remove OUString wrap for string literalsThomas Arnhold2013-06-292-8/+8
* use uno::Reference#clear() method...Noel Grandin2013-06-051-2/+2
* some refactoring on <StgHeader>Oliver-Rainer Wittmann2013-05-192-17/+19
* Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy2013-04-201-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-077-86/+86
* Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith2013-04-011-1/+1
* coverity#440717 Dereference after null checkJulien Nabet2013-03-301-1/+1
* -Wunused-macrosStephan Bergmann2013-03-272-3/+0
* coverity#982310 Logically dead codeJulien Nabet2013-03-261-1/+1
* fdo#39445 writing out tools/fsys.hxx (sot)Krisztian Pinter2013-03-192-2/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-032-4/+4
* coverity#705725: fix memory leakMarkus Mohrhard2013-03-031-0/+4
* remove some trivial duplicatesThomas Arnhold2013-02-251-2/+0
* fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac2013-02-242-3/+3
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-221-2/+2
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
* coverity#982801 Out-of-bounds accessCaolán McNamara2013-02-191-2/+3
* warning C4805: '!=' unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann2013-02-043-6/+6
* unused variableLuboš Luňák2013-02-021-1/+0
* sal_Bool to boolLuboš Luňák2013-02-024-225/+225
* Resolves: fdo#57532 restrict page sanity check to non-storage chunksCaolán McNamara2012-12-051-1/+1
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-281-1/+1
* some i18n wrappers with LanguageTagEike Rathke2012-11-231-8/+1
* Resolves: fdo#53909 STG_FREE sector locations rejectedCaolán McNamara2012-11-221-3/+11
* callcatcher: remove another layer of binfilter-released methodsCaolán McNamara2012-11-171-27/+0
* callcatcher: more binfilter freed up methodsCaolán McNamara2012-11-142-112/+0
* callcatcher: update unused code post binfilter deathCaolán McNamara2012-11-141-107/+2
* fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new styleNoel Grandin2012-10-231-4/+3
* fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new styleNoel Grandin2012-10-231-4/+3
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-10-131-5/+5
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-1/+1
* sot: memory savings to avoid duplicating the whole stream in RAMMichael Meeks2012-09-202-34/+52
* sot: stgcache re-factor to use sane lifecycle semanticsMichael Meeks2012-09-196-149/+171
* sot: substantially accelerate sorted cache write-outMichael Meeks2012-09-193-100/+71
* sot: remove un-used LRU cacheMichael Meeks2012-09-192-70/+6
* sot: remove horrible hiding of LRU cache mapMichael Meeks2012-09-192-36/+15
* sot: remove unused Owner construct on StgPageMichael Meeks2012-09-193-8/+0