office-gobmx/include/comphelper
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
..
accessiblecomponenthelper.hxx
accessiblecontexthelper.hxx comphelper: remove SAL_THROW macro 2014-06-05 08:17:46 +02:00
accessibleeventnotifier.hxx fixincludeguards: fix include guards 2014-06-06 19:16:40 +00:00
accessiblekeybindinghelper.hxx
accessibleselectionhelper.hxx coverity#1210079 Uncaught exception 2014-05-23 14:16:01 +01:00
accessibletexthelper.hxx
accessiblewrapper.hxx
accimplaccess.hxx
anycompare.hxx
anytostring.hxx
asyncnotification.hxx
attributelist.hxx
basicio.hxx
broadcasthelper.hxx
ChainablePropertySet.hxx coverity#707350 Uncaught exception 2014-06-10 16:08:05 +01:00
ChainablePropertySetInfo.hxx
classids.hxx
comphelperdllapi.h
componentbase.hxx
componentguard.hxx
componentmodule.hxx comphelper: remove SAL_THROW macro 2014-06-05 08:17:46 +02:00
configuration.hxx
configurationhelper.hxx
container.hxx
containermultiplexer.hxx
docpasswordhelper.hxx
docpasswordrequest.hxx
documentconstants.hxx
documentinfo.hxx
embeddedobjectcontainer.hxx fdo#71076, fdo#71767: Preserve number formats when charts are copied. 2014-06-19 14:46:56 -04:00
enumhelper.hxx
eventattachermgr.hxx
evtlistenerhlp.hxx
evtmethodhelper.hxx
expandmacro.hxx
extract.hxx
fileformat.h
flagguard.hxx
genericpropertyset.hxx
guarding.hxx
IdPropArrayHelper.hxx
implbase_var.hxx
InlineContainer.hxx
interaction.hxx
listenernotification.hxx comphelper: remove SAL_THROW macro 2014-06-05 08:17:46 +02:00
logging.hxx
make_shared_from_uno.hxx
makesequence.hxx
MasterPropertySet.hxx coverity#983961 Uncaught exception 2014-05-24 16:10:59 +01:00
MasterPropertySetInfo.hxx
mimeconfighelper.hxx
namecontainer.hxx
namedvaluecollection.hxx
newarray.hxx
numberedcollection.hxx
numbers.hxx
officeresourcebundle.hxx
ofopxmlhelper.hxx
optional.hxx
oslfile2streamwrap.hxx
processfactory.hxx
propagg.hxx
proparrhlp.hxx
property.hxx
propertybag.hxx
propertycontainer.hxx
propertycontainerhelper.hxx comphelper: remove SAL_THROW macro 2014-06-05 08:17:46 +02:00
PropertyInfoHash.hxx
propertysethelper.hxx
propertysetinfo.hxx new compilerplugin returnbyref 2014-06-24 11:34:21 +02:00
propertystatecontainer.hxx comphelper: remove SAL_THROW macro 2014-06-05 08:17:46 +02:00
propmultiplex.hxx coverity#1215313 Uncaught exception 2014-05-23 08:54:37 +01:00
propstate.hxx
proxyaggregation.hxx fixincludeguards: fix include guards 2014-06-06 19:16:40 +00:00
random.hxx
scoped_disposing_ptr.hxx
scopeguard.hxx
seekableinput.hxx
SelectionMultiplex.hxx
seqstream.hxx
sequence.hxx
sequenceashashmap.hxx
sequenceasvector.hxx
servicedecl.hxx
servicehelper.hxx
serviceinfohelper.hxx
SettingsHelper.hxx
sharedmutex.hxx
solarmutex.hxx
stillreadwriteinteraction.hxx improve the inlinesimplememberfunctions clang plugin 2014-06-17 10:55:17 +02:00
stl_types.hxx
storagehelper.hxx
streamsection.hxx
string.hxx comphelper: remove SAL_THROW macro 2014-06-05 08:17:46 +02:00
synchronousdispatch.hxx
syntaxhighlight.hxx
types.hxx
uno3.hxx
unwrapargs.hxx
weak.hxx
weakbag.hxx
weakeventlistener.hxx
xmltools.hxx