summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-02tdf#79049 speed up OOXML workbook load (5)Noel Grandin3-3/+30
2021-05-02Remove duplicated includeAndrea Gelmini1-1/+0
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin24-499/+280
2021-05-01liborcus: newline problem with GCC 11 -E -fdirectives-onlyMichael Stahl2-0/+16
2021-05-01zxing: newline problem with GCC 11 -E -fdirectives-onlyMichael Stahl2-1/+21
2021-05-01remove superfluous loop variableJochen Nitschke1-3/+1
2021-05-01tdf#141973 create the text column to insert intoCaolán McNamara1-1/+1
2021-05-01Related: cid#1478001 CreateVirtualDevice never passed a null pGraphics argCaolán McNamara17-39/+36
2021-05-01cid#1478001 Dereference before null checkCaolán McNamara1-2/+3
2021-05-01avoid windres preprocessor quoting-messups with current cygwinChristian Lohmaier1-1/+1
2021-05-01svgio: add test for SvgNumber::solveTomaž Vajngerl2-4/+49
2021-05-01svgio: refactor SvgNumber::solve and SvgNumber::solveNonPercentageTomaž Vajngerl1-106/+70
2021-05-01svgio: move SvgNumber methods to its own SvgNumber.cxx fileTomaž Vajngerl4-132/+162
2021-05-01tdf#124184 Fixing StrConv VBA Functiontushar2-12/+30
2021-05-01Fix typoAndrea Gelmini1-1/+1
2021-05-01svgio: covnert enum to enum class in svgtools.cxxTomaž Vajngerl1-6/+6
2021-05-01svgio: convert enum to enum class in svgstyleattributes.hxxTomaž Vajngerl4-290/+290
2021-05-01svgio: use pragma once in the header filesTomaž Vajngerl33-143/+33
2021-05-01svgio: add test for svgtools starting with SvgNumberTomaž Vajngerl3-0/+94
2021-05-01svgio: move isPositive to the SvgNumber header fileTomaž Vajngerl2-6/+4
2021-05-01svgio: move SvgNumber to its own header fileTomaž Vajngerl3-88/+119
2021-05-01convert enums to enum classes in svgnode.hxxTomaž Vajngerl12-62/+62
2021-05-01convert enums to enum classes in svgtools.hxxTomaž Vajngerl17-241/+241
2021-05-01update native-code.py with services for vba scripts in CalcTomaž Vajngerl1-3/+38
2021-05-01fix dashed line info conversion for metafile (tdf#136957)Luboš Luňák1-32/+59
2021-04-30tdf#137679 Use kahan summation for ScInterpreter::CalculateSkewdante2-22/+21
2021-04-30throw() -> noexcept, part 1/3: Manual scaffoldingStephan Bergmann2-1/+17
2021-04-30Update git submodulesAlain Romedenne1-0/+0
2021-04-30tdf#137679 Use kahan summation for ScInterpreter::SumProductdante2-35/+17
2021-04-30don't grab focus if we already have focusCaolán McNamara1-1/+6
2021-04-30simplify WallpaperNoel Grandin4-208/+73
2021-04-30tdf#79049 speed up OOXML workbook load (3)Noel Grandin1-4/+8
2021-04-30tdf#79049 speed up OOXML workbook load (2)Noel Grandin2-69/+90
2021-04-30sw: add some SAL_INFO on DoIdleJob interruptMichael Stahl2-0/+8
2021-04-30sw: speed up DoIdleJobs(WORD_COUNT)Michael Stahl1-0/+8
2021-04-30serf should use bundled openssl headers, not system openssl headersAndras Timar1-0/+1
2021-04-30reinterpret_cast to SwPostItContent when field type is postitJim Raykowski1-12/+34
2021-04-30Related: tdf#138281 move grab_focus to ActivateFindCaolán McNamara1-3/+5
2021-04-30tdf#79049 speed up OOXML workbook loadNoel Grandin14-83/+164
2021-04-30tdf#137945: sc: Add UItestXisco Fauli2-0/+33
2021-04-30tdf#78864 sw track changes: cross out deleted imagesLászló Németh3-1/+59
2021-04-30tdf#141946 sc: fix broken filter criteria when inserting columnTünde Tóth2-5/+80
2021-04-30allow dnd into weldeditviewCaolán McNamara3-2/+11
2021-04-30extend the selection range so adjacent lines are considered one blockCaolán McNamara1-1/+30
2021-04-30svgio: change some OSL_ENSUREs to (std) assertTomaž Vajngerl1-5/+5
2021-04-30svgio: change SVGToken enum to enum classTomaž Vajngerl32-600/+600
2021-04-30vcl: iOS/macOS - move graphic render func. into AquaGraphicsBackendTomaž Vajngerl10-1765/+1906
2021-04-30allow utf-8 in xml names (liborcus) (tdf#141672)Luboš Luňák2-0/+305
2021-04-30drop DropTargetHelper from SmEditWindowCaolán McNamara2-16/+1
2021-04-30Reshuffle code a bitStephan Bergmann1-13/+9