summaryrefslogtreecommitdiff
path: root/svx/source/table/tabledesign.cxx
AgeCommit message (Expand)Author
2024-05-11loplugin:ostr in svxNoel Grandin
2023-06-29Use getXWeak in svxMike Kaganski
2022-12-16Merge sdr::table::TableDesignUser into sdr::table::SdrTableObjImplStephan Bergmann
2022-11-29sd: replace hardcoded table styles with xml fileMaxim Monastirsky
2022-11-21sd: table design editingMaxim Monastirsky
2022-11-21Export modified table stylesMaxim Monastirsky
2022-11-14svx: On table style removal, revert to the default styleMaxim Monastirsky
2022-10-07svx: Destroy unused table stylesMaxim Monastirsky
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2021-12-25use comphelper::WeakComponentImplHelper in TableDesignStyleNoel Grandin
2021-12-25pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin
2021-12-25no need to take SolarMutex in TableDesignFamily::createInstanceNoel Grandin
2020-08-06loplugin:flatten in svxNoel Grandin
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann
2018-11-22improve function-local statics in svxNoel Grandin
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-09-23loplugin:flatten in svl..svxNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-19make string translation loading more uniformCaolán McNamara
2017-02-21loplugin:subtlezeroinit: svxStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04svx: replace boost::bind with C++11 lambdaMichael Stahl
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-10-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet