summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoctabl.cxx
AgeCommit message (Expand)Author
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen
2018-03-06use more Color in svxNoel Grandin
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin
2018-02-21ColorData->Color in sd..svxNoel Grandin
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-08-17convert XPropertyListType to scoped enumNoel Grandin
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke
2015-11-15use initialiser for Sequence<OUString>Noel 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
2014-07-03Avoid null this pointers in member function callsStephan Bergmann
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
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-01-24coverity#1158401 Uncaught exceptionCaolán McNamara
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2013-12-31svx: Constructor feature for last implementations in svx component.Matúš Kukan
2013-12-31svx: Use constructor feature for SvxShapeCollection.Matúš Kukan
2013-12-31svx: Use constructor feature for RecoveryUI.Matúš Kukan
2013-12-31svx: Use constructor feature for GraphicExporter.Matúš Kukan
2013-12-31svx: Use constructor feature for FontHeightToolBoxControl.Matúš Kukan
2013-12-31svx: Use constructor feature for uno search controllers.Matúš Kukan
2013-12-31svx: Use constructor feature for GalleryThemeProvider.Matúš Kukan
2013-12-31svx: Use constructor feature for PrimitiveFactory2D.Matúš Kukan
2013-12-31svx: Use constructor feature for SvXMLGraphicImportExportHelper.Matúš Kukan
2013-12-31svx: Use constructor feature for sidebar::PanelFactory.Matúš Kukan
2013-12-20Revert "svx: split into direct implementation getFactories"Matúš Kukan
2013-12-20svx: split into direct implementation getFactoriesMatúš Kukan
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin
2013-06-18Related: #i122120# Ensured Append/Modify methods in LB implementations...Armin Le Grand
2013-05-28fdo#64451 Add "Find All" to the Find bar.Andrzej J.R. Hunt
2013-05-23fdo#63035 Add "Match Case" to Find bar.Andrzej J.R. Hunt
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-04-01expand some more namespace macrosThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-01-16add close option to findbar in Writerjorendc
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-05-03nuke dead codeTakeshi Abe
2012-04-15findbar: Kill copy'n'paste.Jan Holesovsky