summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2023-04-25Add script to find unused using declarationsGabor Kelemen1-2/+0
2023-04-24oox: combine graphic cache into GraphicExportCache classTomaž Vajngerl1-2/+5
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin14-21/+22
2023-04-24tdf#154941: sc_mathematical_functions_test: Add unittestXisco Fauli1-0/+19
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin1-6/+6
2023-04-24tdf#139544 change boundary columns to rows in sort dialogArvind K3-0/+26
2023-04-24Missing CJK and CTL attributes in default cell stylesMaxim Monastirsky1-7/+7
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin1-1/+2
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen16-13/+24
2023-04-21loplugin:unnecessarygetstr extend to checking std::string::c_strNoel Grandin1-1/+1
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)2-2/+2
2023-04-21tdf#154578 sc fix: fill square is reduced when pulling selection with CTRLBalazs Varga1-0/+3
2023-04-21Fix OrcusFormatDetect XServiceInfoStephan Bergmann1-4/+5
2023-04-20Related: tdf#154915 #NULL! is not an "Internal syntactical error"Eike Rathke2-1/+4
2023-04-20sc drawstyles: Avoid styles for detective shapesMaxim Monastirsky1-0/+5
2023-04-20Resolves: tdf#154915 Let empty intersection error be #NULL! instead of #REF!Eike Rathke1-2/+2
2023-04-20gtk[3|4] massage focus in GtkToolbar .ui desc to work for both casesCaolán McNamara2-412/+0
2023-04-20add truncate-multiline as our usual propertyCaolán McNamara1-0/+1
2023-04-20using mnemonic-widget is more idiomatic for a simple label for somethingCaolán McNamara4-38/+11
2023-04-20resave with latest gladeCaolán McNamara1-87/+92
2023-04-19loplugin::unusedmethodsNoel Grandin5-19/+0
2023-04-19tdf#150652 Column Type being disabled makes UX unintuitiveTokieSan2-5/+1
2023-04-19sc drawstyles: Fix export of transparencyMaxim Monastirsky3-2/+37
2023-04-19add a route to get calc Floating Frame links under 'manage links'Caolán McNamara1-1/+8
2023-04-18tdf#154803 - Check if range is entirely mergedAndreas Heinisch2-5/+45
2023-04-18Solve or suppress accessibility warningsHeiko Tietze5-1/+36
2023-04-18fix brain malfunctionNoel Grandin1-4/+3
2023-04-18sc drawstyles: Comment shadow should depends on shadow attributeMaxim Monastirsky3-5/+15
2023-04-18sc drawstyles: Don't consider the default cell style formattingMaxim Monastirsky1-21/+11
2023-04-18sc drawstyles: Assign the Note style to imported commentsMaxim Monastirsky4-7/+21
2023-04-18sc drawstyles: Fix xlsx export for text attributes in commentsMaxim Monastirsky2-1/+16
2023-04-18sc drawstyles: Maintain comment formatting with stylesMaxim Monastirsky7-178/+130
2023-04-17tdf#151560 don't crash on loading dubious fodsCaolán McNamara1-1/+1
2023-04-15Add ROUNDSIG samples to unit test, tdf#138220 tdf#105931Eike Rathke1-10/+40
2023-04-15Add ROUND(DOWN|UP) samples to unit test, tdf#154792 tdf#124286 tdf#138220Eike Rathke2-32/+122
2023-04-15Fix number decimal separator in text tags in ui several filesJulien Nabet4-4/+4
2023-04-15Resolves: tdf#138220 tdf#154792 Avoid double rounding; tdf#124286 follow-upEike Rathke1-7/+42
2023-04-15ROUNDSIG() Avoid inaccuracy of pow(10,negative) tdf#138220, tdf#105931 followEike Rathke1-2/+15
2023-04-14Fix typoAndrea Gelmini1-1/+1
2023-04-14[API CHANGE] Related tdf#154080 - Allow customization of comment indicator colorHeiko Tietze8-53/+16
2023-04-14lok: setup LOK notifier for invalid range errorSzymon Kłos2-0/+11
2023-04-14loplugin:stringviewparam improvementsNoel Grandin8-13/+15
2023-04-13remove unnecessary exportStyleFamily methodNoel Grandin1-2/+2
2023-04-12OUString::intern is a relicNoel Grandin1-2/+2
2023-04-12tdf#116127 - Add EDITATTR to ALL flags to check for valid function inputsAndreas Heinisch2-1/+39
2023-04-11CppunitTest_sc_pivottable_filters_test: use CPPUNIT_TEST_FIXTURE()Xisco Fauli1-162/+50
2023-04-11Fix heap-buffer-overflowStephan Bergmann1-2/+2
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski3-118/+118
2023-04-10Use more *string_viewMike Kaganski7-66/+65
2023-04-09new loplugin:unnecessarygetstrNoel Grandin12-38/+38