summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-24tdf#136402 Chart View: remove custom label textBalazs Varga4-2/+10
2020-09-23fix disable qrcodegen optionCaolán McNamara3-3/+7
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara41-259/+282
2020-09-23Clean up commented-out code lineandreas kainz1-1/+0
2020-09-23tdf#133690 remove thin border in sidebarandreas kainz1-1/+1
2020-09-23Simplify some OUString constructions with universal character namesStephan Bergmann3-7/+3
2020-09-23tdf#136176 Correct update fObjectRotation in NbcShearRegina Henschel3-9/+73
2020-09-23cid#1467433 Dereference null return valueCaolán McNamara1-0/+3
2020-09-23Fix typoAndrea Gelmini3-3/+3
2020-09-23Fix typo in codeAndrea Gelmini2-3/+3
2020-09-23Fix typo in codeAndrea Gelmini2-3/+3
2020-09-23Fix typo in codeAndrea Gelmini3-3/+3
2020-09-23Silence cid#1467434Stephan Bergmann1-0/+1
2020-09-23Consolidate on a single sal_UCS4 declaration in vcl/vclenum.hxxStephan Bergmann2-2/+1
2020-09-23tdf#104722: sd_layout_tests: Add unittestXisco Fauli4-0/+126
2020-09-23Revert "tdf#104722: sd_import_tests: Add unittest"Xisco Fauli2-70/+0
2020-09-23Directly acquire m_aMutex, instead of looping on m_condition.wait()Stephan Bergmann1-30/+4
2020-09-23Fix linking CppunitTest/test_sc_jumbosheets_test on WindowsStephan Bergmann1-0/+1
2020-09-23Correctly read PNG into bitmaps N32BitTcA... formats (where alpha comes first)Stephan Bergmann1-1/+10
2020-09-23These PDFium-provided strings are always in UTF-16LEStephan Bergmann1-0/+19
2020-09-23ofz#25881 use std::vector with bounds checking accessorCaolán McNamara2-8/+8
2020-09-23cid#1466970 annotate as false positiveCaolán McNamara1-0/+4
2020-09-23Added new command to delete the comment threadPranam Lashkari19-1/+122
2020-09-23These PDFium-provided string sizes must always be multiples of 2Stephan Bergmann1-6/+16
2020-09-23Read MOSDocumentLockFile UTF-16 string data with same endiannessStephan Bergmann1-2/+10
2020-09-23Switch from -Oz to -O2 for iOSTor Lillqvist1-1/+1
2020-09-23tdf#102967 Hide surrounding border frame at left panelsandreas kainz1-19/+0
2020-09-23tdf#136949: Revert "tdf#115753 fix table border missing when there are merged...Xisco Fauli5-55/+16
2020-09-23ofz#25868 Timeout, encoding conversion only sane in 0..SAL_MAX_UINT16 rangeCaolán McNamara1-1/+3
2020-09-23tdf#127729 Don't include empty string presentations in searchJim Raykowski1-1/+7
2020-09-23Convert attribute value to UTF-8 when passing it to libxml2Stephan Bergmann1-1/+2
2020-09-23clarifications on the use of SKIA_USE_BITMAP32Luboš Luňák2-4/+15
2020-09-23nicer codeLuboš Luňák1-22/+12
2020-09-23tdf#136566 XLSX export: fix lost scheme based line colorsRegényi Balázs4-11/+58
2020-09-23Removed duplicated includeAndrea Gelmini1-2/+0
2020-09-23only call to CreateChartListener guarded against null ScDocument*Caolán McNamara2-14/+10
2020-09-23tdf#135479: Seems we need the more broad entitlement for Java's sakeTor Lillqvist1-1/+1
2020-09-23docx export: Use checksum as key to cache graphic, not Graphic*Tomaž Vajngerl2-13/+39
2020-09-23tdf#136752 pie chart: improve data label positionTünde Tóth4-24/+75
2020-09-23tdf#102967 remove line at the top of calc headerandreas kainz1-5/+5
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara27-107/+104
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara15-58/+57
2020-09-23tdf#135303Tomoyuki Kubota1-1/+1
2020-09-23abort if Skia code detects problems with VulkanLuboš Luňák1-0/+18
2020-09-23detect and fail immediately on failed Skia allocations (tdf#135952)Luboš Luňák5-23/+57
2020-09-23if allocating Vulkan surface fails, fall back to Skia raster surfaceLuboš Luňák7-41/+46
2020-09-23assert that SkiaSalBitmap mImage is not deleted if it's the only dataLuboš Luňák1-0/+2
2020-09-23createSurface() should be enough if the surface doesn't exist yetLuboš Luňák1-1/+1
2020-09-23Executable_pdfverify: use PDFSignatureHelper for signature verificationMiklos Vajna3-35/+37
2020-09-23tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist9-24/+275