summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
AgeCommit message (Expand)AuthorFilesLines
2024-05-08WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara2-1/+4
2024-05-07loplugin:ostr in extensionsNoel Grandin37-201/+201
2024-04-08tdf#146619 Drop unused 'using namespace' in: extensions/Gabor Kelemen15-23/+0
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)1-0/+2
2024-02-13ITEM: corrected error for SfxSetItemArmin Le Grand (allotropia)5-29/+20
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)5-81/+74
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-2/+2
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski3-5/+5
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)1-21/+21
2024-01-08cid#1560054 use RVOCaolán McNamara2-17/+6
2023-12-26Use emplace_back instead of push_back (extensions part2)Julien Nabet1-6/+6
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-20/+21
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann7-321/+321
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-3/+3
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski2-6/+2
2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann1-1/+1
2023-09-13loplugin:unodispose in editeng..extensionsNoel Grandin4-2/+37
2023-09-02replace set(nullptr) with clear()Noel Grandin2-2/+2
2023-07-18tdf#145614 Convert #define to enumVenetia Furtado6-59/+76
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-1/+1
2023-05-26use more TypedWhichIdNoel Grandin1-3/+2
2023-05-25more TypedWhichIdNoel Grandin1-30/+30
2023-05-18tdf#155123: XML Form: Deleting parts of user defined data type impossibleJulien Nabet1-1/+2
2023-05-04extensions: adjust max possible for reserve in eformspropertyhandlerJulien Nabet1-1/+1
2023-05-04extensions: reserve the right nb of elements for vectorsJulien Nabet2-2/+2
2023-04-25Add script to find unused using declarationsGabor Kelemen1-1/+0
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen5-6/+0
2023-04-12loplugin:stringview and stringviewparam, whitelist equalsAsciiLNoel Grandin1-3/+3
2023-04-05tdf#145614 Convert #define to enum in propctrlr/fontitemids.hxxJani Saranpää2-118/+98
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski12-28/+28
2023-03-27Simplify EventDescription ctorMike Kaganski2-47/+42
2023-03-25loplugin: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