summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/fmgridif.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-06cid#1560053 Missing move assignment operatorCaolán McNamara1-5/+4
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-3/+3
2023-06-29Use getXWeak in svxMike Kaganski1-5/+5
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-02-21osl::Mutex->std::mutex in FmXGridPeerNoel Grandin1-28/+41
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin1-5/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann1-1/+2
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann1-1/+1
2022-03-05GetComponentServiceName can be constNoel Grandin1-1/+1
2021-11-27use more OInterfaceContainerHelper3 in FmX*MultiplexerNoel Grandin1-7/+7
2021-11-27use more OInterfaceContainerHelper3 in FmXGridPeerNoel Grandin1-2/+2
2021-11-26loplugin:stringliteraldefine in svxNoel Grandin1-13/+13
2021-11-22Use less DegreeN::get()Mike Kaganski1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-3/+3
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-2/+1
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-07-13a11y crash on teardown of FmXGridPeerCaolán McNamara1-0/+3
2021-05-15improve FmXGridPeer::disposeNoel Grandin1-2/+26
2021-02-20loplugin:refcounting in svxNoel1-3/+3
2021-02-09loplugin:referencecasting check for Reference::queryNoel1-1/+1
2021-01-25avoid some ref-countingNoel Grandin1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-4/+4
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-5/+5
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-10-20fix orientation in vcl::Font<->awt::FontDescriptor conversionNoel1-2/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-3/+6
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-5/+5
2020-08-06loplugin:flatten in svxNoel Grandin1-181/+181
2020-07-13don't grab focus if focus is already in a subcontrolCaolán McNamara1-1/+15
2020-02-24tdf#42949 Fix IWYU warnings in svx/source/[f-m]*/*cxxGabor Kelemen1-2/+0
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann1-1/+1
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
2019-09-06Fixing "...."Andrea Gelmini1-4/+4
2019-08-23loplugin:returnconstval in svxNoel Grandin1-11/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-08-03Fix typosAndrea Gelmini1-4/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann1-3/+3
2019-07-20loplugin:referencecasting in svxNoel Grandin1-11/+7
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov1-20/+11
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-2/+2
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov1-1/+1
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov1-38/+1
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+1
2019-04-14loplugin:sequentialassign in svtools..svxNoel Grandin1-10/+5
2019-03-25new loplugin:unoqueryNoel Grandin1-4/+4
2019-02-10loplugin:indentation in svxNoel Grandin1-1/+1