summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/dapiuno.cxx
AgeCommit message (Expand)Author
2024-05-28loplugin:ostr in sc/../unoobjNoel Grandin
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen
2023-09-08inline SC_QUERYINTERFACE macrosNoel Grandin
2023-06-18Use getXWeak in scMike Kaganski
2023-01-17XUnoTunnel->dynamic_cast in ScDataPilotDescriptorBaseNoel Grandin
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-07-25use more o3tl::spanNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-22pass ScDocShell by reference in ctor to indicate never initially nullCaolán McNamara
2022-05-22cid#1504539 Dereference before null checkCaolán McNamara
2022-05-18no need to take a lock when returning static dataNoel Grandin
2021-12-04loplugin:stringliteraldefine in scNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11loplugin:moveparam in scNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-11Simplify Sequences initializations (sc)Julien Nabet
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-03loplugin:refcounting in scNoel
2021-01-10static_cast after dynamic_castNoel Grandin
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-20use tools::Long in scNoel
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-26rename some local variablesNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-08use cppu::WeakImplHelper in ScDataPilotDescriptorBaseNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-09-20tdf#39593 Drop ScDataPilotDescriptorBase::getImplementationArkadiy Illarionov
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-15loplugin:sequenceloop in scNoel Grandin
2019-08-12Mark Sequence const in scArkadiy Illarionov
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-29Drop ScDataPilotFieldObj::HasStringArkadiy Illarionov