summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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)
2022-03-04keep conflicting named ranges working with 16k columnsLuboš Luňák
2022-03-04tdf#45904: Remove ScHeaderFieldObj Java testJens Carl
2022-03-04set properly attributes for cells in unallocated Calc columnsLuboš Luňák
2022-03-04provide MAXCOL/MAXROW also as stringsLuboš Luňák
2022-03-03make ScMarkData::IsAllMarked() work also for simple marksLuboš Luňák
2022-03-03improve ScMark* classes a bitLuboš Luňák
2022-03-03Check for cached formula block count to make sure it's correct.Kohei Yoshida
2022-03-02function that modifies data should not be called IsXXX()Luboš Luňák
2022-03-02fix incorrect search startLuboš Luňák
2022-03-02Advanced Diagram support: Extend UI to all applicationsArmin Le Grand (Allotropia)
2022-03-02Bump Glade version to 3.38Heiko Tietze