office-gobmx/starmath
Noel Grandin 86a32589e9 Find places where OUString and OString are passed by value.
It's not very efficient, because we generally end up copying it twice -
once into the parameter and again into the destination OUString.

So I create a clang plugin that finds such places and generates a
warning so that we can convert them to pass-by-reference.

Change-Id: I5341a6ea9e3190f4b4c05c42c85595e3dcd83361
2014-03-18 08:32:26 +02:00
..
inc Find places where OUString and OString are passed by value. 2014-03-18 08:32:26 +02:00
qa
sdi
source Find places where OUString and OString are passed by value. 2014-03-18 08:32:26 +02:00
uiconfig/smath
util
workben
AllLangResTarget_sm.mk
CppunitTest_starmath_qa_cppunit.mk
JunitTest_starmath_unoapi.mk
Library_sm.mk
Library_smd.mk
Makefile
Module_starmath.mk
README
UIConfig_smath.mk
visual-editor-todo

Formula editor code for writer ([[sw]]).

Good overview from the original developer:
http://www.mail-archive.com/dev@sw.openoffice.org/msg00200.html