summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin20-90/+61
2021-04-27Related: tdf#130326 drop ScContentTree::ObjectFreshCaolán McNamara3-60/+2
2021-04-27Related: tdf#130326 allow bulk_insert_for_each to insert under a nodeCaolán McNamara2-32/+31
2021-04-27use more string_view in tools/streamNoel Grandin2-3/+3
2021-04-27tdf#141914: sc_bugfix: Add unittestXisco Fauli2-0/+13
2021-04-27More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor]Stephan Bergmann1-0/+1
2021-04-26Use kahan sum for lcl_ named methods in abstract namespacedante4-533/+533
2021-04-26lok: calc: formula breaking to multiple lines partly shown in edit modeMarco Cecchetti1-0/+22
2021-04-26Add a Kahan summation class.dante2-0/+137
2021-04-26lok: add rendering and input for form controls in CalcTomaž Vajngerl1-5/+25
2021-04-25tdf#99991 - Don't resize toplevel widget containing the options expanderAndreas Heinisch1-1/+1
2021-04-25Use ROUNDSIG to do sensible value testingMike Kaganski1-293/+293
2021-04-25Fix commentMike Kaganski1-1/+1
2021-04-25loplugin:unusedfieldsNoel Grandin1-3/+1
2021-04-24tdf#82211 - Show hidden info labelAndreas Heinisch1-1/+0
2021-04-24cid#1477317 Logically dead codeCaolán McNamara1-3/+3
2021-04-24typo: NavigatoeDlg->NavigatorDlgCaolán McNamara2-5/+5
2021-04-24Related: tdf#130326: GetDrawNames doesn't do anything when !bisInNavigatoeDlgCaolán McNamara1-16/+15
2021-04-24Removed executable permission on C++ fileAndrea Gelmini1-0/+0
2021-04-24Removed executable bits on source filesAndrea Gelmini11-0/+0
2021-04-24Fix typosAndrea Gelmini3-4/+4
2021-04-23tdf#130326 clamp number of items in calc content treeNoel Grandin1-0/+9
2021-04-23cid#1474373 Untrusted loop boundCaolán McNamara1-4/+15
2021-04-23we want the a11y screen locationCaolán McNamara1-1/+1
2021-04-23tdf#84517 show count of non-filtered rows in sc status barscito1-1/+2
2021-04-23tdf#95554 fix ScDocument::GetClipArea() for rows: use > instead of <scito1-1/+1
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara1-0/+1
2021-04-23tdf#141824 init navigator to possibly floating in base ctorCaolán McNamara1-6/+8
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin9-20/+20
2021-04-22tdf#101217 Change row height and col width decimal places to 4Winston Min Tjong3-20/+20
2021-04-22tdf#141816: sc_uicalc: Add unittestXisco Fauli1-0/+8
2021-04-22tdf#107348 tdf#45958 tdf#141215 tdf#141683 fix filtered/transpose pastescito12-151/+5919
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-22tdf#139701 change uno:UnderlineSimple to uno:Underlineharu-023-3/+3
2021-04-22tdf#119793: sc_uicalc: Add unittestXisco Fauli2-0/+41
2021-04-21tdf#94962 - Limit calculation of pearson coefficientAndreas Heinisch2-11/+48
2021-04-21uitest: just use .uno:CloseDoc and simplify codeXisco Fauli9-18/+21
2021-04-21tdf#58585 - IRR function: support array argument for valuesAndreas Heinisch2-41/+77
2021-04-21uitest: just use enter_text_to_cell hereXisco Fauli1-4/+2
2021-04-21Fix indentationSamuel Mehrbrodt1-1/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin5-13/+13
2021-04-21lok: fix incomplete/wrong tiles after zoom change and sheet switchDennis Francis1-4/+19
2021-04-20tdf#141537: UNO Object Inspector: Crash while inspecting fileJulien Nabet1-0/+2
2021-04-20tdf#141244, tdf#141770: sc: Add UItestXisco Fauli1-0/+50
2021-04-20lok: Pass object ord num in the uno commandmerttumer1-2/+3
2021-04-20Fix Line and Connectors enable interactive drawingmerttumer1-0/+2
2021-04-19use more string_view in comphelper::stringNoel Grandin4-4/+4
2021-04-19notebookbar: minify for onlineSzymon Kłos2-0/+94
2021-04-18no need to construct temporary OUStrings hereNoel Grandin2-10/+10
2021-04-17tdf#140764 add ImageMode to tabbed NBandreas kainz1-6/+96