summaryrefslogtreecommitdiffstats
path: root/filter/source/xsltfilter
Commit message (Expand)AuthorAgeFilesLines
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-262-19/+19
* filter: make LibXSLTTransformer init backward compatibleMichael Stahl2014-03-041-1/+4
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-263-36/+36
* Remove unneccessary commentsAlexander Wilms2014-02-231-2/+2
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-13/+9
* fixincludeguards.sh: filterThomas Arnhold2013-10-232-6/+6
* Related rhbz#98977: Handle multiple LibXSLTTransformer::terminate callsStephan Bergmann2013-07-301-2/+5
* fdo#46808, Convert XMultiServiceFactory in filter moduleNoel Grandin2013-06-051-18/+13
* fdo#46808, Convert XMultiServiceFactory to XComponentContextNoel Grandin2013-05-225-18/+19
* Revert "properly prefix graphic filter methods"Peter Foley2013-05-062-0/+2
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-304-92/+16
* properly prefix graphic filter methodsPeter Foley2013-04-152-2/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-073-12/+12
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-2/+1
* coverity#704144: Resource leak in objectJulien Nabet2013-03-131-0/+7
* loplugin: unused variablesThomas Arnhold2013-02-251-2/+0
* fix build, caused by fast string concatLuboš Luňák2013-02-171-1/+1
* fdo#57950: Remove more chained appends in filterMarcos Paulo de Souza2013-02-161-3/+1
* fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin2013-02-111-6/+2
* Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann2012-12-215-5/+0
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-302-4/+0
* removed obsolete xml validation service and xml source view.Peter Jentsch2012-11-273-14/+1
* drop saxon-based XSLT transformerDavid Tardon2012-10-259-2779/+0
* rework selection of transformer for an XSLT filterDavid Tardon2012-10-256-40/+70
* convert java XSL transformer into extensionDavid Tardon2012-10-254-0/+43
* fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-221-5/+4
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-041-10/+2
* re-base on ALv2 code. Includes:Michael Meeks2012-10-035-128/+83
* Use prefixTor Lillqvist2012-10-012-2/+2
* fdo#51304: Remove the author of some java source filesAnurag Jain2012-10-011-2/+0
* Use comphelper::getComponentContextStephan Bergmann2012-09-291-7/+2
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-192-6/+6
* register exslt functions for libxslt filterPeter Jentsch2012-09-101-0/+6
* fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin2012-09-031-10/+5
* fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin2012-08-271-5/+4
* Java5 updates - convert to genericsNoel Grandin2012-08-203-17/+17
* Java update - fix various javadoc issuesNoel Grandin2012-08-201-2/+1
* misc. cleanup.Michael Meeks2012-08-131-3/+4
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-161-2/+1
* Java5 updates - update code to use genericsNoel Grandin2012-06-291-19/+21
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-5/+4
* targeted string re-workNorbert Thiebaud2012-06-011-2/+1
* targeted string re-workNorbert Thiebaud2012-06-011-22/+22
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-11/+11
* Adapted Reader to safer-to-use salhelper::ThreadStephan Bergmann2012-02-234-92/+89
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe2012-02-101-9/+9