summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin8-214/+172
2022-03-01followup tdf#122098 xlsx export: avoid corrupt format if not bool valueJustin Luth1-1/+4
2022-02-28remove obsolete TODO.performanceLuboš Luňák1-12/+0
2022-02-28Brown paper bag fixStephan Bergmann1-1/+1
2022-02-28uitest: fix sporadic UITest_impress_demo failuresXisco Fauli2-53/+31
2022-02-28uitest: simplify tests even moreXisco Fauli4-43/+16
2022-02-28make named ranges in tests work with 16k columnsLuboš Luňák6-28/+28
2022-02-28tdf#139734 removing redundant asserts after MacrosTest::loadFromDesktoppragat-pandya3-15/+2
2022-02-28SwNavigator: fix cursor positioning on comment context menu 'Edit...'Jim Raykowski1-6/+7
2022-02-28uitest: remove duplicated testsXisco Fauli4-117/+0
2022-02-28Fix typoAndrea Gelmini1-1/+1
2022-02-28tdf#122471 xlsx import: pivottable error OUString, not uInt8Justin Luth6-7/+63
2022-02-28Fix the tests failing when invalid certificate is in cert storeMike Kaganski5-6/+29
2022-02-28Fix jurt/source/pipe/staticsalhack.cxxStephan Bergmann1-2/+8
2022-02-28tdf#146463: chart2_import2: Add unittestXisco Fauli2-0/+25
2022-02-28wina11y: Drop another 'using' directiveMichael Weghorn1-2/+1
2022-02-28wina11y: Unify how AccessibleRole is referred to hereMichael Weghorn1-103/+102
2022-02-28wina11y: Rename IsSpecialToolboItem -> IsSpecialToolbarItemMichael Weghorn5-7/+7
2022-02-28wina11y: Convert unomsaaevent.hxx constants to enum class UnoMSAAEventMichael Weghorn20-231/+190
2022-02-28wina11y: Drop useless #ifdef blockMichael Weghorn1-4/+0
2022-02-28ofz#45117 Integer-overflowCaolán McNamara1-2/+2
2022-02-28cid#1500397 silence Resource leakCaolán McNamara1-6/+8
2022-02-28tdf#146962 sw: hide deleted row at deletion in Hide ChangesLászló Németh3-16/+126
2022-02-28check if cast is to the right typeCaolán McNamara1-16/+20
2022-02-28Related: tdf#147667 don't toggle radiobutton on mnemonic if it's not uniqueCaolán McNamara1-2/+4
2022-02-28cid#1500555 try +taint_sanitize instead of -taint_sourceCaolán McNamara1-2/+2
2022-02-28cid#707501 Uninitialized scalar variableCaolán McNamara1-3/+1
2022-02-28cid#707500 Uninitialized scalar variableCaolán McNamara1-7/+1
2022-02-28cid#707503 Uninitialized scalar variableCaolán McNamara1-3/+1
2022-02-28tdf#103800 PPTX shape import: fix regression of text colorTünde Tóth5-12/+40
2022-02-28tdf#147121 PPTX: fix regression of font size export of empty linesAttila Bakos (NISZ)3-1/+46
2022-02-28tdf#128596 PPTX import: fix default tiled bitmap fillTünde Tóth3-1/+20
2022-02-28cid#1473807 Untrusted value as argumentCaolán McNamara1-9/+9
2022-02-28cid#1501377 Dereference after null checkCaolán McNamara1-1/+1
2022-02-28tdf#147667 - Remove hard-coded underscore from UIHeiko Tietze1-27/+27
2022-02-28Use 'assert' where appropriateMike Kaganski1-2/+2
2022-02-28sw clearing breaks: add document modelMiklos Vajna12-6/+284
2022-02-28ensure null terminatorCaolán McNamara1-8/+3
2022-02-28Deduplicate string buffer codeMike Kaganski5-303/+162
2022-02-28address review comments for "Add XWeak constructor..."Noel Grandin3-28/+10
2022-02-28use SfxItemSet::GetItemIfSet in chart2Noel Grandin17-208/+177
2022-02-28checked signedness of Sfx*IntItem types (part2)Noel Grandin1-0/+20
2022-02-28ofz#44991 keep paragraph's that failed to load until import is completeCaolán McNamara4-7/+19
2022-02-28sw: prefix members of SwNumFormatBase, SwOutlineContent, SwPostItContent ...Miklos Vajna4-63/+63
2022-02-28Use std::unreachable if availableStephan Bergmann1-5/+14
2022-02-28remove unused FN_PARAM_TABLE_SPACENoel Grandin2-3/+1
2022-02-28remove unused FN_PARAM_GRF*Noel Grandin3-9/+1
2022-02-28unwrap data structure in SwCharURLPageNoel Grandin5-15/+15
2022-02-28tdf#146463 Apply data series filter to the chart legendOuyang Leyan1-2/+0
2022-02-28Remove redundant _test from i18npool/CppunitTest*Hossein8-94/+94