summaryrefslogtreecommitdiffstats
path: root/include/comphelper
Commit message (Expand)AuthorAgeFilesLines
* uno::Sequence provides now begin and endNoel Grandin2015-06-041-3/+3
* callcatcher: update unused codeCaolán McNamara2015-05-251-3/+0
* callcatcher: update unused codeCaolán McNamara2015-05-241-4/+0
* remove the last of the OUString #defines in header filesNoel Grandin2015-05-191-6/+0
* comphelper: the makePropertyValue<> template is useful outside swMiklos Vajna2015-05-181-0/+37
* Add a bit of documentationTor Lillqvist2015-05-061-5/+16
* Add support for progress bar callbacks to LibreOfficeKit clientsTor Lillqvist2015-05-061-0/+10
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-12/+1
* Fix commentStephan Bergmann2015-04-221-1/+1
* comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna2015-04-221-1/+3
* No more need for PartialWeakComponentImplHelper hereStephan Bergmann2015-04-211-8/+1
* One more unused part of comphelper/implbase_var.hxxStephan Bergmann2015-04-211-47/+0
* Get rid of unnecessary comphelper/implbase_var.hxx partsStephan Bergmann2015-04-211-217/+1
* Get rid of trivial comphelper::query_interface wrapperStephan Bergmann2015-04-211-25/+0
* Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann2015-04-211-11/+0
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* A UNO Any can't contain an AnyStephan Bergmann2015-04-082-3/+2
* These function templates want to be inlineStephan Bergmann2015-04-081-15/+15
* Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist2015-04-021-0/+30
* loplugin:staticmethodsNoel Grandin2015-04-021-26/+16
* Add isReadOnly() support to simplified configuration accessStephan Bergmann2015-04-011-1/+24
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-4/+4
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-312-3/+3
* Bin superfluous whitespace, ASCII art and useless commentsTor Lillqvist2015-03-297-86/+6
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* new clang plugin: staticmethodsNoel Grandin2015-03-277-19/+19
* fix windows build and sal_Bool->boolCaolán McNamara2015-03-191-1/+1
* fix windows build(2)Noel Grandin2015-03-191-1/+1
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-192-26/+37
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-172-0/+61
* Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky2015-03-161-0/+31
* vcl: parallelize image scaling.Michael Meeks2015-03-121-0/+3
* V801: Decreased performanceCaolán McNamara2015-03-091-5/+5
* TyposAndras Timar2015-03-051-12/+12
* TyposJulien Nabet2015-02-281-1/+1
* use by-ref iteration, omit pointless std::move() and add missing inlineBjoern Michaelsen2015-02-241-5/+5
* use init lists for property sequencesBjoern Michaelsen2015-02-231-0/+40
* boost->stdCaolán McNamara2015-02-182-9/+5
* boost->stdCaolán McNamara2015-02-171-13/+15
* another dependency still requiredCaolán McNamara2015-02-161-12/+32
* boost->stdCaolán McNamara2015-02-164-10/+16
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-164-23/+16
* these can all be made constCaolán McNamara2015-02-121-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-079-49/+37
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-062-1/+4
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-11/+11
* coverity#1267689 Uncaught exceptionCaolán McNamara2015-01-301-1/+2
* Use vector::dataStephan Bergmann2015-01-281-1/+1
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-9/+9
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-265-18/+18