summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno/Sequence.hxx
AgeCommit message (Expand)Author
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2022-01-09uno sequences with different sizes are not equalLuboš Luňák
2021-12-20Add css::uno::Sequence move assignment operatorStephan Bergmann
2021-11-05Drop non-const Sequence::operator[] in internal codeMike Kaganski
2021-10-28Prepare for removal of non-const operator[] from Sequence in includeMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-02-01tdf#130978 Add a comment to each published APImsrijita18
2020-09-25cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara
2020-09-22__coverity_tainted_data_sanitize__ can't be constCaolán McNamara
2020-09-20fix __coverity_tainted_data_sanitize__ signatureCaolán McNamara
2019-12-06loplugin:nullptrStephan Bergmann
2019-08-25cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara
2019-02-13fix Sequence ostream operator<< wrt. constMichael Stahl
2018-12-08Use constexpr ifStephan Bergmann
2018-01-13provide uno::Sequence with ostream output operatorThorsten Behrens
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2015-11-16Use injected class nameStephan Bergmann
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-12-12css::uno::Sequence ctor with initializer_listStephan Bergmann
2014-10-02optimise UNO Sequence destructorNoel Grandin
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-04-24Sequence::operator[]: let's cast the other side to unsigned tooMichael Stahl
2014-04-24Sequence::operator[]: silence -Werror=strict-overflow warningsMichael Stahl
2014-02-17cppu: sal_Bool -> boolStephan Bergmann
2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-11-09fdo#65108 inter-module includes <> include/css/unoNorbert Thiebaud
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann
2013-04-24move URE headers to include/David Tardon