summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-23Do not fail for legacy rdb that only contains root keyStephan Bergmann1-1/+6
2012-04-23No -malign-natural in Clang, not Apple's at leastTor Lillqvist2-4/+10
2012-04-23Unused code removalJavier Silva Sanahuja3-7/+0
2012-04-23Remove unused vcl methods.Monica Ramirez Arceda3-42/+0
2012-04-23Remove unused code in vclSantiago Martinez3-48/+0
2012-04-23Remove unused codeFerran Vidal3-7/+0
2012-04-23add test case for copy/paste formulas, related fdo#48482Markus Mohrhard1-0/+21
2012-04-23I did not want to disable these testsMarkus Mohrhard1-2/+0
2012-04-23only update absolute refs when copying between docs, fdo#48482Markus Mohrhard3-11/+13
2012-04-22WaE: initialization of pointer to null from a constant boolean expressionTor Lillqvist1-1/+1
2012-04-22WaE: variable 'stackptr' is uninitialized when usedTor Lillqvist1-1/+1
2012-04-22WaE: comparison of integers of different signs and unused functionsTor Lillqvist1-0/+6
2012-04-22WaE: unused functionsTor Lillqvist3-0/+9
2012-04-22Don't use -Wl,-syslibroot when building against more current SDKsTor Lillqvist2-1/+5
2012-04-21fill in some sane defaults on read/write failureCaolán McNamara2-19/+16
2012-04-21WaE: extensions warnings fixedDavid Ostrovsky2-4/+29
2012-04-21make comment reflect realityCaolán McNamara1-23/+2
2012-04-21WaE: crashrep warnings fixedDavid Ostrovsky1-2/+10
2012-04-22removed unused static dataTakeshi Abe4-8/+0
2012-04-22removed unused definesTakeshi Abe15-46/+0
2012-04-21Fix fdo#45848Korrawit Pruegsanusak1-1/+1
2012-04-21Resolves: fdo#39999: Changing spelling preferences requires application restartSzabolcs Dezsi1-0/+1
2012-04-21Remove unused code from "Spreadsheet application code"Ferran Vidal3-7/+0
2012-04-21rtftok: try to make tinderboxes happyMiklos Vajna3-15/+2
2012-04-21fdo#44736 speed up RTF import a bit by sorting keywordsMiklos Vajna4-14/+38
2012-04-21rtftok: make it possible to see the time spent in the filterMiklos Vajna1-1/+3
2012-04-21clarify DelNumRule commentCaolán McNamara1-13/+12
2012-04-21Use boost::ptr_vector in WW8ListManager instead of SV_DECL_PTRARR_DELArnaud Versini2-61/+50
2012-04-21Use boost::ptr_vector in WW8_WrPct instead of SV_DECL_PTRARR_DELArnaud Versini2-28/+23
2012-04-21fdo#48876 fix RTF import of \sl without \slmultMiklos Vajna3-2/+30
2012-04-21cui: fix position of ED_LINEDISTMETRICMiklos Vajna1-1/+1
2012-04-21Partially revert: "Replace css macro with namespace for nicer namespacing"Thomas Arnhold2-2/+14
2012-04-21simplify lifetime management of some variablesMarkus Mohrhard2-5/+5
2012-04-21simplify dxfs/dxf exportMarkus Mohrhard2-17/+8
2012-04-21first version of number format export into dxfMarkus Mohrhard2-21/+55
2012-04-21rtftok: dump collected strings after encodingMiklos Vajna1-1/+1
2012-04-21fdo#48023 fix RTF import of Russian characters without an encoding specifiedMiklos Vajna3-1/+47
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold34-159/+53
2012-04-20Various clean up of previous commitStephan Bergmann3-4/+5
2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann15-804/+2439
2012-04-20WaE: MSVC2008 C2220 unsafe mix of types in operationCaolán McNamara2-5/+7
2012-04-20WaE: MSVC20082 unreferenced argumentCaolán McNamara1-1/+1
2012-04-20fdo#48969: add unit test for Converter::convertDoubleMichael Stahl1-0/+72
2012-04-20fdo#48969: GetConversionFactor: add inch as source unitMichael Stahl1-10/+142
2012-04-20fdo#48969: switch units in Converter::convertDoubleMichael Stahl2-2/+3
2012-04-20CharAttribList::OptimizeRanges: de-optimize to not crash so fastMichael Stahl1-2/+2
2012-04-20it seems tests runtime-depend on ucpchelp1 tooLuboš Luňák1-0/+1
2012-04-20fix typoLuboš Luňák1-1/+1
2012-04-20add stub vba implementation Application methodsNoel Power3-2/+53
2012-04-20vba api Application.DisplayScrollBars implementation bnc#757840Noel Power3-0/+24