summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-11Update git submodulesSeth Chaiklin1-0/+0
2022-05-11sw content controls: introduce a word breaking dummy char at the endMiklos Vajna10-23/+47
2022-05-11use -g with --gdb-index in configureLuboš Luňák1-1/+1
2022-05-11search faster an array where most elements do not match (tdf#144777)Luboš Luňák1-4/+14
2022-05-11reduce size of *IFS conditions array (tdf#144777)Luboš Luňák2-9/+9
2022-05-11no PerformQuery() with ScSortedRangeCache if not needed (tdf#144777)Luboš Luňák2-13/+45
2022-05-11do not use ScSortedRangeCache inefficientlyLuboš Luňák5-17/+79
2022-05-11limit rows to ones having data when computing ScSortedRangeCacheLuboš Luňák2-2/+11
2022-05-11faster reverse mapping in ScSortedRangeCacheLuboš Luňák2-4/+7
2022-05-11avoid somewhat expensive mdds position() call if possibleLuboš Luňák1-1/+7
2022-05-11make ScSortedRangeCache work for also ScQueryEntry::ByStringLuboš Luňák9-66/+179
2022-05-11make BinarySearch() do proper SC_EQUAL with ScQueryEntry::ByStringLuboš Luňák1-2/+3
2022-05-11use ScSortedRangeCache also for generic queriesLuboš Luňák4-59/+187
2022-05-11make internal ScQueryCellIteratorBase functions protectedLuboš Luňák1-12/+12
2022-05-11keep only a reference to a vector if equal to what's wantedLuboš Luňák1-6/+21
2022-05-11introduce Calc cache for sorted handling of unsorted cellsLuboš Luňák13-31/+508
2022-05-11Update git submodulesSeth Chaiklin1-0/+0
2022-05-11make it obvious which column BinarySearch() operates onLuboš Luňák3-27/+27
2022-05-11Update git submodulesOlivier Hallot1-0/+0
2022-05-11elide temporary OUString in GetFilter4FilterNameNoel Grandin1-3/+3
2022-05-11Don't leave ImplFontMetricData::mnHangingBaseline uninitializedStephan Bergmann1-0/+4
2022-05-11Drop IS_EDITMODE macro that is used only onceGabor Kelemen1-3/+1
2022-05-11tdf#148430 Use atanh from <cmath> instead of our ownofftkp3-3/+5
2022-05-11Fix typosAndrea Gelmini3-3/+3
2022-05-11basegfx: generalize B2DRange and B2IRange with Range2D templateTomaž Vajngerl8-355/+303
2022-05-11sw content controls, drop-down: add DOCX importMiklos Vajna9-46/+179
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin7-30/+59
2022-05-11CppunitTest_sw_ooxmlexport12: avoid mustTestImportOf()Miklos Vajna1-14/+8
2022-05-11Avoid useless default constructionMike Kaganski1-2/+1
2022-05-11Update mdds to 2.0.3.Kohei Yoshida1-2/+2
2022-05-11chart2: prefix VDataSeries members, rename Double to m_aValuesTomaž Vajngerl2-33/+31
2022-05-11chart2: remove code duplication in VSeriesPlotter::getSeriesNamesTomaž Vajngerl2-28/+34
2022-05-11chart2: simplify with structured binding decl. and some cleanupTomaž Vajngerl3-49/+40
2022-05-11Resolves: tdf#132582 Display duration for calculated time values selectionEike Rathke1-0/+12
2022-05-10Update git submodulesMartin Srebotnjak1-0/+0
2022-05-10Update git submodulesAndras Timar1-0/+0
2022-05-10tdf#148470 if macOS glyph fallback provided a partial result flag what failedCaolán McNamara1-0/+20
2022-05-10tdf#108188, tdf#131190 - Verify that the page style is actually usedAndreas Heinisch4-26/+45
2022-05-10Fix typosAndrea Gelmini2-2/+2
2022-05-10tdf#121740 dont bother checking for VBA librariesNoel Grandin1-0/+4
2022-05-10osl::Mutex->std::mutex in ucb::BaseContentNoel Grandin3-113/+63
2022-05-10osl::Mutex->std::mutex in ucb::XResultSet_implNoel Grandin2-69/+43
2022-05-10osl::Mutex->std::mutex in GlobalEventConfigNoel Grandin2-21/+17
2022-05-10move creation of xParser to where it is usedNoel Grandin1-2/+1
2022-05-10ScriptForge - (SF_Dialog) FIX comments in Resize() methodJean-Pierre Ledure1-6/+7
2022-05-10tdf#148519 correction to vertical "to frame" mapping for object positionSeth Chaiklin2-2/+2
2022-05-10sw XHTML export: output table / table row background format using CSSMiklos Vajna5-14/+65
2022-05-10tdf#147919 PPTX export: fix curved and bent connector shapeTibor Nagy3-28/+340
2022-05-10sort out query iterator's BinarySearch() corner cases handlingLuboš Luňák3-35/+55
2022-05-10make BinarySearch() work for SC_EQUAL, SC_LESS, SC_GREATERLuboš Luňák3-19/+121