summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoctabl.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-6/+6
2019-11-24cppcheck: performing init in init list (sot/svl/svtools/svx)Julien Nabet1-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann1-1/+1
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen1-3/+2
2018-03-06use more Color in svxNoel Grandin1-2/+2
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin1-1/+1
2018-02-21ColorData->Color in sd..svxNoel Grandin1-4/+4
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-22/+13
2016-08-17convert XPropertyListType to scoped enumNoel Grandin1-1/+1
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke1-6/+5
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2014-07-03Avoid null this pointers in member function callsStephan Bergmann1-1/+3
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-11/+11
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-22/+22
2014-01-24coverity#1158401 Uncaught exceptionCaolán McNamara1-7/+2
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-2/+2
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-18Unify ctor functions for component implementations.Matúš Kukan1-4/+4
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza1-8/+2
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan1-1/+1
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan1-2/+1
2013-12-31svx: Constructor feature for last implementations in svx component.Matúš Kukan1-73/+14
2013-12-31svx: Use constructor feature for SvxShapeCollection.Matúš Kukan1-8/+0
2013-12-31svx: Use constructor feature for RecoveryUI.Matúš Kukan1-8/+0
2013-12-31svx: Use constructor feature for GraphicExporter.Matúš Kukan1-8/+0
2013-12-31svx: Use constructor feature for FontHeightToolBoxControl.Matúš Kukan1-8/+0
2013-12-31svx: Use constructor feature for uno search controllers.Matúš Kukan1-50/+0
2013-12-31svx: Use constructor feature for GalleryThemeProvider.Matúš Kukan1-8/+0
2013-12-31svx: Use constructor feature for PrimitiveFactory2D.Matúš Kukan1-9/+0
2013-12-31svx: Use constructor feature for SvXMLGraphicImportExportHelper.Matúš Kukan1-17/+0
2013-12-31svx: Use constructor feature for sidebar::PanelFactory.Matúš Kukan1-10/+0
2013-12-20Revert "svx: split into direct implementation getFactories"Matúš Kukan1-13/+197
2013-12-20svx: split into direct implementation getFactoriesMatúš Kukan1-197/+13
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+0
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann1-1/+1
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin1-1/+1
2013-06-18Related: #i122120# Ensured Append/Modify methods in LB implementations...Armin Le Grand1-4/+4
2013-05-28fdo#64451 Add "Find All" to the Find bar.Andrzej J.R. Hunt1-0/+7
2013-05-23fdo#63035 Add "Match Case" to Find bar.Andrzej J.R. Hunt1-0/+7
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-0/+11
2013-04-01expand some more namespace macrosThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-3/+3
2013-01-16add close option to findbar in Writerjorendc1-0/+7
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14