summaryrefslogtreecommitdiff
path: root/comphelper/source/container
AgeCommit message (Expand)AuthorFilesLines
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-6/+0
2016-05-04use Any constructor instead of temporariesNoel Grandin2-6/+2
2016-04-29Iteration must not start at the endSeraphime Kirkovski1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-11/+11
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11clang-tidy performance-unnecessary-value-param in comphelperNoel Grandin1-1/+1
2016-04-08tdf#94306 replace boost::noncopyable in c...Jochen Nitschke1-3/+5
2016-04-05loplugin:constantparam in comphelperNoel Grandin1-75/+41
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-2/+0
2016-03-10Avoid reserved identifiersStephan Bergmann1-9/+9
2016-03-03loplugin:unuseddefaultparams comphelperNoel Grandin1-2/+2
2016-02-24convert ComponentMethodGuard::MethodType to scoped enumNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock2-3/+0
2016-01-31tdf#74608 comphelper: Constructor feature for NamedPropertyValuesContainerkripton1-27/+6
2016-01-30tdf#74608 comphelper: Constructor feature for IndexedPropertyValuesContainerkripton1-28/+6
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-0/+307
2016-01-13tdf#97108: SwDocShell of clipboard document has no base URLMichael Stahl1-1/+2
2016-01-09crashtesting: fdo85994-1.doc assert on reexport to docCaolán McNamara1-5/+11
2015-12-24crashtesting: fdo73974-1.doc assert on reexport to docCaolán McNamara1-2/+7
2015-12-15sw: set a BaseURL when copying embedded objectsMichael Stahl1-1/+2
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl1-6/+18
2015-11-20loplugin:unusedfields in comphelperNoel Grandin1-3/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin3-23/+5
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-17/+17
2015-11-04yyyyyNoel Grandin1-3/+3
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin2-13/+10
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-48/+48
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-07loplugin:mergeclassesNoel Grandin1-37/+18
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-24comphelper: replace for_each with range-based forDaniel Robertson3-60/+42
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-3/+3
2015-07-27com::sun::star->css in comphelperNoel Grandin6-121/+121
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-9/+9
2015-06-14Fix insertion and deletion in IndexedPropertyValuesContainerMatthew J. Francis1-2/+2
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-3/+3
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-1/+1
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini3-47/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+2
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann1-3/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-10tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande1-5/+5
2015-02-11comphelper: add SAL_INFO for exception when graphic cannot be loadedMichael Stahl1-1/+3
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-2/+2
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann1-7/+8
2014-08-21starcontainer -> css::containerThomas Arnhold1-9/+9
2014-08-21comphelper: starlang -> css::langThomas Arnhold1-9/+9