summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
AgeCommit message (Expand)AuthorFilesLines
108 min.Simplify EventDescription ctorMike Kaganski2-47/+42
2 daysloplugin:stringadd in editeng..frameworkNoel Grandin4-15/+7
2023-03-10improve loplugin:unnecessarylockingNoel Grandin1-1/+0
2023-03-07no need to allocate these separatelyNoel Grandin2-19/+10
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-11-23loplugin:unusedfields make some fields privateNoel Grandin1-3/+0
2022-09-27use more string_view in cui,extensionsNoel Grandin3-8/+8
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-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann27-27/+27
2022-08-09tdf#150278: avoid gen/gtk3 difference in m_xPropBox->GetCurPage()Justin Luth4-7/+7
2022-07-21elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-06-21clang-tidy modernize-pass-by-value in extensionsNoel Grandin21-47/+61
2022-06-20tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala2-36/+35
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann2-2/+4
2022-05-24tdf#149096: don't translate "Get" and "Post" submit methodsJulien Nabet1-4/+4
2022-05-04Just use Any ctor instead of makeAny in extensionsStephan Bergmann23-83/+80
2022-05-03add o3tl::equalsAsciiNoel Grandin1-2/+3
2022-05-01use more string_view in variousNoel Grandin1-3/+3
2022-04-29use more string_view in INetURLObjectNoel Grandin3-5/+5
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-7/+9
2022-03-31Resolves: tdf#117159 don't crash with chart selected in database report editCaolán McNamara1-0/+4
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-4/+0
2022-03-11use more SfxItemSet::GetItemIfSetNoel Grandin1-6/+3
2022-02-04use some more add toId/fromIdCaolán McNamara1-1/+1
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara2-3/+3
2022-02-04Resolves: tdf#146997 use sal_Int64 instead of sal_Int32 for spinbutton valuesCaolán McNamara2-15/+15
2022-01-20Fix typoAndrea Gelmini1-1/+1
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen6-9/+1
2022-01-15include memory for std::unique_ptrCaolán McNamara1-0/+1
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski1-1/+1
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin1-0/+1
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin7-32/+28
2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin3-8/+3
2021-11-25loplugin:stringliteraldefine in extensionsNoel Grandin12-312/+306
2021-11-03Add back `== 2`Stephan Bergmann1-1/+1
2021-11-03put the message into static_assertCaolán McNamara1-2/+2
2021-10-30Prepare for removal of non-const operator[] from Sequence in extensionsMike Kaganski13-79/+62
2021-10-22return weld::Builder by unique_ptrNoel Grandin2-3/+3
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann1-1/+1
2021-10-16Simplify vector initialization in extensionsJulien Nabet1-24/+25
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-2/+2
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-4/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski7-20/+23
2021-10-11tdf#145033 remove old focus handler so no double-connect attempt is madeCaolán McNamara1-0/+2