Age | Commit message (Expand) | Author |
2021-05-19 | ImplInitDigitMode never passed null OutputDevice* | Caolán McNamara |
2021-05-19 | ImplInitLayoutMode always deferences its OutputDevice* arg | Caolán McNamara |
2021-05-19 | ImplPlayWithRenderer never checks its OutputDevice against nullptr | Caolán McNamara |
2021-05-18 | fix some casts | Noel Grandin |
2021-05-17 | split OutputDevice from Window | Noel Grandin |
2021-05-14 | Improve loplugin:stringview | Stephan Bergmann |
2021-05-10 | do not leak SdrObject global pool on shutdown | Noel Grandin |
2021-05-10 | simplify DefItems | Noel Grandin |
2021-05-08 | ref-count SfxItemPool | Noel Grandin |
2021-05-06 | loplugin:unusedmethods | Noel Grandin |
2021-05-06 | add SfxItemPoolDeleter utility | Noel Grandin |
2021-05-06 | use Widget::get_clipboard | Caolán McNamara |
2021-05-05 | don't leak editengine pool on shutdown | Noel Grandin |
2021-05-04 | Unify some code managing coordinated depending on text direction | Mike Kaganski |
2021-05-04 | speed up saving large ODS a little | Noel Grandin |
2021-05-04 | speed up loading large ODS a little | Noel Grandin |
2021-05-04 | speed up loading large ODS a little | Noel Grandin |
2021-05-02 | sal_uLong->sal_uInt32 in SvxFontHeightItem | Noel Grandin |
2021-05-02 | finally 'Change return value to Rectangle in next incompatible build' | Caolán McNamara |
2021-05-02 | sal_uLong->sal_Int32 in SvxNumberFormat | Noel Grandin |
2021-05-02 | sal_uLong->sal_Int32 in TextHint | Noel Grandin |
2021-05-02 | sal_uLong->sal_uInt32 in Outliner | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-05-02 | tdf#79049 speed up OOXML workbook load (4) | Noel Grandin |
2021-04-28 | use string_view in INetURLObject::encode | Noel Grandin |
2021-04-28 | Change scope of some variables | Mike Kaganski |
2021-04-27 | Small refactor | Mike Kaganski |
2021-04-23 | Change some DBG_ASSERTs into assert | Mike Kaganski |
2021-04-19 | use more string_view in comphelper::string | Noel Grandin |
2021-04-15 | store ptr to the original entries in SfxItemPropertyMap | Noel Grandin |
2021-04-12 | less copying in SfxItemPropertyMap::getPropertyEntries | Noel Grandin |
2021-04-08 | update PCHs | Luboš Luňák |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-07 | lok: remove popup auto correct item | Henry Castro |
2021-04-07 | rtl::Static -> function local static | Noel Grandin |
2021-04-06 | remove Application::GetDefDialogParent call in editeng | Caolán McNamara |
2021-04-06 | ExecuteSpellPopup never called with a null spelling callback | Caolán McNamara |
2021-04-06 | typo: Allign->Align | Caolán McNamara |
2021-04-06 | use GetOutputDevice for ImpEditView::GetBackgroundColor | Caolán McNamara |
2021-03-28 | cid#1473839 Untrusted loop bound | Caolán McNamara |
2021-03-26 | tdf#119292 sc layout: fix overlapping wrapped cell texts | Tibor Nagy |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-22 | cid#1474210 silence Untrusted divisor | Caolán McNamara |
2021-03-21 | cid#1473926 Uninitialized scalar variable | Caolán McNamara |
2021-03-21 | cid#1473798 silence Unchecked return value from library | Caolán McNamara |
2021-03-21 | update pches | Caolán McNamara |
2021-03-20 | invalidate via Editview::InvalidateWindow | Caolán McNamara |
2021-03-20 | add GetInputLanguage to EditView | Caolán McNamara |
2021-03-19 | silence coverity unchecked return value from library on xmlText* functions | Caolán McNamara |