summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-07-29Verify signing certificate cryptographically before use in testsMike Kaganski1-1/+7
2022-07-29svx: manipulate SdrObject::m_aOutRect indirectlyTomaž Vajngerl1-1/+7
2022-07-29cid#1507492 Improper use of negative valueCaolán McNamara1-1/+1
2022-07-29Better valid certificate check, consider filter dataMike Kaganski1-1/+2
2022-07-29clang-tidy modernize-pass-by-value in xmlreaderNoel Grandin1-1/+1
2022-07-29tdf#150100 sc import and UI: fix double cell border dialogBalazs Varga1-0/+20
2022-07-28tdf#143148 tools: Use pragma once instead of include guardsChris Sherlock1-4/+2
2022-07-28lok: add dumpState feature for better in-field diagnostics.Michael Meeks7-0/+36
2022-07-28remove unused SETBULLETTEXT flag in editengJustin Luth1-1/+0
2022-07-28tdf#119840 remove some OUString allocationNoel Grandin1-0/+1
2022-07-28lok: Properly update sidebar context in MathMike Kaganski1-2/+3
2022-07-28lok: Enable sidebar in MathMike Kaganski2-1/+5
2022-07-27tdf#119840 elide some dynamic_castNoel Grandin1-0/+1
2022-07-27Make AccessibilityTools available more widely and use itColomban Wendling1-0/+158
2022-07-27o3tl: use std::array as the container for enumarrayTomaž Vajngerl1-2/+3
2022-07-26tdf#150017 vcl,sw: add UITestMichael Stahl1-0/+1
2022-07-26Resolves: tdf#149127 explain the infobar asking to refresh master passwordCaolán McNamara1-0/+1
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-1/+1
2022-07-25use more o3tl::spanNoel Grandin5-15/+17
2022-07-24tdf#147868 Disable add sheet when structure is protectedHossein1-0/+1
2022-07-23Removed executable bits from source fileAndrea Gelmini1-0/+0
2022-07-23Simplify greyscale palette initialization furtherMike Kaganski1-0/+11
2022-07-22tdf#143148 Use pragma once instead of include guardsPoonamShokeen1-4/+1
2022-07-22tdf#149697 PPTX export: fix changing place of connection pointsTibor Nagy1-1/+1
2022-07-22sw content controls, date: add ODT filterMiklos Vajna1-0/+1
2022-07-22tdf#117276 sc: Show hidden filter elements as inactive elementsBalazs Varga2-2/+6
2022-07-21Removed duplicated include and typoAndrea Gelmini1-1/+1
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin34-83/+88
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna3-1/+9
2022-07-20move wintypes.hxx from tools to vclChris Sherlock8-11/+9
2022-07-20tdf#149551 separate TextRotateAngle from TextPreRotateAngleRegina Henschel1-1/+1
2022-07-20Remove pngwrite.hxx and .cxx as it is replaced by PngImageWriterofftkp1-60/+0
2022-07-19Add 32bpp export support in PngImageWriterofftkp1-1/+1
2022-07-19Add ms-gif PNG chunk export support in PngImageWriterofftkp1-13/+13
2022-07-19vcl: add PNG writer based on libpngofftkp1-0/+49
2022-07-18cid#1507357 Big parameter passed by valueCaolán McNamara1-1/+1
2022-07-18comphelper::ByteWriter::writeSomeBytes always writes all bytesStephan Bergmann1-1/+1
2022-07-17No need for SfxWeldToolBoxControllerFactoryMaxim Monastirsky2-19/+1
2022-07-17ofz#48585 Out-of-memoryCaolán McNamara3-3/+6
2022-07-17cid#1506711 Uncaught exceptionCaolán McNamara1-1/+1
2022-07-15tdf#119840 elide some dynamic_cast costNoel Grandin3-2/+27
2022-07-15Fix typo "vetor"->"vector"Andrea Gelmini2-2/+2
2022-07-14make B2DPolyPolygon thread-safeNoel Grandin1-1/+1
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin19-40/+44
2022-07-14clang-tidy modernize-pass-by-value in svtoolsNoel Grandin14-34/+42
2022-07-14fix vcl::DeleteOnDeinit example in its docsLuboš Luňák1-1/+1
2022-07-14tdf#148198: merge identical hyperlinks of adjacent text ranges on ODF exportMike Kaganski1-7/+2
2022-07-13basegfx: zoomIn() and zoomOut() should be sal_uInt16Chris Sherlock1-3/+2
2022-07-13fix #include locationNoel Grandin1-2/+1
2022-07-13loplugin:unusedmethodsNoel Grandin4-20/+0