summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/viewuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: scStephan Bergmann1-24/+24
2017-10-20tdf#112100 Select shape name in NavigatorTamas Bunth1-0/+3
2017-09-26loplugin:flatten in scNoel Grandin1-3/+3
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin1-1/+1
2017-08-26loplugin:constparam in sc part7Noel Grandin1-1/+1
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-1/+1
2017-07-28Resolves: tdf#106872 only request selected shapesCaolán McNamara1-12/+9
2017-07-27Related: tdf#106872 factor out getting selected shapesCaolán McNamara1-24/+30
2017-07-04loplugin:unusedfields in sc part3Noel Grandin1-8/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+2
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+2
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-6/+6
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-1/+0
2017-04-05tdf#39468 Translate German commentsJens Carl1-7/+7
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-14Translate some German comments in scKatarina Behrens1-48/+47
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-81/+18
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-2/+2
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-2/+2
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-4/+2
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke1-5/+1
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-1/+1
2016-07-30missing nullptr checkMarkus Mohrhard1-1/+1
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-14/+14
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-44/+42
2016-03-23loplugin:constantparam in scNoel Grandin1-2/+2
2016-01-31unnecessary use of OUString constructorNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-22/+22
2015-10-28com::sun::star->css in scNoel Grandin1-7/+7
2015-10-26boost::ptr_vector->std::vectorNoel Grandin1-25/+13
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-5/+5
2015-09-22convert SC_SHEETEVENT to scoped enumNoel Grandin1-10/+10
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-20/+20
2015-03-24convert SvxZoomType to enum classNoel Grandin1-15/+15
2015-03-23loplugin:constantfunction: scNoel Grandin1-16/+0
2015-03-05V801: Decreased performanceCaolán McNamara1-2/+2
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-8/+7
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-47/+47
2014-11-11sc: ~ScViewPaneBase() needs the SolarMutexMichael Stahl1-0/+2
2014-10-28loplugin: cstylecastNoel Grandin1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3