summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/constparams.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-04 10:15:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-04 11:55:27 +0200
commit902d87147d779c84b4ea84ef7779897d89b1fab2 (patch)
tree3ed603fedf6db10111a3f47202d83c5b223eff65 /compilerplugins/clang/constparams.cxx
parentbca55386e187e2cb4ab277a597a420f15c6cebcf (diff)
loplugin:constparams in sw part3
Change-Id: I05ad3204af4e6ec3c832b185a1b35fdb75a229b2 Reviewed-on: https://gerrit.libreoffice.org/40760 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang/constparams.cxx')
-rw-r--r--compilerplugins/clang/constparams.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/compilerplugins/clang/constparams.cxx b/compilerplugins/clang/constparams.cxx
index 4f683317f3a8..f0f4baf761b4 100644
--- a/compilerplugins/clang/constparams.cxx
+++ b/compilerplugins/clang/constparams.cxx
@@ -164,6 +164,15 @@ bool ConstParams::VisitFunctionDecl(const FunctionDecl * functionDecl)
|| name == "GoNext"
|| name == "GoPrevious"
|| name == "lcl_SetOtherLineHeight"
+ || name == "BoxNmsToPtr"
+ || name == "PtrToBoxNms"
+ || name == "RelNmsToBoxNms"
+ || name == "RelBoxNmsToPtr"
+ || name == "BoxNmsToRelNm"
+ || name == "MakeFormula_"
+ || name == "GetFormulaBoxes"
+ || name == "HasValidBoxes_"
+ || name == "SplitMergeBoxNm_"
// #ifdef win32
|| name == "convert_slashes"
// UNO component entry points