summaryrefslogtreecommitdiff
path: root/extensions/test
AgeCommit message (Expand)AuthorFilesLines
2018-10-11Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski3-9/+0
2018-05-13Translate German commentsJohnny_M1-2/+2
2018-01-31Fix typosAndrea Gelmini2-3/+3
2018-01-30Typ-o negativIlmari Lauhakangas1-3/+3
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M1-2/+2
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski6-77/+71
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski3-0/+9
2017-05-20Translate German comments and debug strings (leftovers in e... dirs)Johnny_M4-4/+4
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-2/+0
2017-05-07Fix typosAndrea Gelmini1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert extensions module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-07tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-19TyposJulien Nabet1-1/+1
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-17/+17
2016-10-02cppcheck invalidPrintfArgTypeJochen Nitschke1-7/+7
2016-06-01tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl2-2/+2
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-02-09Remove excess newlinesChris Sherlock5-28/+0
2016-01-31unnecessary use of OUString constructorNoel Grandin1-3/+3
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin2-4/+3
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin3-5/+5
2015-10-13remove some useless commentsNoel Grandin1-2/+0
2015-10-01com::sun::star->css in extensions/Noel Grandin2-8/+8
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-4/+3
2015-07-03typo: therfore -> thereforeAndras Timar2-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-37/+37
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-2/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+1
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-3/+1
2014-08-05java: remove commented out codeNoel Grandin1-12/+0
2014-06-06fixincludeguards: fix include guardsThomas Arnhold2-6/+6
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-2/+2
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-24add missing modelines to idl filesThomas Arnhold4-0/+10
2014-04-22Remove dead test codeStephan Bergmann7-2449/+0
2014-04-19fixincludeguards.sh: extensionsThomas Arnhold4-9/+9
2014-04-15whitespace for include statementsThomas Arnhold6-8/+8
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-4/+4
2014-02-27Remove visual noise from extensionsAlexander Wilms42-482/+482
2014-02-23Remove unneccessary commentsAlexander Wilms3-6/+6
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-10Drop duplicate #includeTakeshi Abe1-1/+0