summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/dbdocimp.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-24loplugin:constparam in sc part5Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-04tdf#39468 Translate German commentsJens Carl
2017-02-16convert ScGetDBSelection to scoped enumNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: scStephan Bergmann
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-08-25convert DataAccessDescriptorProperty to scoped enumNoel Grandin
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara
2016-06-27SfxProgress::SetState always returns trueStephan Bergmann
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-03-24loplugin:constantparam in scNoel Grandin
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2016-02-22loplugin:commaoperator in sc/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin
2015-08-23tdf#39440 sc: reduce scope of local variablesMichael Weghorn
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-22bool improvementsStephan Bergmann
2013-10-08convert sc/source/ui/docshell/*.cxx from String to OUStringNoel Grandin
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-05-09Remove unnecessary inclusion of column.hxx.Kohei Yoshida
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac