summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-08android: Update Android Gradle Plugin to 7.2.2Michael Weghorn1-1/+1
2022-08-08tdf#117388 use native scrollbar under gtk in richedit controlCaolán McNamara2-14/+19
2022-08-08make more of the SwPaM constructors explicitNoel Grandin4-6/+6
2022-08-08Pass $(verbose) into ExternalProject_libxml2Stephan Bergmann1-0/+1
2022-08-08Related tdf#114790: add align and vertalign to datefield im/exportJulien Nabet2-0/+4
2022-08-07add set_scroll_thickness to provide a way to "zoom" the scrollbarCaolán McNamara5-0/+60
2022-08-07no need to allocate these SwPosition separatelyNoel Grandin4-25/+24
2022-08-07tdf#150293: setPropertyValue(WID_TXTCOL_LINE_WIDTH) takes mm100Mike Kaganski2-3/+5
2022-08-07no need to allocate these SwPosition separatelyNoel Grandin8-41/+41
2022-08-07no need to allocate these SwPosition separatelyNoel Grandin4-22/+22
2022-08-07Removed duplicated includesAndrea Gelmini10-11/+0
2022-08-07no need to allocate these SwPosition separatelyNoel Grandin3-29/+28
2022-08-07Resolves: tdf#114790 add align and vertalign to currencyfield im/exportCaolán McNamara2-0/+4
2022-08-07tdf#82087: hyphenation: allow 1 character at line end for GreekJulien Nabet1-1/+1
2022-08-07add libebook-1.2.so.21Rene Engelhard1-0/+1
2022-08-07tdf#150291 Revert "Fix crash when no valid EntryDescriptor found"Caolán McNamara4-16/+0
2022-08-07tdf#150291 crash on macro organizer with no macro selectedCaolán McNamara1-1/+2
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin314-990/+1179
2022-08-07make SwNodeIndex constructors explicitNoel Grandin17-43/+67
2022-08-07crashtesting: null date assert seen on loading forum-fr-25994.odsCaolán McNamara1-3/+22
2022-08-07return by const&Noel Grandin1-1/+1
2022-08-07make SetGetExpField take a SwNode, not an SwNodeIndexNoel Grandin8-40/+28
2022-08-07make UpdateFootnote take a SwNode, not an SwNodeIndexNoel Grandin11-22/+18
2022-08-07make ParkCursor take a SwNode, not an SwNodeIndexNoel Grandin7-8/+8
2022-08-07make RestoreSection take a SwNode, not an SwNodeIndexNoel Grandin3-5/+6
2022-08-07make IsInHeaderFooter take a SwNode, not an SwNodeIndexNoel Grandin18-26/+23
2022-08-07Removed duplicated includesAndrea Gelmini2-2/+0
2022-08-07VBA conversions inches should be inHannah Meeks1-2/+2
2022-08-06ofz#49834 Segv on unknown addressCaolán McNamara1-1/+1
2022-08-06make MakeTextSection take a SwNode, not an SwNodeIndexNoel Grandin10-17/+16
2022-08-06Resolves: tdf#135993 Create ScFunctionList and ScFuncDesc with English namesEike Rathke5-30/+48
2022-08-06Related: tdf#135993 Use ScCompiler to create English OpCodeMap with AddInsEike Rathke2-2/+12
2022-08-06tdf#150235: use correct types in XMLTextColumnsExportMike Kaganski3-6/+66
2022-08-06crashtesting: keep a reference to the passed in LibXSLTTransformerCaolán McNamara1-1/+1
2022-08-06tdf#150232: put Intel Iris driver Skia/Vulkan in denylist for all versionsJulien Nabet1-1/+4
2022-08-06the "CreateWindow" function in svtools is newly removedCaolán McNamara2-63/+1
2022-08-06cid#1507764 Unintended comparison to logical negationCaolán McNamara1-1/+1
2022-08-06make SeekEntry take a SwNode, not an SwNodeIndexNoel Grandin8-9/+10
2022-08-06turn on -Wshadow-all for clang compilersNoel Grandin1-0/+1
2022-08-06VBA Add conversion methods to globalHannah Meeks3-0/+64
2022-08-06move SVTXGridControl to toolkitCaolán McNamara34-246/+169
2022-08-06ScDataTableView has visible grid in the rectangle at the scrollbar junctionCaolán McNamara2-7/+7
2022-08-06tdf#117388 use native scrollbar under gtk in calc data view browserCaolán McNamara2-25/+28
2022-08-06tdf#117388 use native scrollbar under gtk in reportdesignerCaolán McNamara4-30/+39
2022-08-06tdf#117388 use native scrollbar under gtk in database scrolled windowCaolán McNamara2-15/+22
2022-08-06Revert "align horz scrollbar to top if assigned more space than it wants"Caolán McNamara1-2/+0
2022-08-06ofz#49832 Integer-overflowCaolán McNamara1-1/+2
2022-08-06Drop some conversion from vbahelper; use usual functions where neededMike Kaganski4-26/+23
2022-08-06no need to allocate on heap hereNoel Grandin3-12/+12
2022-08-06Related: tdf#135993 Destroy temporary OpCodeMap when reading configEike Rathke3-31/+167