Age | Commit message (Expand) | Author |
2019-01-29 | sc: fix CppunitTest_sc_ddelinkobj to copy its test document | Michael Stahl |
2019-01-29 | tdf#45904 Move XSimpleText Java tests to C++ | Ajay Mahato |
2019-01-26 | add a Dialog::runAsync for the non-controller case | Noel Grandin |
2019-01-26 | Add XActionLockable tests to ScNamedRangesObj | Jens Carl |
2019-01-26 | tdf#45904 Move XEnumerationAccess Java test to C++ | Jens Carl |
2019-01-25 | Assert missing SalGraphics font on GetTextLayout | Jan-Marek Glogowski |
2019-01-25 | Add XMultiFormulaTokens tests to ScTableValidationObj | Jens Carl |
2019-01-25 | Fix typos | Jens Carl |
2019-01-25 | tdf#45904 Move XPropertySet Java tests to C++ | Jens Carl |
2019-01-24 | tdf#45904 Move XTableChart Java tests to C++ | Jens Carl |
2019-01-24 | tdf#45904 Move XEmbeddedObjectSupplier Java test to C++ | Jens Carl |
2019-01-24 | Cleanup and simplify Image.{cxx,hxx} | Tomaž Vajngerl |
2019-01-24 | find-unneeeded-includes: don't propose to replace o3tl/deleter.hxx | Gabor Kelemen |
2019-01-24 | Revert "lok: custom widgets: render editbox borders" | Ashod Nakashian |
2019-01-23 | Replace macro with template | Stephan Bergmann |
2019-01-23 | loplugin:constparams in svx | Noel Grandin |
2019-01-23 | loplugin:constparams in filter | Noel Grandin |
2019-01-23 | loplugin:constparams in sfx2 | Noel Grandin |
2019-01-23 | loplugin:constparams in xmloff | Noel Grandin |
2019-01-23 | loplugin:constparams in vcl | Noel Grandin |
2019-01-22 | Resolves: tdf#122241 support persona header in native gtk3 menubar | Caolán McNamara |
2019-01-22 | tdf#42949 Fix IWYU warnings in include/xmloff/* | Gabor Kelemen |
2019-01-22 | o3tl::make_unique -> std::make_unique in i18npool...reportdesign | Gabor Kelemen |
2019-01-22 | tdf#45904 Move XDrawPages Java tests to C++ | Jens Carl |
2019-01-21 | Resolves: tdf#122484 replace gtk autocomplete with vcl-alike autoselect | Caolán McNamara |
2019-01-21 | Fix -Werror=maybe-uninitialized | Stephan Bergmann |
2019-01-19 | Redaction: Adjust offset for multiple Calc pages | Muhammet Kara |
2019-01-18 | pass SvxMSDffImportRec around using unique_ptr | Noel Grandin |
2019-01-18 | tdf#42949 Fix remaining IWYU warnings in include/vcl/* | Gabor Kelemen |
2019-01-18 | Add XDDELinks tests to ScDDELinksObj | Jens Carl |
2019-01-17 | Resolves: tdf#122744 pt/% values not limited to historic limits | Caolán McNamara |
2019-01-16 | Resolves: tdf#122509 we have a second list with generated currency formats | Eike Rathke |
2019-01-16 | Move XStyleLoader2 tests to ScStyleFamiliesObj | Jens Carl |
2019-01-16 | pass RedlinData around by unique_ptr | Noel Grandin |
2019-01-16 | Related: tdf#122301 FREQUENCY() with ForceArrayReturn on caller | Eike Rathke |
2019-01-15 | Related: tdf#122627 auto detect of toggle column doesn't work | Caolán McNamara |
2019-01-15 | tdf#42949 Fix IWYU warnings in include/toolkit/* | Gabor Kelemen |
2019-01-14 | Resolves: tdf#122695 Content Type selector tooltip missing | Caolán McNamara |
2019-01-14 | Add fileName to GDIMetaFile::dumpAsXml() | Muhammet Kara |
2019-01-14 | use unique_ptr in XMLPropertyHandlerFactory::CreatePropertyHandler | Noel Grandin |
2019-01-13 | array_view was changed to span in upcoming C++20 | Stephan Bergmann |
2019-01-12 | make SwFormat a ::sw::BroadcastingModify | Bjoern Michaelsen |
2019-01-12 | use unique_ptr in SfxEventConfiguration::ConvertToMacro | Noel Grandin |
2019-01-11 | Drop o3tl/clamp.hxx, use C++17 std::clamp instead | Stephan Bergmann |
2019-01-11 | tdf#114441 Convert use of sal_uLong to sal_uInt32 | Gabor Kelemen |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |
2019-01-11 | Resolves: tdf#122404 unlock just the toplevels that were locked | Caolán McNamara |
2019-01-11 | Drop o3tl/string_view.hxx | Stephan Bergmann |
2019-01-11 | vcl pdf: make XRefEntry members private | Miklos Vajna |
2019-01-11 | o3tl::string_view -> std::string_view (in tools) | Stephan Bergmann |