summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-03-11loplugin:constparamsNoel Grandin
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-03-11Fix typosAndrea Gelmini
2022-03-11don't bother drawing zero-width cellsLuboš Luňák
2022-03-11optimize searching for last visible rowLuboš Luňák
2022-03-10Use OUStringBuffer in ScConcatMike Kaganski
2022-03-10ofz#44982 limit matrices for fuzzing, but allow importing a littleCaolán McNamara
2022-03-10Use readonly-aliasing icu::UnicodeString ctor to avoid extra copyMike Kaganski
2022-03-10ofz: Use-of-uninitialized-valueCaolán McNamara
2022-03-10fix attr iterators to walk even unallocated columns if neededLuboš Luňák
2022-03-10add ColumnData() for simple handling of unallocated column dataLuboš Luňák
2022-03-10tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroGautham Krishnan
2022-03-09tdf#147830: sc: Add UItestXisco Fauli
2022-03-09change default Calc number of columns to 16384 (tdf#50916)Luboš Luňák
2022-03-09Fix typosAndrea Gelmini
2022-03-08cid#1502938 Uncaught exceptionCaolán McNamara
2022-03-08optimize checking for conflicting named rangesLuboš Luňák
2022-03-08don't provide non-const iterators to ScRangeName internal dataLuboš Luňák
2022-03-08Resolves: tdf#147722 ScrolledWindow expands beyond buttonboxCaolán McNamara
2022-03-08tdf#107869: sc: move UItest to CppUnittestXisco Fauli
2022-03-08remove some member-of a11y relationsCaolán McNamara
2022-03-08stop ScTable::ExtendMerge() from needless complainingLuboš Luňák
2022-03-08proper columns range check (tdf#147830)Luboš Luňák
2022-03-08resave with latest gladeCaolán McNamara
2022-03-08optimize ScTabView::SkipCursorVertical() for many rowsLuboš Luňák
2022-03-08fix GetAttr() for unallocated columnsLuboš Luňák
2022-03-08revert/fix the incorrect fix for tdf#126904Luboš Luňák
2022-03-08sc: write the OOXML Sparkline props. to the modelTomaž Vajngerl
2022-03-08sc: add Sparkline to the model as a column multi_type_vectorTomaž Vajngerl
2022-03-08sc: support reading sparklines from OOXML documentTomaž Vajngerl
2022-03-08remove pAttrArray nullptr checksLuboš Luňák
2022-03-07cid#1500534 silence bogus Using invalid iteratorCaolán McNamara
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2022-03-07optimize repeated std::vector removal (tdf#126326)Luboš Luňák
2022-03-07faster check whether attributes have changed (tdf#117366)Luboš Luňák
2022-03-07faster bulk insert into o3tl::sorted_vector (tdf#117366)Luboš Luňák
2022-03-06don't try to spellcheck after last data cell (tdf#122827)Luboš Luňák
2022-03-06make CellTextAttr half the sizeLuboš Luňák
2022-03-06don't destroy and recreate broadcasters on large changes (tdf#131894)Luboš Luňák
2022-03-06do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák
2022-03-05compress RowHidden()/GetRowHeight() use in excel export (tdf#126326)Luboš Luňák
2022-03-05don't bother tracking changes if both cells are empty (tdf#141174)Luboš Luňák
2022-03-05don't bother scanning nonexistent data (tdf#141182)Luboš Luňák
2022-03-05make sc_namedrangesobj test work with 16k columnsLuboš Luňák
2022-03-05remove more hardcoded sheet sizes from Calc testsLuboš Luňák
2022-03-05remove more hardcoded MAXROWLuboš Luňák
2022-03-05remove pAttrArray nullptr checksLuboš Luňák
2022-03-05introduce ScColumnData for ScColumn/ScTable code sharingLuboš Luňák
2022-03-04cid#1500566 Uninitialized scalar fieldCaolán McNamara
2022-03-04Advanced Diagram support: Allow reLayout without keeping oox::ShapeArmin Le Grand (Allotropia)