summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcomponenthandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-08tdf#146619 Drop unused 'using namespace' in: extensions/Gabor Kelemen1-1/+0
2024-02-13ITEM: corrected error for SfxSetItemArmin Le Grand (allotropia)1-1/+3
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)1-3/+2
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-3/+3
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-11/+11
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-3/+1
2023-09-02replace set(nullptr) with clear()Noel Grandin1-1/+1
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-1/+1
2023-04-12loplugin:stringview and stringviewparam, whitelist equalsAsciiLNoel Grandin1-3/+3
2023-03-25loplugin:stringadd in editeng..frameworkNoel Grandin1-6/+3
2023-03-10improve loplugin:unnecessarylockingNoel Grandin1-1/+0
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-3/+2
2022-12-21iloplugin:unocast (pcr::OFormattedNumericControl)Stephan Bergmann1-2/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-21elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-05-04Just use Any ctor instead of makeAny in extensionsStephan Bergmann1-10/+10
2022-03-31Resolves: tdf#117159 don't crash with chart selected in database report editCaolán McNamara1-0/+4
2022-03-11use more SfxItemSet::GetItemIfSetNoel Grandin1-6/+3
2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin1-2/+2
2021-11-25loplugin:stringliteraldefine in extensionsNoel Grandin1-18/+18
2021-11-03Add back `== 2`Stephan Bergmann1-1/+1
2021-11-03put the message into static_assertCaolán McNamara1-2/+2
2021-10-16Simplify vector initialization in extensionsJulien Nabet1-24/+25
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-4/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-10-11loplugin:moveparam in extensionsNoel Grandin1-6/+6
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-3/+1
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-1/+1
2021-05-08ref-count SfxItemPoolNoel Grandin1-1/+1
2021-02-24Move code for setting unique buildable names one level upXisco Fauli1-10/+0
2021-02-23Set unique buildable names to each widget in the form properties dialogXisco Fauli1-5/+10
2021-02-22loplugin:refcounting in extensionsNoel1-5/+5
2021-02-16loplugin:referencecasting in editeng..frameworkNoel1-1/+1
2021-01-29loplugin:stringviewparam extend to new..Noel1-2/+2
2020-11-24add set_buildable_name to enable distinguishing different instancesCaolán McNamara1-0/+4
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen1-0/+1
2020-10-05loplugin:reducevarscope in extensionsNoel1-3/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-3/+4
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-3/+3
2020-07-22extensions/prop: create instances with uno constructorsNoel Grandin1-22/+20
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: extensionsStephan Bergmann1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-14loplugin:flatten in extensionsNoel Grandin1-15/+15
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen1-2/+0
2020-03-06tdf#42949 Fix IWYU warnings in extensions/source/*/*hxxGabor Kelemen1-0/+1
2020-03-04Fix more crashes after 1efeb17837c22499f00299c033ae59ba3910f7d7Mike Kaganski1-5/+10