summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini1-2/+2
2016-02-06Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-6/+6
2016-02-06cppcheck:redundantAssignmentNoel Grandin1-8/+6
2015-04-27More loplugin:simplifyboolStephan Bergmann1-4/+4
2014-12-18Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-3/+3
2014-12-18jvmfwk: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-16jvmfwk: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+3
2014-12-16Related fdo#83753: Fix JVM_ONE_PATH_CHECK feature againStephan Bergmann1-2/+4
2014-12-15Check each potential JRE location only onceStephan Bergmann1-59/+73
2014-12-15Rename getJREInfoByPath overload to getAndAddJREInfoByPathStephan Bergmann1-25/+27
2014-12-15getJREInfoFromBinPath return value is unusedStephan Bergmann1-8/+3
2014-12-15fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn1-3/+21
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-20Missing "Stephan Bergmann1-1/+1
2014-10-20Clean jvmfwk tracing outputTor Lillqvist1-31/+20
2014-09-29loplugin: cstylecastNoel Grandin1-2/+2
2014-09-11jvmfwk: print a warning if running java faMichael Stahl1-0/+16
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-2/+10
2014-07-01New loplugin:stringconcatStephan Bergmann1-8/+5
2014-06-05various: remove SAL_THROW macroNoel Grandin1-7/+6
2014-05-26coverity#705191 Missing break in switchCaolán McNamara1-0/+1
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni1-1/+1
2014-04-09Clean up function declarationsStephan Bergmann1-4/+5
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-21bool improvementsStephan Bergmann1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-2/+2
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-3/+3
2013-10-30Avoid using gconftool. Atk provides a11y not Java on Unix.Michael Meeks1-3/+13
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-4/+4
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-0/+5
2013-06-29remove some createFromAscii usageThomas Arnhold1-1/+1
2013-05-28Related: #i121715# find official JRE>=7 on OSXHerbert Dürr1-0/+1
2013-04-09Look for Oracle Java 7 in a 64-bit LibreOffice on OS XTor Lillqvist1-0/+10
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-17/+13
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-6/+6
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-32/+34
2012-08-11Remove unused local varsJulien Nabet1-1/+0
2012-07-13re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-02-29Drop comparison with empty rtl::OUStringTakeshi Abe1-1/+1
2012-02-23Adapted AsynchReader to safer-to-use salhelper::ThreadStephan Bergmann1-11/+13
2012-01-05Fix for fdo43460 Part XXII getLength() to isEmpty()Gustavo Buzzatti Pacheco1-9/+9
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan1-3/+3
2011-11-27remove include of pch header from jvmfwkNorbert Thiebaud1-2/+0
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann1-9/+4