summaryrefslogtreecommitdiff
path: root/qadevOOo/.classpath
blob: 81adde6656f5b68a68fc9f1a4c6adb43d83ead52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="qa"/>
	<classpathentry kind="src" path="java"/>
	<classpathentry kind="src" path="runner"/>
	<classpathentry kind="src" path="testdocs/backend"/>
	<classpathentry kind="src" path="testdocs/qadevlibs/source"/>
	<classpathentry kind="src" path="tests/java"/>
	<classpathentry kind="lib" path="testdocs/qadevlibs/JobExecutor.jar"/>
	<classpathentry kind="lib" path="testdocs/qadevlibs/MyPersistObjectImpl.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="../instdir/program/classes/libreoffice.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
	<classpathentry kind="output" path="../workdir/qadevooo-bin"/>
</classpath>
Grandin <noelgrandin@gmail.com> 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann Change-Id: I68ec15e8b52dd387b18077941811702b40caf020 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin create an InterfaceContainer2 class to replace InterfaceContainer. It uses a std::vector instead of a Sequence for the mutable listener list, which provides far better performance. Switch all our internal use-sites to the new class. Change-Id: I6b56cfa511ded2395faa22e68fab3b2f16c3cb88 2015-11-15use initialiser for Sequence<OUString>Noel Grandin replaced using: git grep -lP 'Sequence.*OUString.*\(\s*1\s*\)' | xargs perl -0777 -pi -e "s/Sequence<\s*OUString\s*> (\w+)\(\s*1\s*\); .*\[0\] = (\S+);/Sequence<OUString> \1 { \2 };/g" Change-Id: I20ad0489da887a9712982531c3b127339bb8b3b9 Reviewed-on: https://gerrit.libreoffice.org/19969 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I0f2f81dae91f62639e79799b1bed1b2df1fd79ab 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin Change-Id: I6cb508e392d5e194c80fc6d0927c86414e4ab05b 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3 2015-08-20loplugin: defaultparamsNoel Grandin Change-Id: Ibf0ea539d2a95073a12f84964759d9c7a94baa7b 2015-08-19Consolidate isFileUrl checksStephan Bergmann Change-Id: I1b74fdfaa09c4d0d6c296253958e83e78b546a9a 2015-08-18Simplify isLocalFile_Impl checkStephan Bergmann (vnd.sun.star.wfs is long gone) Change-Id: I5e6659302d9ff3cd4e2ae4bb09066b73f842f17f 2015-08-12cppcheck: noCopyConstructorCaolán McNamara Change-Id: I62da241f237b17fc192dd586bcd35b5bd6ea284a 2015-06-15remove unnecessary check for null when calling deleteNoel Grandin Idea originally from caolan. Found using the following command: find . -name *.cxx | xargs /opt/local/bin/grep -zlP '(?m)if\s*\(\s*\w+\s*\)\s*delete\s+\w+\;' Change-Id: I3338f4e22193a6dfd6219c8c75835224a3392763 2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b 2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante Change-Id: Idd8ea0cb7e7d58a29dbfcae084558320efe5fe43 Reviewed-on: https://gerrit.libreoffice.org/10945 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> 2014-07-21coverity#707210 Uncaught exceptionCaolán McNamara Change-Id: I63013222988735f901b37584345b79659f69ad8a 2014-07-21coverity#707209 Uncaught exceptionCaolán McNamara Change-Id: I876e25678d68cba09099776bf303a6540761d2ed 2014-07-21coverity#707208 Uncaught exceptionCaolán McNamara Change-Id: I7fe87d012acbd7bac9736ee5ff8c6abc0da3d129 2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin Convert code like this: throw IOException("xx", Reference< XInterface >(static_cast<OWeakObject*>(this)) ); to this: throw IOException("xx", static_cast<OWeakObject*>(this) ); Change-Id: Ife9f645f0f1810a8e80219126193015502c43dbb 2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin Change-Id: I4a3f3f911dcfbf88696053215a2fb7a94678244c 2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet Change-Id: If87cdfb2c605254f6d69baa4ca5aec09091caa68 2014-04-01Remove unused inline constructorStephan Bergmann Change-Id: I1fbf53c19c55a37d4802be0828cc13bd6bba8f67 2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin Change-Id: I9833265f6e635a057cea2c4a945cc73809b1e2ef 2014-03-10svl: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann Change-Id: Ib1e59f755e0472efe0448d1976cdfba13c64ff18 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3 2014-02-20svl: sal_Bool -> boolStephan Bergmann Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4 2014-01-29bool improvementsStephan Bergmann Change-Id: I0dc09b7a6ee2849bd0c2ffc31be45f81cd2c15ee 2014-01-28bool improvementsStephan Bergmann Change-Id: I6cf511b92383f3cd60923620518b9233b82850c0 2014-01-21bool improvementsStephan Bergmann Change-Id: I5c72b0bc34d87312437ae32a506567c3fb3bfa19 2013-11-08Make INetURLObject-from-OUString ctor explicitStephan Bergmann ...and clean up call sites. Change-Id: I7219a33652835e82fdc44e9e801a7e62868e4f38 2013-11-08remove unnecessary use of OUString constructor in SVL moduleNoel Grandin Change-Id: Ib3c2f2b43895fe45e9efff888bbd81d8be5969e4