#!/bin/sh cd tools ../solenv/bin/build.pl -P4 -- -P4 ../solenv/bin/deliver.pl cd - cd framework ../solenv/bin/build.pl -P4 -- -P4 ../solenv/bin/deliver.pl cd - cd toolkit ../solenv/bin/build.pl -P4 -- -P4 ../solenv/bin/deliver.pl cd - cd sw ../solenv/bin/build.pl -P4 -- -P4 ../solenv/bin/deliver.pl cd - /go.suokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/embeddedobj/source/commonembedding/xfactory.cxx
AgeCommit message (Expand)Author
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2020-10-02Use the new single-instance="true" attribute in embeddedobjStephan Bergmann
2020-09-02Remove some unused includesMiklos Vajna
2020-07-22embeddedobj/util: create instances with uno constructorsNoel Grandin
2020-05-20use for-range on Sequence in e*Noel Grandin
2019-10-11tdf#42949 Fix IWYU warnings in embeddedobj/Gabor Kelemen
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): embeddedobjStephan Bergmann
2019-07-19loplugin:referencecasting in embeddedobjNoel Grandin
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-10-23loplugin:includeform: embeddedobjStephan Bergmann
2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-07-29Fix typo: completelly -> completelyTakeshi Abe