summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/component
AgeCommit message (Expand)AuthorFilesLines
2016-06-13loplugin:sallogareasNoel Grandin1-4/+4
2016-06-13Convert DBG_ASSERT in xmlsecurityNoel Grandin1-3/+3
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-1/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist3-8/+8
2016-04-22Avoid reserved identifierStephan Bergmann1-2/+2
2016-03-14com::sun::star->css in xmlsecurity/Noel Grandin3-50/+50
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-01-27xmlsecurity: OOXML never signs metadata, so that's not completely invalidMiklos Vajna1-3/+8
2016-01-18loplugin: unused return values in writerfilter/Noel Grandin2-3/+3
2016-01-13xmlsecurity: don't assume the signature is always a single streamMiklos Vajna1-2/+6
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-06xmlsecurity: allow creating multiple signatures with the same certificateMiklos Vajna1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-3/+3
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-29/+29
2015-09-14xmlsecurity: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-07Remove include stdio (part7)Julien Nabet1-3/+0
2015-05-20cppcheck: noExplicitConstructorCaolán McNamara2-3/+3
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-1/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-4/+4
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-5/+5
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-16/+16
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann2-4/+35
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg1-2/+2
2014-09-02coverity#1215310 Uncaught exceptionCaolán McNamara2-2/+2
2014-08-25convert RID_XMLSECWB_NO_MOZILLA_PROFILE to MessageDialog + stringCaolán McNamara2-6/+4
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-4/+4
2014-05-23coverity#1215310 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-19fix-includes.pl: xmlsecurityThomas Arnhold4-7/+7
2014-04-24xmlsecurity: sal_Bool->boolNoel Grandin4-16/+16
2014-04-19fixincludeguards.sh: xmlsecurityThomas Arnhold2-5/+5
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin4-14/+14
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2-25/+25
2014-03-17xmlsecurity: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza1-4/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-50/+50
2014-02-06typo fixes in commentsAndras Timar1-3/+3
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1