Age | Commit message (Expand) | Author |
2023-11-01 | sc: Fix conditional formatting icon set order for smilies | offtkp |
2023-11-01 | sc: Don't end handleConditionalFormat early | offtkp |
2023-11-01 | pass SfxItemSet by const & to CreateNoteFromObjectData | Noel Grandin |
2023-10-31 | tell client when the cell for the comment changed | Caolán McNamara |
2023-10-31 | we always have a ScDocument so pass by reference | Caolán McNamara |
2023-10-29 | crashtesting: dependency tracking doesn't parse ocRange | Caolán McNamara |
2023-10-27 | tdf#157930 sc: Add easy to use conditional formatting menu | Paris Oplopoios |
2023-10-26 | tdf#157897 - Clear print ranges before adding additional ones | Andreas Heinisch |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann |
2023-10-23 | cool#7332 calc perf: GetEmptyLinesInBlock | Noel Grandin |
2023-10-20 | sc: perf: avoid construction of collector for empty note columns. | Michael Meeks |
2023-10-20 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sc | Stephan Bergmann |
2023-10-19 | use more SdrObjList::begin/end in sc | Noel Grandin |
2023-10-18 | Clean up the remaining uses of OUStringConstExpr, and drop it | Stephan Bergmann |
2023-10-16 | Resolves: tdf#157797 Let GetCellValue() propagate previous error, if any | Eike Rathke |
2023-10-16 | Resolves: tdf#157786 Use GetFloor32() for date days instead of GetInt32() | Eike Rathke |
2023-10-15 | Repurpose loplugin:stringstatic for O[U]String vars that can be constexpr | Stephan Bergmann |
2023-10-15 | Follow-up: tdf#156985 Use SC_USE_SSE2 to determine which KahanSum::add() to use | Eike Rathke |
2023-10-12 | no need for these enums in BroadcasterState | Noel Grandin |
2023-10-11 | cool#7330 calc perf: PaintTile's FillInfo | Noel Grandin |
2023-10-11 | tdf#156815 Reset solver settings when a sheet is renamed | Rafael Lima |
2023-10-09 | tdf#100034 tdf#157318 XLSX export: fix lost named ranges associated to sheets | Rafael Lima |
2023-10-06 | SdrModel::getUnoModel can use XModel instead of XInterface | Noel Grandin |
2023-10-01 | tdf#154449 Add support for hidden named ranges | Rafael Lima |
2023-09-28 | cid#1545264 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-09-27 | perf: NumFmtUtil::isLatinScript doesn't need to copy OUString | Caolán McNamara |
2023-09-18 | Schedule conditional formating repaint after filtering is completed | Szymon Kłos |
2023-09-15 | reduce casting around ScDocShell | Noel Grandin |
2023-09-10 | using decls should come after #include | Noel Grandin |
2023-09-08 | replace ScUnoHelpFunctions::VectorToSequence.. | Noel Grandin |
2023-09-07 | lok: save to xlsx changes column size | Szymon Kłos |
2023-09-06 | fix "variable 'nRow' set but not used [-Werror,-Wunused-but-set-variable]" | Christian Lohmaier |
2023-09-02 | replace set(nullptr) with clear() | Noel Grandin |
2023-08-28 | new loplugin:optionalbool | Noel Grandin |
2023-08-23 | fix bug inScGlobal::CheckWidthInvalidate | Noel Grandin |
2023-08-23 | tdf#156611 SC: hyperlink option for MS behaviour | Attila Szűcs |
2023-08-22 | tdf#103480 sc: fix lost hyperlink at merging an empty cell with its cell | Czeber László Ádám |
2023-08-21 | Fix typo | Andrea Gelmini |
2023-08-19 | crashtesting: parallel calc assert with Lookup | Caolán McNamara |
2023-08-14 | Fix typo | Andrea Gelmini |
2023-08-14 | tdf#156677 if CheckComputeDependencies failed in expanded range... | Caolán McNamara |
2023-08-13 | defer turning xlsx notes into SdrCaptions until activated | Caolán McNamara |
2023-08-12 | add a CreateNoteFromObjectProperties | Caolán McNamara |
2023-08-11 | split out a common CreateNoteData | Caolán McNamara |
2023-08-11 | split out common ScPostIt insertion piece | Caolán McNamara |
2023-08-04 | lok: don't calculate document area in tile rendering all the time | Szymon Kłos |
2023-08-02 | Silence some bogus -Werror=array-bounds etc. with GCC 12 and -std=c++20 | Stephan Bergmann |
2023-07-28 | crashtesting: std::bad_alloc on load of forum-mso-en4-123509.xlsx | Caolán McNamara |
2023-07-28 | SfxMedium::GetItemSet never returns nullptr | Mike Kaganski |
2023-07-26 | Resolves: tdf#156467 Let array ROW() and COLUMN() return a scalar value | Eike Rathke |