summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-10-18loplugin:staticvar in scNoel Grandin14-122/+122
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin3-15/+4
2018-10-17Remove unused FormulaLogger::maMessageStephan Bergmann1-1/+0
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen1-0/+1
2018-10-17Silence more Clang trunk -Wdefaulted-function-deletedStephan Bergmann2-6/+6
2018-10-17ScTable::CopyTable drop defaults from paramsNoel Grandin3-9/+17
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin50-119/+124
2018-10-17loplugin:singlevalfieldsNoel Grandin4-34/+1
2018-10-17Notebookbar: sync tabbedbarandreas kainz1-26/+19
2018-10-17Notebookbar: update calc tabbed notebookbarandreas kainz1-760/+1470
2018-10-16tdf#45904 Move _XTableChartsSupplier Java Tests to C++Rahul Gurung1-0/+5
2018-10-16coverity#1440303 use emplace_back instead of push_backCaolán McNamara1-2/+2
2018-10-16Related: tdf#120612 help response missing from other help buttonsCaolán McNamara21-0/+21
2018-10-16Notebookbar: update tabbed toolbar for calcandreas kainz1-778/+691
2018-10-16Unit test deleting shared formula group top cell, tdf#119623Eike Rathke2-0/+44
2018-10-16Resolves: tdf#119623 record group positions also for top cellsEike Rathke1-6/+10
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen127-215/+246
2018-10-15Introduce and use ScConditionalFormatList::empty() instead of size()Eike Rathke3-2/+8
2018-10-15tdf#120087 Disable unuseable items in Manage DialogAbhyudaya Sharma2-0/+13
2018-10-15loplugin:staticconstfield improvementsNoel Grandin8-35/+14
2018-10-15Conditional formatting: Use the nElements from g_IconSetMap.Jan Holesovsky6-58/+38
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin4-68/+2
2018-10-15sc: Let SKEW/SKEWP raise #!DIV/0 when < 3 numbers are givenTakeshi Abe3-8/+31
2018-10-15sc: Make KURT() return #DIV/0! when <4 arguments are givenTakeshi Abe2-5/+7
2018-10-15Redundant variableMike Kaganski1-2/+1
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-2/+2
2018-10-15loplugin:unusedmethodsNoel Grandin2-64/+0
2018-10-15tdf#120429 - Functions Insert Columns Exist Two Timesheiko tietze1-6/+6
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen1-0/+2
2018-10-15add SvStream::TellEndNoel Grandin8-28/+11
2018-10-15loplugin:constfields in scNoel Grandin390-1615/+1609
2018-10-14MoreButton is solely used by toolkitCaolán McNamara9-9/+0
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara22-30/+0
2018-10-13Fix a weird checkbox label in Calc’s recalculation promptAdolfo Jayme Barrientos1-0/+1
2018-10-12coverity#1440239 Uncaught exceptionCaolán McNamara3-4/+4
2018-10-12Simple translation passing by...Andrea Gelmini1-1/+1
2018-10-12Conditional formatting: Allow to set the icon set CF via .uno: command.Jan Holesovsky4-36/+74
2018-10-11tdf#119580 sc: Use the regular object popupmenu for chartsMaxim Monastirsky3-60/+1
2018-10-11Remove superfluous separatorMaxim Monastirsky1-1/+0
2018-10-11tdf#120528: check for empty mpMouseEvent in ScDataTableView::MouseButtonUpMike Kaganski1-0/+2
2018-10-11Resolves: tdf#120476 need to be resizable if number of tabs is variableCaolán McNamara1-1/+0
2018-10-11Resolves: tdf#90698 catch list (1;2) of non-references as errorEike Rathke1-1/+3
2018-10-11tdf#111980 oox optionbutton autoGroup inside GroupBoxJustin Luth2-1/+29
2018-10-10tdf#120410: Disable insert/delete row/page break in read-only modeXisco Fauli1-4/+4
2018-10-10optimize adding a block of entries at one timeCaolán McNamara1-1/+2
2018-10-10make VLOOKUP in Calc thread-safeLuboš Luňák10-79/+120
2018-10-10fix detection of self-referencesLuboš Luňák2-5/+8
2018-10-10ColumnSpanSet variant optimized for just one ScRangeLuboš Luňák10-7/+81
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák25-107/+104
2018-10-10add ScTokenArray::Finalize() to explicitly reduce memory usageLuboš Luňák1-1/+4