summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-22handle properly missing URI components for webdav/serfLuboš Luňák1-3/+3
2021-04-22fix component handling for ucpdav1 when --with-webdav=serfLuboš Luňák6-109/+25
2021-04-22tdf#106282 Change Windows File Dialog to run on the main threadMatt K9-812/+334
2021-04-22fix cairocanvas build with internal cairoLuboš Luňák1-0/+1
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin65-153/+150
2021-04-22remove caching in ViewObjectContactOfE3dNoel Grandin2-28/+2
2021-04-22tdf#141703: sd_uiimpress: Add unittestXisco Fauli1-0/+64
2021-04-22sd/qa: some sal_Int32 -> Color conversionsXisco Fauli6-146/+152
2021-04-22ensure cursor drawn on re-gaining focusCaolán McNamara1-0/+3
2021-04-22Fix typosAndrea Gelmini5-10/+10
2021-04-22tdf#138518 sw: layout: avoid moving flys forward prematurelyMichael Stahl3-17/+152
2021-04-22make OString(OStringLiteral) constructor constexprNoel Grandin1-21/+30
2021-04-22tdf#101217 Change row height and col width decimal places to 4Winston Min Tjong3-20/+20
2021-04-22tdf#141761 Avoid vanishing FormControlsArmin Le Grand (Allotropia)2-76/+154
2021-04-22Update git submodulesOlivier Hallot1-0/+0
2021-04-22tdf#132472: do not set text color when table style is 'Themed-Style-2'Xisco Fauli3-3/+34
2021-04-22tdf#109120 tdf#117212 count letters starting with 1László Németh1-2/+2
2021-04-22Call forgotten Init in toolbarmanagerSzymon Kłos1-0/+2
2021-04-22tdf#141816: sc_uicalc: Add unittestXisco Fauli1-0/+8
2021-04-22Detect a Clang consteval bugStephan Bergmann1-2/+13
2021-04-22tdf#107348 tdf#45958 tdf#141215 tdf#141683 fix filtered/transpose pastescito12-151/+5919
2021-04-22tdf#106541 doc import numbering: pre-emptive inheritance unit testJustin Luth2-0/+11
2021-04-22std::move optimisationNoel Grandin1-35/+35
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin13-19/+20
2021-04-22simplify some string manipulationNoel Grandin1-2/+2
2021-04-22no need to create a temporary when appending to OUStringBufferNoel Grandin4-8/+8
2021-04-22Fix typosAndrea Gelmini2-3/+3
2021-04-22tdf#141538 default to returning contents of first text columnCaolán McNamara2-6/+2
2021-04-22Resolves: tdf#141721 text from 1st col not clipped if 2nd col is emptyCaolán McNamara4-22/+27
2021-04-22ScriptForge - (scriptforge.py) @classmethodsJean-Pierre Ledure2-50/+79
2021-04-22tdf#139701 change uno:UnderlineSimple to uno:Underlineharu-0221-21/+21
2021-04-22tdf#141540 fix docx import of group or line with rotationRegina Henschel10-16/+203
2021-04-22tdf#119793: sc_uicalc: Add unittestXisco Fauli2-0/+41
2021-04-22if only the first col width is set, the 2nd will take the remaining spaceCaolán McNamara1-1/+1
2021-04-22pEntry argument can be constCaolán McNamara2-2/+2
2021-04-22Replace magic numbers in SwFrame::UpdateAttrFrame()Miklos Vajna1-7/+11
2021-04-22tdf#141816: fix a thinkoMike Kaganski1-1/+1
2021-04-21tdf#141419 restore use any explicitly set background color in previewsCaolán McNamara1-0/+10
2021-04-21Related: tdf#140659 on control get/lose focus call update custom a11yCaolán McNamara1-0/+4
2021-04-21Related: tdf#140659 off by one indexes because scrollbar is now outsideCaolán McNamara1-5/+3
2021-04-21don't warn about 'shrink' packing propertyCaolán McNamara1-1/+1
2021-04-21Resolves: tdf#141765 set 'color' GtkToolbar to small-button sizeCaolán McNamara1-0/+3
2021-04-21blacklist intel 0.402.743 vulkan driver (tdf#138729)Luboš Luňák1-0/+3
2021-04-21sw bibliography, refer to a page: add dedicate widget to show the page numberMiklos Vajna2-19/+140
2021-04-21Fix templates to use correct typedefsMike Kaganski1-4/+4
2021-04-21Revert "tdf#125949 Allow the slide to continue with ..." (tdf#133447)Luboš Luňák3-67/+1
2021-04-21prevent cairo from breaking because of a large matrix (tdf#125949)Luboš Luňák1-0/+32
2021-04-21tdf#94962 - Limit calculation of pearson coefficientAndreas Heinisch2-11/+48
2021-04-21weld SmGraphicWindowCaolán McNamara14-725/+549
2021-04-21string_view conversion operator for O[U]StringBufferNoel Grandin2-0/+9