summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-18tdf#113861: Less aggressive expansion of chart headers.Vasily Melenchuk1-53/+52
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin1-0/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-11tdf#39468 Translate German commentJens Carl1-1/+1
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin1-1/+0
2017-10-26vcl: make MapMode constructor explicitMichael Stahl2-6/+6
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann48-513/+513
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-5/+5
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-1/+1
2017-10-20tdf#112100 Select shape name in NavigatorTamas Bunth1-0/+3
2017-10-18use rtl::Reference in sc/../uno/*Noel Grandin4-48/+31
2017-10-13Replace lists by vectors in chart2uno (sc)Julien Nabet1-18/+14
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-3/+3
2017-10-02lok - sc: document size as sum of row heights/col widths in pixelMarco Cecchetti1-4/+16
2017-09-30work around clang-cl ABI bug PR25641Stephan Bergmann1-0/+3
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-9/+6
2017-09-26loplugin:flatten in scNoel Grandin12-631/+603
2017-09-22loplugin:flatten in pyuno..scNoel Grandin10-412/+381
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin1-1/+1
2017-09-16convert SvxTimeFormat to scoped enumNoel Grandin1-1/+1
2017-09-16convert SvxTimeType to scoped enumNoel Grandin1-2/+2
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin1-1/+1
2017-09-15Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann1-2/+2
2017-09-15convert SvxFileType to scoped enumNoel Grandin1-1/+1
2017-09-15convert SvxFileFormat to scoped enumNoel Grandin1-9/+9
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin1-1/+1
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin10-35/+29
2017-09-06Replace some lists by vectors in unoobj (sc)Julien Nabet2-7/+4
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin3-4/+4
2017-09-02dynamic column container: fix some more for loopsNoel Grandin2-4/+5
2017-09-02make sure parent element is staying aroundMarkus Mohrhard1-7/+7
2017-08-29Export to PNG: export selected cell range only, not as page, tdf#108317Eike Rathke1-31/+99
2017-08-29Add keeper for FmFormView* pDrawViewEike Rathke1-9/+17
2017-08-26loplugin:constparam in sc part7Noel Grandin7-12/+12
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist2-3/+3
2017-08-25loplugin:constparam in sc part6Noel Grandin5-13/+13
2017-08-20Typo about "document"Julien Nabet1-5/+5
2017-08-17tdf#86019: Use ChartDataRowSource_COLUMNS as the chart...Dennis Francis1-3/+3
2017-08-15loplugin:checkunusedparams in scNoel Grandin4-8/+8
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-08-08loplugin:constantparamNoel Grandin1-1/+1
2017-08-07oovbaapi: screenUpdating, do not adjust heightTamas Bunth1-5/+5
2017-08-03rename SV_MAX_ANZ_STANDARD_FORMATE->SV_MAX_COUNT_STANDARD_FORMATSNoel Grandin1-1/+1
2017-08-03lok - add support for in place chart editingMarco Cecchetti1-7/+48
2017-08-02remove unnecessary use of 'this->'Noel Grandin2-3/+3
2017-07-31loplugin:oncevarNoel Grandin1-2/+1
2017-07-30janitorialLionel Elie Mamane1-1/+2
2017-07-28Resolves: tdf#106872 only request selected shapesCaolán McNamara1-12/+9