summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/viewuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-14/+13
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-29/+29
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-29/+29
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin1-222/+222
2020-05-24inline some use-once typedefsNoel Grandin1-6/+6
2020-02-10Remove redundant ScTabView::GetSdrViewStephan Bergmann1-3/+3
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-4/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-1/+1
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-4/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-4/+4
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov1-31/+1
2019-03-04simplify UNO getTypes methodsNoel Grandin1-3/+2
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov1-53/+24
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen1-0/+1
2018-11-22improve function-local statics in scNoel Grandin1-44/+25
2018-11-07loplugin:collapseif in scNoel Grandin1-5/+2
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-3/+3
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-14/+11
2018-03-07use more Color in scNoel Grandin1-2/+2
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-1/+1
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-10/+10
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-16/+16
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