summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-02fail more gracefully if m_aTmpPosition is emptyCaolán McNamara
2022-03-02ofz#45156 Floating-point-exceptionCaolán McNamara
2022-03-02ofz#45063 Out-of-memoryCaolán McNamara
2022-03-02reuse a vector instead of repeatedly creating it (tdf#95346)Luboš Luňák
2022-03-02try to avoid using map when searching most used item (tdf#95346)Luboš Luňák
2022-03-02tdf#69648 tdf#119234 sw: fix at-char group textbox positionAttila Bakos (NISZ)
2022-03-02Drop useless indirection and unused templateMike Kaganski
2022-03-02remove writerhelper::DefaultItemGetNoel Grandin
2022-03-02remove writerhelper::ItemGetNoel Grandin
2022-03-02remove writerhelper::ItemGetNoel Grandin
2022-03-02add TypedWhichId version of GetWhichOfScriptNoel Grandin
2022-03-02CppunitTest_embeddedobj_general: put the base class into an anon namespaceMiklos Vajna
2022-03-02Update git submodulesAdolfo Jayme Barrientos
2022-03-02remove writerhelper::ItemGetNoel Grandin
2022-03-02Unify and deduplicate to[U]Int[_WithLength]Mike Kaganski
2022-03-02tdf#118117 sc pivottable: STR_PIVOT_DATA is an existing name tooJustin Luth
2022-03-02Remove 'const' from for loop variableHossein
2022-03-01Resolves: tdf#145580 need to use gtk_im_context_filter_keypressCaolán McNamara
2022-03-01xPreferredPixelSizeListener is never nullCaolán McNamara
2022-03-01avoid a temporary buffer, append to the resulting one (tdf#145862)Luboš Luňák
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák
2022-03-01Use known length to pre-initialize bufferMike Kaganski
2022-03-01sw clearing breaks: add UNO API to insert thisMiklos Vajna
2022-03-01Fix typosAndrea Gelmini
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin
2022-03-01gtk4: media dimensions are only reliably available asyncCaolán McNamara
2022-03-01add a way to get informed when the XPlayer can return useful informationCaolán McNamara
2022-03-01compress calls to AdjustRowHeight() to just one call (tdf#94677)Luboš Luňák
2022-03-01fix o3tl::equalsIgnoreAsciiCase()Luboš Luňák
2022-03-01protect frame from triggering deleting itselfCaolán McNamara
2022-03-01fix data races in cclass_UnicodeNoel Grandin
2022-03-01fix data race in ImportFinishedNoel Grandin
2022-03-01fix assert when changing fill on impress shapeNoel Grandin
2022-03-01tdf#147126 sw: fix missing as_char anchoring of group textboxesAttila Bakos (NISZ)
2022-03-01Fix typosAndrea Gelmini
2022-03-01tdf#45904 Move XComponent Java test to C++Jens Carl
2022-03-01No need to memset the allocated buffer in new_WithLengthMike Kaganski
2022-03-01Quick build fix: Add missing #includeTor Lillqvist
2022-03-01Try to fix .bau files being ignoredSamuel Mehrbrodt
2022-03-01wina11y: Use range-based forMichael Weghorn
2022-03-01wina11y: Use more range-based forMichael Weghorn
2022-03-01wina11y: Use 'std::vector::empty()' instead of 'std::vector::size() == 0'Michael Weghorn
2022-03-01wina11y: Use range-based forMichael Weghorn
2022-03-01Fix the test failing when invalid certificate is in cert storeMike Kaganski
2022-03-01ofz: glyph data must be at least 10 bytes long to be usefulCaolán McNamara
2022-03-01ofz: don't register style if hbox load failedCaolán McNamara
2022-03-01more tsan suppressionsNoel Grandin
2022-03-01tdf#147459 PPTX: add "glue points" to some basic shapesTibor Nagy
2022-03-01ofz: measure legal range from glyph offset, not table startCaolán McNamara
2022-03-01tdf#145486: Catch the error instead of re-checking readOnly statehomeboy445