summaryrefslogtreecommitdiff
path: root/bridges/test
AgeCommit message (Expand)AuthorFilesLines
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin1-4/+4
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-1/+0
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2-11/+11
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2-13/+13
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2-13/+13
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-15/+15
2014-08-14java: remove commented out codeNoel Grandin1-5/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin17-0/+48
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-1/+1
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-1/+1
2014-08-08java: remove unused fieldsNoel Grandin1-3/+0
2014-08-05java: remove unused fieldsNoel Grandin1-4/+0
2014-08-05java: remove various unused variablesNoel Grandin1-1/+0
2014-06-05bridges: remove SAL_THROW macroNoel Grandin2-2/+0
2014-04-15whitespace for include statementsThomas Arnhold1-2/+2
2014-03-01Remove visual noise from bridgesAlexander Wilms1-2/+1
2014-02-23Remove unneccessary commentsAlexander Wilms2-2/+2
2014-02-06fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsServiceAlexandre Vicenzi1-11/+3
2014-02-02fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi1-39/+2
2013-12-16Clean-up uno/lbnames.hStephan Bergmann5-4/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin3-5/+5
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2-14/+4
2013-10-12Bin pointless commentTor Lillqvist1-1/+1
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara7-0/+21
2013-05-15Don't export a variable called PATH_SEPARATORTor Lillqvist4-16/+16
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist4-16/+16
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin1-6/+7
2013-04-26Java cleanup, remove unused importsNoel Grandin1-1/+0
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin1-2/+2
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin2-7/+7
2013-04-16Related rhbz#867808: More apparently bogus "throw new ..." in C++ codeStephan Bergmann2-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák7-76/+73
2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith5-15/+15
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold4-4/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold9-66/+66
2013-03-04sal_Bool to boolTakeshi Abe3-3/+3
2013-03-01Replace rtl::O(U)String with O(U)StringÁdám Csaba Király1-13/+13
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac3-7/+5
2012-12-25Get rid of (most uses of) GUITor Lillqvist4-5/+5
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-5/+2
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens4-8/+0
2012-11-30API CHANGE remove [oneway] method attributesThorsten Behrens1-2/+2
2012-11-15re-base on ALv2 code. Includes:Michael Meeks13-287/+170
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud3-5/+5
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-1/+1
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin4-9/+0
2012-09-05Java cleanup, rename folders and packages to make them matchNoel Grandin30-41/+51
2012-09-05Java cleanup, make the package name match the folder nameNoel Grandin12-12/+12