summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2021-01-06Hide calc input bar tooltips in onlineSzymon Kłos1-10/+14
2021-01-05tdf#139339 : Unify protect/unprotect cases for document protectionAnshu2-30/+40
2021-01-05ofz#29234 Integer-overflowCaolán McNamara1-0/+2
2021-01-05tdf#139394 XLSX export: remove extra quotation marksTibor Nagy1-10/+10
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann5-6/+16
2021-01-03Try GetShortPathNameW workaround for Unicode paths with orcusMike Kaganski1-4/+32
2021-01-03Removed duplicated includeAndrea Gelmini1-1/+0
2021-01-02introduce Degree100 strong_int typeNoel31-105/+107
2021-01-02tdf#133257 : Protection icon in front of sheet nameAnshu2-47/+25
2021-01-01tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorDuP-4918-57/+22
2021-01-01ofz#29094 Direct-leakCaolán McNamara1-3/+3
2020-12-30loplugin:stringviewparam: operator +, reduxStephan Bergmann1-3/+7
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl2-3/+6
2020-12-29tdf#120749 XLSX: fix "begins/ends with" conditionalTibor Nagy2-1/+33
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann34-75/+103
2020-12-28tdf#137033 improve save of cell anchored shapesRegina Henschel1-17/+87
2020-12-28tdf#139021 XLSX export: fix "contains" conditional formattingTibor Nagy1-5/+84
2020-12-28ofz#29030 Abrt in xlsfuzzerCaolán McNamara1-634/+641
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann2-6/+7
2020-12-27Drop some unnecessary HDL macrosGabor Kelemen4-35/+27
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock3-4/+4
2020-12-26Remove pointless macroGabor Kelemen1-3/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann8-19/+19
2020-12-24custom literal for Degree10Noel Grandin2-4/+4
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock1-1/+1
2020-12-23ofz#28910 Direct-leak in MemNewCaolán McNamara4-27/+27
2020-12-23add utility NbcRotate methodNoel Grandin1-4/+1
2020-12-23Rename sorted_vector::erase(size_t) to erase_atJan-Marek Glogowski1-1/+1
2020-12-23tdf#121472 XLSX export: fix external Linux pathAttila Szűcs1-2/+3
2020-12-22oss-fuzz: xlsfuzzer doesn't pass sanity checkCaolán McNamara1-26/+34
2020-12-22oss-fuzz: qpwfuzzer doesn't pass sanity checkCaolán McNamara1-1/+10
2020-12-22more jumbo sheet workNoel Grandin12-30/+34
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara1-2/+2
2020-12-22split SotStorageStream into two classesNoel8-16/+11
2020-12-21weld pagelistmenuCaolán McNamara1-15/+18
2020-12-21Add a comment here, too, that the lists of formats are identicalTor Lillqvist1-0/+1
2020-12-21tdf#138824 tdf#137937 XLSX export: fix parent directory pathAttila Szűcs1-3/+8
2020-12-19weld autosum menuCaolán McNamara2-14/+14
2020-12-19make *String(string_view) constructors explicitNoel Grandin5-6/+6
2020-12-19fix crash inserting chartNoel Grandin1-1/+4
2020-12-19use more string_view in SfxItemPropertyMapNoel2-11/+11
2020-12-18Resolves: tdf#138710 Do not push an out-of-bounds bound to boundariesEike Rathke1-1/+2
2020-12-18use more string_view in IsXMLTokenNoel6-30/+30
2020-12-18throw exception in SvStream when reading past end of fileNoel3-7/+29
2020-12-16tdf#138822: really undo when clicking Cancel in managing Named RangesJulien Nabet1-0/+1
2020-12-16tdf#122102 XLSX import: fix "contains" conditional formattingTibor Nagy1-1/+12
2020-12-16tdf#128621 OOXML Chart: export embedded shapes in chartBalazs Varga4-20/+6
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara3-0/+4
2020-12-15use views to parse rather than allocating OUStringNoel6-45/+37
2020-12-14use more direct parsing on FastAttributeListNoel1-2/+1