summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-23Fix typo in codeAndrea Gelmini
2020-09-23Silence cid#1467434Stephan Bergmann
2020-09-23Consolidate on a single sal_UCS4 declaration in vcl/vclenum.hxxStephan Bergmann
2020-09-23tdf#104722: sd_layout_tests: Add unittestXisco Fauli
2020-09-23Revert "tdf#104722: sd_import_tests: Add unittest"Xisco Fauli
2020-09-23Directly acquire m_aMutex, instead of looping on m_condition.wait()Stephan Bergmann
2020-09-23Fix linking CppunitTest/test_sc_jumbosheets_test on WindowsStephan Bergmann
2020-09-23Correctly read PNG into bitmaps N32BitTcA... formats (where alpha comes first)Stephan Bergmann
2020-09-23These PDFium-provided strings are always in UTF-16LEStephan Bergmann
2020-09-23ofz#25881 use std::vector with bounds checking accessorCaolán McNamara
2020-09-23cid#1466970 annotate as false positiveCaolán McNamara
2020-09-23Added new command to delete the comment threadPranam Lashkari
2020-09-23These PDFium-provided string sizes must always be multiples of 2Stephan Bergmann
2020-09-23Read MOSDocumentLockFile UTF-16 string data with same endiannessStephan Bergmann
2020-09-23Switch from -Oz to -O2 for iOSTor Lillqvist
2020-09-23tdf#102967 Hide surrounding border frame at left panelsandreas kainz
2020-09-23tdf#136949: Revert "tdf#115753 fix table border missing when there are merged...Xisco Fauli
2020-09-23ofz#25868 Timeout, encoding conversion only sane in 0..SAL_MAX_UINT16 rangeCaolán McNamara
2020-09-23tdf#127729 Don't include empty string presentations in searchJim Raykowski
2020-09-23Convert attribute value to UTF-8 when passing it to libxml2Stephan Bergmann
2020-09-23clarifications on the use of SKIA_USE_BITMAP32Luboš Luňák
2020-09-23nicer codeLuboš Luňák
2020-09-23tdf#136566 XLSX export: fix lost scheme based line colorsRegényi Balázs
2020-09-23Removed duplicated includeAndrea Gelmini
2020-09-23only call to CreateChartListener guarded against null ScDocument*Caolán McNamara
2020-09-23tdf#135479: Seems we need the more broad entitlement for Java's sakeTor Lillqvist
2020-09-23docx export: Use checksum as key to cache graphic, not Graphic*Tomaž Vajngerl
2020-09-23tdf#136752 pie chart: improve data label positionTünde Tóth
2020-09-23tdf#102967 remove line at the top of calc headerandreas kainz
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-23tdf#135303Tomoyuki Kubota
2020-09-23abort if Skia code detects problems with VulkanLuboš Luňák
2020-09-23detect and fail immediately on failed Skia allocations (tdf#135952)Luboš Luňák
2020-09-23if allocating Vulkan surface fails, fall back to Skia raster surfaceLuboš Luňák
2020-09-23assert that SkiaSalBitmap mImage is not deleted if it's the only dataLuboš Luňák
2020-09-23createSurface() should be enough if the surface doesn't exist yetLuboš Luňák
2020-09-23Executable_pdfverify: use PDFSignatureHelper for signature verificationMiklos Vajna
2020-09-23tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist
2020-09-23WIN merge CWinClipbImpl into CWinClipboardJan-Marek Glogowski
2020-09-23Update git submodulesOlivier Hallot
2020-09-23Update git submodulesOlivier Hallot
2020-09-23Update git submodulesOlivier Hallot
2020-09-23Add Stephan's "Very bad HACK" to the iOS code, too, for iOS 14Tor Lillqvist
2020-09-22Use sed syntax that isn't GNU-specificTor Lillqvist
2020-09-22Move MimeContentTypeFactory into vclJan-Marek Glogowski
2020-09-22WIN move dtrans code into vcl/win/dtransJan-Marek Glogowski
2020-09-22Manually select JDK outside /Library/Java/JavaVirtualMachines on macOSStephan Bergmann
2020-09-22Fix typosAndrea Gelmini
2020-09-22ofz#25855 overflow in nTmpOffsetCaolán McNamara