summaryrefslogtreecommitdiffstats
path: root/sax/test
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-153-38/+38
| | | | | | | | | | | | | | | | ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-2/+2
| | | | Change-Id: I66548ca8a8eaadea64f58653e97389c6208caa41
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-302-2/+2
| | | | | | | | Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley <gquigs@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-294-4/+0
| | | | | | | | | It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* fdo#68849: Add header guards to all include filesJens Carl2014-06-021-0/+6
| | | | | | | | | | added header guards for directories basebmp/, chart2/, cppuhelper/, include/test/, io/test/, sax/test, shell/, writerfilter/, and xmlhelp/ Change-Id: I0e29a9b75c26d71f58aa98986b52f6d3b46015a6 Reviewed-on: https://gerrit.libreoffice.org/9615 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* typo: attribut -> attributeThomas Arnhold2014-04-141-2/+2
|
* Remove visual noise from saxAlexander Wilms2014-02-262-4/+4
| | | | | | | Change-Id: Ica31580f72b43456c33b2f6abbf2140a79efae1a Reviewed-on: https://gerrit.libreoffice.org/8299 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Remove unneccessary commentsAlexander Wilms2014-02-232-16/+16
| | | | | | | Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* [API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXExceptionCaolán McNamara2014-02-211-1/+1
| | | | | | coverity#1158397 Uncaught exception Change-Id: Iabf0b1f0500cb4218d8cb3aff372777471e8f287
* sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan2013-12-182-4/+0
| | | | | | | Use more anonymous namespaces, de-duplicate code, bin some comments. Makes the library smaller. Change-Id: Id0cefdcaa72a74741303fc27e36038488ef8b059
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-192-7/+7
| | | | | | | | | change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
| | | | | | They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
* fdo#46374 replace stardiv in comments where applicableThomas Arnhold2013-10-042-4/+4
| | | | Change-Id: Icd07fba84735325408741ad10864c63ea32a6481
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-2/+0
| | | | Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb
* fix indentationPhilipp Riemer2013-08-311-11/+11
| | | | | | | | This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I55ff666c357c89ad355a1a5bc0d0347fcc188476
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-48/+9
| | | | | | | | This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
* Re-work 8bit characters in source code, or remove them.Michael Meeks2013-08-201-1/+1
| | | | | | | | Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
* remove OUString wrap for string literalsThomas Arnhold2013-06-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some functions and all kinds of Exceptions. CannotConvertException CloseVetoException DisposedException EmptyUndoStackException ErrorCodeIOException Exception GridInvalidDataException GridInvalidModelException IOException IllegalAccessException IllegalArgumentException IllegalTypeException IndexOutOfBoundsException NoMasterException NoSuchElementException NoSupportException PropertyVetoException RuntimeException SAXException ScannerException StorageWrappedTargetException UnsupportedFlavorException VetoException WrappedTargetException ZipIOException throwGenericSQLException throwIllegallArgumentException createInstance createInstanceWithContext forName getByName getPackageManager getPropertyValue getUnpackedValueOrDefault getValueByName hasPropertyByName openKey setName setPropertyValue supportsService bash command: for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx' | cut -d ':' -f1 | sort -u | xargs sed -i -e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g" -e "s/\($i.*\)\"+ /\1\" + /g"; done Change-Id: Iaf8e641b0abf28c082906014f87a183517630535 Reviewed-on: https://gerrit.libreoffice.org/4624 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* further OUString cleanupThomas Arnhold2013-03-191-2/+2
| | | | Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
* sal_Bool to boolTakeshi Abe2013-03-041-2/+2
| | | | Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
* re-base on ALv2 code.Michael Meeks2012-06-275-113/+68
|
* Remove various commented out definesThomas Arnhold2012-06-251-11/+0
| | | | | | Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-211-21/+12
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* targeted string re-workNorbert Thiebaud2012-05-314-82/+82
| | | | Change-Id: Ifd6b90778725d94a9338a53a4cdc514cdb595052
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-1/+1
| | | | Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
* Reduce verbiage slightlyTor Lillqvist2012-02-161-1/+3
|
* WaE: conversion from 'unsigned int' to 'sal_Int16', possible loss of dataTor Lillqvist2011-10-031-1/+1
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-1/+1
|
* Bypass this for non-desktop OSesTor Lillqvist2011-08-081-1/+4
|
* fixed typoTakeshi Abe2011-07-261-2/+2
|
* WaE: unused argumentsCaolán McNamara2011-07-131-5/+8
|
* Remove component_getImplementationEnvironment methodsMatus Kukan2011-07-122-10/+1
|
* Bulid fix: use SAL_PRIxUINT32 format stringThomas Arnhold2011-07-101-2/+2
|
* Enable test/saxThomas Arnhold2011-07-101-22/+24
| | | | To compile some adjustments had to be made.
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-211-2/+2
|
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-1/+1
|
* cppcheck: prefer prefix variantCaolán McNamara2011-01-071-2/+2
|
* cppcheck: prefer prefix variantsCaolán McNamara2010-12-221-4/+8
|
* RTL_CONSTASCII_USTRINGPARAM in libs-gui 15Gert Faller2010-11-231-2/+1
|
* RTL_CONSTASCII_USTRINGPARAM in libs-gui 06Gert Faller2010-11-224-9/+9
|
* convert vos/process.hxx and related APINorbert Thiebaud2010-10-252-2/+0
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-145-0/+13
| | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* merge vosremoval-diagnoses patchNorbert Thiebaud2010-10-102-2/+2
|
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-127-30/+7
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where ↵Mathias Bauer2009-07-101-9/+4
| | | | possible
* INTEGRATION: CWS changefileheader (1.7.62); FILE MERGEDRüdiger Timm2008-04-102-46/+36
| | | | 2008/03/31 16:22:31 rt 1.7.62.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.5.30); FILE MERGEDRüdiger Timm2008-04-102-46/+38
| | | | 2008/03/31 16:22:30 rt 1.5.30.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.3.62); FILE MERGEDRüdiger Timm2008-04-101-23/+18
| | | | 2008/03/31 16:22:30 rt 1.3.62.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS changefileheader (1.4.62); FILE MERGEDRüdiger Timm2008-04-101-23/+18
| | | | 2008/03/31 16:22:30 rt 1.4.62.1: #i87441# Change license header to LPGL v3.