summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2023-01-16cid#1474008 silence Unchecked return value from libraryCaolán McNamara1-2/+2
2023-01-12draw selection bounds without using RasterOp::InvertCaolán McNamara1-18/+40
2023-01-12mbDragDrawn is always false when queriedCaolán McNamara1-10/+0
2023-01-12Curl:CURLOPT_REDIR_PROTOCOLS(_STR): use only "https", not "http"Julien Nabet1-3/+3
2023-01-11Fix types for Curl elements (update part)Julien Nabet1-9/+13
2023-01-09Fix deprecated Curl elements for update partJulien Nabet1-4/+4
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann11-69/+29
2022-12-22loplugin:unocast (pcr::PropertyEventTranslation)Stephan Bergmann3-2/+20
2022-12-21cid#1517812 Dereference null return valueCaolán McNamara1-2/+3
2022-12-21iloplugin:unocast (pcr::OFormattedNumericControl)Stephan Bergmann5-22/+39
2022-12-20loplugin:unocast (weld::TransportAsXWindow)Stephan Bergmann3-5/+9
2022-12-16check SfxObjectShell::Current()Caolán McNamara1-2/+1
2022-12-16Fix deadlockStephan Bergmann1-16/+26
2022-12-16blind fix for some 7.4.3.2 crashes in UpdateCheckJobNoel Grandin1-0/+4
2022-11-24Resolves: tdf#152157 show update icon on all menubarsCaolán McNamara1-3/+0
2022-11-24split RemoveBubbleWindowCaolán McNamara1-1/+2
2022-11-24add some notes on how to debug online update from a dev versionCaolán McNamara2-1/+9
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann13-70/+4
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin2-4/+0
2022-11-22loplugin:unusedfieldsNoel Grandin4-4/+0
2022-11-21loplugin:unusedfields start removing unused weld fieldsNoel Grandin2-2/+0
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): extensionsStephan Bergmann2-11/+11
2022-10-18tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroOmkarAcharekar1-2/+2
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga1-2/+2
2022-10-05tdf#126917 menu: OpenXMLFilterSettings != MacrosJustin Luth1-2/+1
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-1/+1
2022-09-27use more string_view in cui,extensionsNoel Grandin4-14/+16
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt2-3/+3
2022-09-08Revert "tdf#150569 Modify hardcoded dates to extend the range of accepted dates"Juan C. Sanz1-2/+2
2022-09-07tdf#150569 Modify hardcoded dates to extend the range of accepted datesjucasaca1-2/+2
2022-08-31cid#1509230 Inefficient vector resizing with reserve.Noel Grandin1-1/+1
2022-08-26tdf#145538 Use range based for loopsPoonamShokeen1-2/+2
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao1-46/+14
2022-08-23Drop obsolete codeMike Kaganski3-12/+0
2022-08-19tdf#148430 Use std math functions instead of rtl::mathLiu Hao1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann50-50/+50
2022-08-09tdf#150278: avoid gen/gtk3 difference in m_xPropBox->GetCurPage()Justin Luth4-7/+7
2022-07-25use more o3tl::spanNoel Grandin1-1/+0
2022-07-21elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-06-21clang-tidy modernize-pass-by-value in extensionsNoel Grandin32-82/+105
2022-06-20tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala2-36/+35
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann1-5/+0
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann2-2/+4
2022-05-24tdf#149096: don't translate "Get" and "Post" submit methodsJulien Nabet2-10/+4
2022-05-05loplugin:unusedvariableplusNoel Grandin1-3/+0
2022-05-05use more o3tl::getTokenNoel Grandin1-2/+3
2022-05-04Just use Any ctor instead of makeAny in extensionsStephan Bergmann40-178/+174
2022-05-04Just use Any ctor instead of makeAny (macOS)Stephan Bergmann1-4/+4
2022-05-03add o3tl::equalsAsciiNoel Grandin1-2/+3
2022-05-01use more string_view in variousNoel Grandin1-3/+3