summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)Author
2017-07-25convert UNO event ids to scoped enumNoel Grandin
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin
2017-07-22avoid unnecessary calls of AdjustRowHeightTamas Bunth
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20Avoid unnecessary calls of AdjustRowHeightTamas Bunth
2017-07-19Fix crash when saving new spreadsheet as dBase/.dbf, tdf#108789 follow-upEike Rathke
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke
2017-07-19tdf#108881 : do not assume that chart objects always...Dennis Francis
2017-07-19vbaapi: File dialog produces pathTamas Bunth
2017-07-18Eliminate some unnecessary temporary Date instancesEike Rathke
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-17Translate randomly found German commentsJohnny_M
2017-07-17Fix typosAndrea Gelmini
2017-07-17ScAddress aPos is already available, use itEike Rathke
2017-07-17Temporary ScAddress is unnecessary when constructing ScRangeEike Rathke
2017-07-17ScRange has a col,row,tab ctor, use it instead of a temporary ScAddressEike Rathke
2017-07-17Resolves: tdf#75650 reset boolean number format to General for new formulaEike Rathke
2017-07-14implement Application.FileDialog attributeTamas Bunth
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-07-12Eliminate trailing blanks from descriptions and some parameter namesEike Rathke
2017-07-12borderline: correct problems with border displayArmin Le Grand
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin
2017-07-11Introduce IFormulaEditorHelper::createCompiler()Eike Rathke
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-11add missing override, -Werror,-Winconsistent-missing-overrideMarkus Mohrhard
2017-07-10Introduce IFormulaEditorHelper::getCompiler()Eike Rathke
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers
2017-07-10lok: sc: missing invalidation on pasting text and deleting a cellMarco Cecchetti
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-08Add a way to resize ScDBDataJaskaran Singh
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-06Assert that GetClipDoc() is indeed a clipboard document, tdf#108612 relatedEike Rathke
2017-07-06GSoC: Recent Charaters Toolbar Dropdown ControlAkshay Deep
2017-07-06tdf#108923 : Use display string for generating chart labelsDennis Francis
2017-07-06ensure safe GlobalEditData release of xForbiddenCharsTableCaolán McNamara
2017-07-06rework as a shared_ptrCaolán McNamara
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-07-05Display string results in the Function Wizard quotedEike Rathke
2017-07-05coverity#1414481 Uninitialized scalar fieldCaolán McNamara
2017-07-05new loplugin unnecessaryparenNoel Grandin