summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-04-20use more FastAttributeIter::toViewNoel Grandin11-40/+39
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin1-3/+3
2022-04-19tdf#148635 cache some chart stuffNoel Grandin1-5/+16
2022-04-17use more string_view in scNoel Grandin5-14/+15
2022-04-15jsdialog: autofilter: unify with regular popupSzymon Kłos4-61/+7
2022-04-15sc: introduce SparklineShell and Sparkline contextTomaž Vajngerl6-7/+150
2022-04-15Prepare SvNumberFormatter::GetEditFormat() to obtain for another localeEike Rathke1-2/+2
2022-04-14Resolves: tdf#141625 give enough space to see full date+timeCaolán McNamara1-3/+3
2022-04-13jsdialog: reenable after welding, unify with dialogsSzymon Kłos1-4/+0
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin32-89/+100
2022-04-12don't ignore GetDefPattern() in ScHorizontalAttrIteratorLuboš Luňák1-31/+4
2022-04-12don't artificially clamp attribute iterators rangeLuboš Luňák3-55/+6
2022-04-12don't FormatDoc() a whole long text if not necessary (tdf#144515)Luboš Luňák1-0/+5
2022-04-12treat Calc cells that don't fit as top-aligned rather than bottomLuboš Luňák1-0/+5
2022-04-12ofz#46352 TimeoutCaolán McNamara1-2/+2
2022-04-12compress row height calculation (tdf#148492)Luboš Luňák1-1/+7
2022-04-12bail out of the loop when the item is foundLuboš Luňák1-4/+3
2022-04-12ofz#46352 assert on bad string offsetCaolán McNamara1-1/+1
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+2
2022-04-11lok: run autofilter without timersSzymon Kłos1-2/+9
2022-04-11use more string_viewNoel Grandin1-2/+2
2022-04-11sc: fix rendering when sparkline doesn't have a data rangeTomaž Vajngerl1-1/+5
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin13-41/+47
2022-04-10sc: add UI, undo/redo and test to change sparkline data rangeTomaž Vajngerl12-1/+422
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin15-35/+49
2022-04-10cid#1503834: copy-pasteJulien Nabet1-1/+1
2022-04-10Silence cid#1503835 ("UNINTENDED_INTEGER_DIVISION")Stephan Bergmann1-1/+1
2022-04-08use just one shared global SalLayoutGlyphsCacheLuboš Luňák1-4/+1
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin7-23/+24
2022-04-08tdf#148423: Half a hackStephan Bergmann1-1/+1
2022-04-08use more subView when converting to Int32Noel Grandin7-17/+23
2022-04-08sc: add an overlay to show sparklines in a sparkline groupTomaž Vajngerl2-0/+70
2022-04-08lok: avoid validation-dialog yield when savingDennis Francis4-6/+23
2022-04-07tdf#80043 - Put selected text into hyperlink itemAndreas Heinisch2-8/+11
2022-04-07sc: take sparklines into account with auto fillTomaž Vajngerl1-0/+56
2022-04-07sc: improve keeping track of sparklines in SparklineListTomaž Vajngerl3-2/+62
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski3-9/+7
2022-04-06sc: prevent a crash when deleting a sparklineTomaž Vajngerl2-1/+5
2022-04-06sc: put SparklineList implementation into SparklineList.cxxTomaž Vajngerl1-0/+78
2022-04-06sc: add Group and Ungroup to context menu for sparklinesTomaž Vajngerl9-1/+347
2022-04-06sc: add "Delete Sparkline Group" context menu action + Undo/RedoTomaž Vajngerl7-5/+175
2022-04-05Fix typosAndrea Gelmini1-3/+3
2022-04-05sc: improve SparklineList to track added SparklineGroupsTomaž Vajngerl6-76/+50
2022-04-05sc: add SparklineGroup Undo/RedoTomaž Vajngerl7-78/+205
2022-04-05sc: Sparkline rendering improvement, take all attrs. into accountTomaž Vajngerl2-238/+590
2022-04-05sc: edit all sparkline attributes in SparklineDialogTomaž Vajngerl2-1/+191
2022-04-05sc: use GUID for the SparklineGroup ID and use thatTomaž Vajngerl8-16/+39
2022-04-05sc: make printing of Sparklines workTomaž Vajngerl4-1/+97
2022-04-05add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl1-13/+7