summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)Author
2015-02-18TyposJulien Nabet
2015-02-16we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara
2015-02-16tdf#70733 - Move ISEVEN and ISODD functions to informationJoel
2015-02-16tdf#65505 tdf#57431 Autofilter checkbox for blank cells like in MS ExcelDeena Francis
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir
2015-02-12fdo#39468 translated german commentsMichael Jaumann
2015-02-11fdo#39468 translated german commentsMichael Jaumann
2015-02-11eliminate false failure warningEike Rathke
2015-02-10tdf#79239: make the dialog closable with 'X' button againKatarina Behrens
2015-02-07ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist
2015-02-07Turn StringConversion into a C++11 scoped enumerationTor Lillqvist
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-03Typo: selction/slection -> selectionJulien Nabet
2015-02-03Fix TYPEINFO_VISIBILITY vs. TYPEINFO_VISIBILITY_OVERRIDEStephan Bergmann
2015-02-03more build fixingMarkus Mohrhard
2015-02-03try to fix the buildMarkus Mohrhard
2015-02-03callcatcher: shave off some moreCaolán McNamara
2015-02-03tdf#87356: Enable switching between gradient and solid fill data barKatarina Behrens
2015-02-03tdf#88960 Scientific format: add/remove digits with buttonsLaurent Balland-Poirier
2015-02-03tdf#88999 Modify number of decimal for scientific also (UI and Sidebar)Laurent Balland-Poirier
2015-02-02Related: fdo#88455 crash using delete in available fieldsCaolán McNamara
2015-02-02callcatcher: shave off a few moreCaolán McNamara
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
2015-01-31coverity#1267677 Big parameter passed by valueCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-29parse with locale decimal separator, tdf#88740 relatedEike Rathke
2015-01-28Disable the 'Test OpenCL' button once pressedTor Lillqvist
2015-01-28Make the OpenCL test document construction and calculation a bit fasterTor Lillqvist
2015-01-28Add NORMDIST testTor Lillqvist
2015-01-28Use minimum necessary value for nRowsTor Lillqvist
2015-01-28Add ROUND testTor Lillqvist
2015-01-28Add NORMSINV testTor Lillqvist
2015-01-27Resolves: #i85241# store settings about value highlighting in documentTsutomu Uchino
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-26coverity#1266480 silence Pointer to local outside scopeCaolán McNamara
2015-01-26coverity#1266519 Use after freeCaolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-26convert to use std random instead of boostTomaž Vajngerl
2015-01-24Resolves: rhbz#1179642 crash in GetFocus with empty mpPreviouslyFocusedListBoxCaolán McNamara
2015-01-24Resolves: tdf#81124 crash on setting autofilter on column with no contentCaolán McNamara
2015-01-24coverity#1265796 Dereference null return valueCaolán McNamara
2015-01-24coverity#1265804 Dereference null return valueCaolán McNamara
2015-01-24coverity#1265807 Dereference null return valueCaolán McNamara
2015-01-24coverity#265794 Dereference null return valueCaolán McNamara
2015-01-23Resolves: fdo#75565 reduce block on pasting rtf like we do for htmlCaolán McNamara
2015-01-23Hold ScHeaderFooterContentObj by rtl::ReferenceStephan Bergmann