summaryrefslogtreecommitdiff
path: root/include/comphelper/propertysequence.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-10-21Optimize JsonToPropertyValues a bitMike Kaganski1-1/+1
2022-01-21comphelper: move JsonToPropertyValues() from desktop/Miklos Vajna1-0/+6
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-2/+2
2019-12-12Use std::transform instead of for loopMike Kaganski1-15/+12
2017-07-21Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers.Jan Holesovsky1-4/+3
2017-07-20comphelper: Allow initializer lists for Sequences of NamedValues.Jan Holesovsky1-0/+19
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-10-20com::sun::star->css in include/comphelperNoel Grandin1-3/+3
2015-08-11Properly init PropertyValue.Handle in InitPropertySequenceStephan Bergmann1-0/+2
2015-02-24use by-ref iteration, omit pointless std::move() and add missing inlineBjoern Michaelsen1-5/+5
2015-02-23use init lists for property sequencesBjoern Michaelsen1-0/+40