summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Add SwTiledRenderingTest::testGetTextSelection() testcase.Miklos Vajna1-1/+1
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-6/+0
2015-05-18comphelper: the makePropertyValue<> template is useful outside swMiklos Vajna1-0/+37
2015-05-06Add a bit of documentationTor Lillqvist1-5/+16
2015-05-06Add support for progress bar callbacks to LibreOfficeKit clientsTor Lillqvist1-0/+10
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-12/+1
2015-04-22Fix commentStephan Bergmann1-1/+1
2015-04-22comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna1-1/+3
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann1-8/+1
2015-04-21One more unused part of comphelper/implbase_var.hxxStephan Bergmann1-47/+0
2015-04-21Get rid of unnecessary comphelper/implbase_var.hxx partsStephan Bergmann1-217/+1
2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann1-25/+0
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann1-11/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-08A UNO Any can't contain an AnyStephan Bergmann2-3/+2
2015-04-08These function templates want to be inlineStephan Bergmann1-15/+15
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist1-0/+30
2015-04-02loplugin:staticmethodsNoel Grandin1-26/+16
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann1-1/+24
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-4/+4
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-3/+3
2015-03-29Bin superfluous whitespace, ASCII art and useless commentsTor Lillqvist7-86/+6
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-27new clang plugin: staticmethodsNoel Grandin7-19/+19
2015-03-19fix windows build and sal_Bool->boolCaolán McNamara1-1/+1
2015-03-19fix windows build(2)Noel Grandin1-1/+1
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin2-26/+37
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann2-0/+61
2015-03-16Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky1-0/+31
2015-03-12vcl: parallelize image scaling.Michael Meeks1-0/+3
2015-03-09V801: Decreased performanceCaolán McNamara1-5/+5
2015-03-05TyposAndras Timar1-12/+12
2015-02-28TyposJulien Nabet1-1/+1
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
2015-02-18boost->stdCaolán McNamara2-9/+5
2015-02-17boost->stdCaolán McNamara1-13/+15
2015-02-16another dependency still requiredCaolán McNamara1-12/+32
2015-02-16boost->stdCaolán McNamara4-10/+16
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara4-23/+16
2015-02-12these can all be made constCaolán McNamara1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann9-49/+37
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage2-1/+4
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-11/+11
2015-01-30coverity#1267689 Uncaught exceptionCaolán McNamara1-1/+2
2015-01-28Use vector::dataStephan Bergmann1-1/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-9/+9
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin5-18/+18
2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann1-1/+1
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann1-10/+2