Age | Commit message (Expand) | Author |
2024-07-26 | fix in some missing SfxItemTypes | Noel Grandin |
2024-01-19 | ITEM: Needed reworks on ItemSurrogate mechanism | Armin Le Grand (allotropia) |
2024-01-12 | ITEM: No longer register Items at Pool | Armin Le Grand (allotropia) |
2022-06-02 | std::move SfxPoolItem into SfxItemSet where possible | Noel Grandin |
2022-01-29 | used TypedWhichId in the constructor of various svx *Item classes | Noel Grandin |
2021-07-16 | tdf#92796 ODF import: remove unused bitmap fills | Michael Stahl |
2021-07-15 | drop the Pair constructor from SfxItemSet | Noel Grandin |
2021-05-07 | use a single global item pool for chart2 draw model | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-01-03 | tighten up asserting in SfxPoolItem::operator== | Noel Grandin |
2020-03-10 | tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxx | Gabor Kelemen |
2019-05-07 | tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part2 | Noel Grandin |
2019-04-23 | tdf#113266 slow opening XLS with 45 MB drawing | Noel Grandin |
2019-04-20 | simplify SfxPoolItemArray_Impl (tdf#81765 related) | Noel Grandin |
2019-02-12 | o3tl::make_unique -> std::make_unique in svx/ | Gabor Kelemen |
2018-11-18 | Simplify containers iterations in svx/source/[s-u]* | Arkadiy Illarionov |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin |
2017-10-23 | loplugin:includeform: svx | Stephan Bergmann |
2017-09-23 | loplugin:flatten in svl..svx | Noel Grandin |
2017-09-17 | fix leak on exceptions | Caolán McNamara |
2017-08-25 | Drop gratuitous initial :: from comphelper::ProfileZone | Tor Lillqvist |
2017-07-14 | use more OUString::operator== in svx | Noel Grandin |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-06-16 | Make SfxItemSet ranges correct by construction | Stephan Bergmann |
2017-06-16 | Profiling API: add ProfileZones | László Németh |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-11-09 | make comphelper::containerToSequence a little smarter | Noel Grandin |
2016-08-22 | convert SdrHintKind to scoped enum | Noel Grandin |
2016-05-27 | tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16) | Noel Grandin |
2016-05-02 | use unique_ptr | David Tardon |
2016-04-21 | new plugin stylepolice | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2015-11-19 | use comphelper::containerToSequence | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-09-16 | boost->std | Caolán McNamara |
2015-01-14 | fdo#39440 svx: reduce scope of local variables | Michael Weghorn |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-20 | loplugin: cstylecast | Noel Grandin |
2014-09-06 | SfxHint: convert home-grown RTTI to normal C++ RTTI | Noel Grandin |
2014-07-03 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2013-12-05 | Get rid of comphelper::UStringLess | Stephan Bergmann |
2013-10-30 | fdo#54938: Convert svx to use cppu::supportsService | Marcos Paulo de Souza |
2013-09-05 | convert svx/source/unodraw/*.cxx from String to OUString | Noel Grandin |
2013-09-05 | convert include/svx/xit.hxx from String to OUString | Noel Grandin |
2013-04-17 | sal_Bool to bool | Takeshi Abe |
2012-12-06 | just use return value optimization | Caolán McNamara |
2012-11-27 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |