office-gobmx/include
Noel Grandin e2080e70fe new compilerplugin returnbyref
Find places where we are returning a pointer to something, where we can
be returning a reference.
e.g.
   class A {
     struct X x;
     public X* getX() { return &x; }
   }
which can be:
     public X& getX() { return x; }

Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
2014-06-24 11:34:21 +02:00
..
animations
apple_remote
avmedia Extract kmz and collada converter code to a seperate function 2014-06-13 00:20:36 +02:00
basebmp
basegfx improve the inlinesimplememberfunctions clang plugin 2014-06-17 10:55:17 +02:00
basic new compilerplugin returnbyref 2014-06-24 11:34:21 +02:00
canvas improve the inlinesimplememberfunctions clang plugin 2014-06-17 10:55:17 +02:00
codemaker new compilerplugin returnbyref 2014-06-24 11:34:21 +02:00
com/sun/star/uno SAL_WARN_UNUSED_RESULT for static Reference::query function 2014-06-16 10:22:31 +02:00
comphelper new compilerplugin returnbyref 2014-06-24 11:34:21 +02:00
connectivity rtl::Reference fits just fine here 2014-06-18 11:26:33 +02:00
cppcanvas
cppu
cppuhelper
cppunittester
dbaccess tweak things to allow switching between small and large toolbar icons 2014-06-10 13:23:35 +01:00
drawinglayer
editeng new compilerplugin returnbyref 2014-06-24 11:34:21 +02:00
filter improve the inlinesimplememberfunctions clang plugin 2014-06-17 10:55:17 +02:00
formula callcatcher: update unused code 2014-06-19 10:26:48 +01:00
framework
helpcompiler loplugin: inlinesimplememberfunctions 2014-06-09 10:10:13 +02:00
i18nlangtag loplugin: inlinesimplememberfunctions 2014-06-09 10:10:13 +02:00
i18nutil
jvmaccess improve the inlinesimplememberfunctions clang plugin 2014-06-17 10:55:17 +02:00
jvmfwk
LibreOfficeKit LOK: kill saveAsWithOptions. 2014-06-23 12:24:36 +01:00
linguistic
o3tl Extend o3tl::heap_ptr to support arrays 2014-06-06 11:13:07 +02:00
oox Move oox/drawingml/table/ internal headers to oox/inc. 2014-06-23 10:47:35 +02:00
osl fixincludeguards: fix include guards 2014-06-06 19:16:40 +00:00
package loplugin: inlinesimplememberfunctions 2014-06-09 10:10:13 +02:00
registry
rsc
rtl -Wstrict-prototypes 2014-06-17 15:51:54 +02:00
sal -Wstrict-prototypes 2014-06-17 15:51:54 +02:00
salhelper
sax
sfx2 fdo#71076, fdo#71767: Preserve number formats when charts are copied. 2014-06-19 14:46:56 -04:00
shell
sot improve the inlinesimplememberfunctions clang plugin 2014-06-17 10:55:17 +02:00
store
svl indentation fixes 2014-06-19 09:57:33 +02:00
svtools fdo#71076, fdo#71767: Preserve number formats when charts are copied. 2014-06-19 14:46:56 -04:00
svx new compilerplugin returnbyref 2014-06-24 11:34:21 +02:00
systools/win32 fixincludeguards: fix include guards 2014-06-06 19:16:40 +00:00
test MetafileXmlDump: No need to specify the stream, simplify the API. 2014-06-10 19:33:12 +02:00
toolkit
tools Remove unused INetURLObject::PART_* values 2014-06-23 11:52:14 +02:00
touch
tubes
typelib
ucbhelper
uno fixincludeguards: fix include guards 2014-06-06 19:16:40 +00:00
unoidl
unotest improve the inlinesimplememberfunctions clang plugin 2014-06-17 10:55:17 +02:00
unotools improve the inlinesimplememberfunctions clang plugin 2014-06-17 10:55:17 +02:00
vbahelper fixincludeguards: fix include guards 2014-06-06 19:16:40 +00:00
vcl new compilerplugin returnbyref 2014-06-24 11:34:21 +02:00
wntgcci
wntgccx
writerperfect
xmloff fdo#71076, fdo#71767: Preserve number formats when charts are copied. 2014-06-19 14:46:56 -04:00
xmlreader improve the inlinesimplememberfunctions clang plugin 2014-06-17 10:55:17 +02:00
xmlscript
default.rc
postmac.h
postwin.h
postx.h
premac.h
prewin.h
prex.h
version.hrc