summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2018-02-21Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke1-1/+1
2017-12-18clear the data provider cache after import, tdf#111960Markus Mohrhard1-0/+5
2017-12-08Key must be sal_uInt32 instead of sal_Int16 SCCOL, tdf#113861 follow-upEike Rathke1-2/+2
2017-12-08assert on export of fdo69698-1.ods to pdfCaolán McNamara1-7/+13
2017-11-25coverity#1422232 Improper use of negative valueCaolán McNamara1-1/+1
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist2-59/+59
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin2-3/+3
2017-11-23related tdf#108757 small enhancements for speed upSerge Krot1-4/+4
2017-11-23crashtesting: crash loading fdo41403-1.xlsmCaolán McNamara1-1/+1
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-8/+8
2017-11-23TypedWhichId for sc constantsNoel Grandin5-23/+31
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
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