summaryrefslogtreecommitdiff
path: root/svx/source/form/formcontroller.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-5/+5
2024-01-27Avoid incorrect overwrite the valueMike Kaganski1-1/+1
2023-12-23cid#1545525 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+3
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svxStephan Bergmann1-1/+1
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-8/+3
2023-06-29Use getXWeak in svxMike Kaganski1-1/+1
2023-04-09use more OStringToOUStringNoel Grandin1-1/+1
2023-03-29loplugin:stringadd in svxNoel Grandin1-3/+1
2022-08-24tdf#150577: Revert "Micro-optim in FormController::approveRowChange"Mike Kaganski1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+1
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann1-6/+6
2022-03-05GetComponentServiceName can be constNoel Grandin1-1/+1
2021-11-28use more OInterfaceContainerHelper3 in svxNoel Grandin1-12/+12
2021-10-31Prepare for removal of non-const operator[] from Sequence in svxMike Kaganski1-3/+5
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-10/+8
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+2
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-9/+3
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet1-6/+7
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-03-12transport error dialog parent as awt::XWindow earlierCaolán McNamara1-10/+9
2021-03-11refactor getDialogParentWindow to take an XFormController argCaolán McNamara1-10/+7
2021-02-20loplugin:refcounting in svxNoel1-10/+8
2021-02-15loplugin:referencecasting in svxNoel1-3/+3
2021-01-25avoid some ref-countingNoel Grandin1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-09-30loplugin:reducevarscope in svxNoel1-1/+2
2020-08-06loplugin:flatten in svxNoel Grandin1-75/+75
2020-07-29update DbFilterField to use the new replacement controlsCaolán McNamara1-11/+0
2020-07-06don't deactivate if focus hasn't moved to another windowCaolán McNamara1-8/+3
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-3/+1
2020-05-01improve loplugin:makesharedNoel Grandin1-2/+2
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-2/+0
2020-02-24tdf#42949 Fix IWYU warnings in svx/source/[f-m]*/*cxxGabor Kelemen1-6/+0
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-3/+4
2020-01-26remove some unused local varsNoel Grandin1-1/+0
2020-01-10tdf#42949 Fix IWYU warnings in svx/inc/ and svx/source/inc/Gabor Kelemen1-0/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+13
2019-11-03loplugin:stringaddNoel Grandin1-3/+3
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-4/+2
2019-10-09Resolve FIXME Decimal Separator should be OUString (connectivity/dbaccess/svx)Julien Nabet1-8/+2
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-08-15loplugin:sequenceloop in svtools..svxNoel Grandin1-9/+9
2019-08-12Fix typosAndrea Gelmini1-4/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann1-2/+2
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov1-78/+49
2019-05-22tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen1-0/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1