summaryrefslogtreecommitdiffstats
path: root/sot/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* The additional methods of SO2_*_REF over SV_*_REF are now unusedCaolán McNamara2012-11-142-42/+0
* callcatcher: update unused code post binfilter deathCaolán McNamara2012-11-142-131/+3
* 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
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-3/+3
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-142-10/+10
* fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin2012-08-271-2/+4
* callcatcher: remove some of the slightly trickier unused methodsCaolán McNamara2012-08-203-60/+0
* Do not check the stored DIFAT sector count.Kohei Yoshida2012-08-151-1/+1
* unusedcode.easy: remove unused codeThomas Arnhold2012-08-131-14/+0
* tabs to spacesEike Rathke2012-07-278-22/+22
* sot: prevent some null pointer crashesMikhail Voytenko2012-07-2713-165/+393
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-7/+7
* removed unnecessary forward declarations of classTakeshi Abe2012-07-022-3/+0
* Remove some unused defines and controlsThomas Arnhold2012-06-293-9/+0
* re-base on ALv2 code.Michael Meeks2012-06-2223-532/+325
* cleanup of duplicated includesPhilipp Riemer2012-06-221-1/+0
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-211-1/+1
* reduce scope and replace some String::CreateFromAsciiCaolán McNamara2012-06-213-4/+4
* re-base on ALv2 code.Michael Meeks2012-06-213-69/+42
* death to some UniStringsCaolán McNamara2012-06-191-2/+2
* nuke dead codeTakeshi Abe2012-06-102-39/+0
* Remove superfluous empty lines on topThomas Arnhold2012-06-092-4/+0
* This SyncSvStream/SyncSysStream stuff isn't usedCaolán McNamara2012-06-051-17/+0
* targeted string re-workNorbert Thiebaud2012-05-314-42/+42
* sot: re-work OLE2 offset-to-page computationMichael Meeks2012-05-142-70/+59
* sot: simplify the storage stream FAT item cacheMichael Meeks2012-05-112-72/+38
* Related: fdo#47644 get out of bounds conditions rightCaolán McNamara2012-05-101-9/+6
* should have been SAL_WARNCaolán McNamara2012-05-031-1/+1
* std::is_sorted is C++11 or C++0X sgi extensionCaolán McNamara2012-05-031-1/+22
* Related: fdo#47644 for huge files build a page chain cache for seeksCaolán McNamara2012-05-032-16/+100
* const up methods that don't change any stateCaolán McNamara2012-05-032-10/+10
* Fix sot stream bustageCaolán McNamara2012-05-033-10/+10
* Related: fdo#47644 compound storage backend is poor at knowing stream sizeCaolán McNamara2012-05-033-0/+19
* Removed StgHeader::SetClassId(ClsId const &)Laureano G. Linde2012-04-162-7/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1