summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-30Add t-test Statistics Dialog.Tomaž Vajngerl21-8/+1007
2013-11-30typo: Tower -> LowerAndras Timar1-1/+1
2013-11-30make the validation tool happyMarkus Mohrhard1-1/+1
2013-11-30more OOXML export validation fixes, fdo#71971Markus Mohrhard1-5/+9
2013-11-30write valid dxf record, related fdo#71971Markus Mohrhard1-6/+6
2013-11-30flat text DB: fix move by bookmarkLionel Elie Mamane1-13/+4
2013-11-30debug mode is OSL_DEBUG_LEVEL > 0, not > 1Lionel Elie Mamane1-1/+1
2013-11-30factorise codeLionel Elie Mamane1-7/+2
2013-11-30fdo#72148 if expecting table at begin, explicitly set it soLionel Elie Mamane1-1/+5
2013-11-29our UI DURATION is ODF and Excel PDURATIONEike Rathke2-2/+2
2013-11-29writerfilter: remove unused WW8Annotation in doctokMiklos Vajna3-35/+0
2013-11-29writerfilter: remove unused DffImpl in doctokMiklos Vajna2-265/+0
2013-11-29typo: seperator -> separatorAndras Timar3-4/+4
2013-11-29Revert "add dummy oglcanvas::SpriteCanvas::copyRect so this compiles..."Thorsten Behrens1-13/+0
2013-11-29Further XCanvas != XBitmapCanvas cleanup.Thorsten Behrens8-13/+20
2013-11-29Fix fdo#71527 no unguarded ptr dereference here.Thorsten Behrens1-1/+2
2013-11-29Revert "Resolves: fdo#71527 don't crash in presenter console"Thorsten Behrens2-10/+3
2013-11-29Revert "Resolves: fdo#71527 make presenter console not crash/useless"Thorsten Behrens4-14/+9
2013-11-29fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers12-13/+167
2013-11-29Catch block smells like leftover debugging codeStephan Bergmann1-10/+1
2013-11-29Fix Cygwin PATH compositionStephan Bergmann2-3/+2
2013-11-29wsprintf is broken by design and never writes more than 1024 charactersStephan Bergmann1-15/+17
2013-11-29static, not mysteriousStephan Bergmann3-6/+5
2013-11-29WaE: Silence bogus MSVC 2012 warningTor Lillqvist1-0/+1
2013-11-29Surely ATSLayout is no friend of the CoreText AquaSalGraphicsTor Lillqvist1-1/+0
2013-11-29Fix bit-rot in the ATSUI codeTor Lillqvist2-3/+4
2013-11-29GPU Calc: fix warningsI-Jui (Ray) Sung1-0/+2
2013-11-29Avoid false warning about potentially uninitialized variableStephan Bergmann1-1/+1
2013-11-29WaE: empty bodyDavid Tardon1-0/+2
2013-11-29typos in UIAndras Timar2-2/+2
2013-11-29GPU Calc: fix compilation failuresI-Jui (Ray) Sung1-10/+11
2013-11-29GPU Calc: do not direclty inline constants coming from data cellsI-Jui (Ray) Sung1-9/+24
2013-11-29GPU Calc: WaE fixes.Michael Meeks1-2/+5
2013-11-29GPU Calc: reflect the true cost of InterpretTail more accurately.Michael Meeks1-0/+8
2013-11-29GPU Calc - disable printf console debugging.Michael Meeks1-2/+2
2013-11-29GPU Calc: NULL scores are really very high, it's an inverse scale.Michael Meeks1-1/+1
2013-11-29Drop duplicate #includeTakeshi Abe6-6/+0
2013-11-29only call switchOpenCLDevice only onceMarkus Mohrhard1-4/+8
2013-11-29GPU Calc: Avoid dereferencing null 'score' field in some cases.Michael Meeks1-6/+13
2013-11-28Remove UTF-8 comment.Tomofumi Yagi1-1/+1
2013-11-29Avoid pointless class derivation for the CoreText SystemFontListTor Lillqvist3-40/+22
2013-11-28Re-factoring: Avoid pointless class derivationTor Lillqvist6-95/+62
2013-11-28add dummy oglcanvas::SpriteCanvas::copyRect so this compiles...Michael Stahl1-0/+13
2013-11-28Re-factoring: Avoid pointless class derivationTor Lillqvist6-79/+48
2013-11-28fix error C3665: override specifier 'override' not allowed on a destructorMatúš Kukan1-1/+1
2013-11-28make data streams an experimental featureMatúš Kukan3-5/+16
2013-11-28fix memory leakMatúš Kukan1-0/+1
2013-11-28datastreams: No need to disable undo. We do not add undo actions.Matúš Kukan2-4/+0
2013-11-28datastreams: Simplify code for importing CSV data.Matúš Kukan2-13/+77
2013-11-28datastreams: for security, ask before executing a script when importingMatúš Kukan3-9/+57