summaryrefslogtreecommitdiffstats
path: root/extensions/test
Commit message (Expand)AuthorAgeFilesLines
* TyposJulien Nabet2017-03-191-1/+1
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-171-17/+17
* cppcheck invalidPrintfArgTypeJochen Nitschke2016-10-021-7/+7
* tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl2016-06-012-2/+2
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-021-1/+0
* Remove excess newlinesChris Sherlock2016-02-095-28/+0
* unnecessary use of OUString constructorNoel Grandin2016-01-311-3/+3
* Fix typosAndrea Gelmini2016-01-101-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-071-1/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-022-4/+3
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-303-5/+5
* remove some useless commentsNoel Grandin2015-10-131-2/+0
* com::sun::star->css in extensions/Noel Grandin2015-10-012-8/+8
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-061-4/+3
* typo: therfore -> thereforeAndras Timar2015-07-032-2/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-37/+37
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-2/+2
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+1
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-3/+1
* java: remove commented out codeNoel Grandin2014-08-051-12/+0
* fixincludeguards: fix include guardsThomas Arnhold2014-06-062-6/+6
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-102-2/+2
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-1/+1
* add missing modelines to idl filesThomas Arnhold2014-04-244-0/+10
* Remove dead test codeStephan Bergmann2014-04-227-2449/+0
* fixincludeguards.sh: extensionsThomas Arnhold2014-04-194-9/+9
* whitespace for include statementsThomas Arnhold2014-04-156-8/+8
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-4/+4
* Remove visual noise from extensionsAlexander Wilms2014-02-2742-482/+482
* Remove unneccessary commentsAlexander Wilms2014-02-233-6/+6
* typo fixesAndras Timar2013-12-201-1/+1
* Drop duplicate #includeTakeshi Abe2013-12-101-1/+0
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-203-3/+3
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-191-8/+4
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-2211-19/+19
* fdo#46374 replace stardiv in comments where applicableThomas Arnhold2013-10-041-11/+6
* Spell "indices" correctlyTor Lillqvist2013-10-021-6/+6
* Bin more VS2008 bitsTor Lillqvist2013-05-311-9/+0
* Java cleanup, remove unnecessary castsNoel Grandin2013-04-191-3/+3
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-074-8/+4
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-8/+8
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-192-10/+10
* remove remaining UTF bomBorim2013-03-113-3/+1
* Some cppcheck cleaningJulien Nabet2013-02-131-3/+0
* Return the real result of the testJulien Nabet2013-02-131-3/+3
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-6/+5
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-289-18/+18