Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-10-21 | Optimize JsonToPropertyValues a bit | Mike Kaganski | 1 | -1/+1 |
2022-01-21 | comphelper: move JsonToPropertyValues() from desktop/ | Miklos Vajna | 1 | -0/+6 |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski | 1 | -2/+2 |
2019-12-12 | Use std::transform instead of for loop | Mike Kaganski | 1 | -15/+12 |
2017-07-21 | Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers. | Jan Holesovsky | 1 | -4/+3 |
2017-07-20 | comphelper: Allow initializer lists for Sequences of NamedValues. | Jan Holesovsky | 1 | -0/+19 |
2016-02-09 | Remove excess newlines | Chris Sherlock | 1 | -1/+0 |
2015-10-20 | com::sun::star->css in include/comphelper | Noel Grandin | 1 | -3/+3 |
2015-08-11 | Properly init PropertyValue.Handle in InitPropertySequence | Stephan Bergmann | 1 | -0/+2 |
2015-02-24 | use by-ref iteration, omit pointless std::move() and add missing inline | Bjoern Michaelsen | 1 | -5/+5 |
2015-02-23 | use init lists for property sequences | Bjoern Michaelsen | 1 | -0/+40 |