summaryrefslogtreecommitdiff
path: root/xmloff
ModeNameSize
-rw-r--r--CppunitTest_xmloff_uxmloff.mk1762logplain
-rw-r--r--CustomTarget_generated.mk1056logplain
-rw-r--r--JunitTest_xmloff_unoapi.mk1462logplain
-rw-r--r--Library_xo.mk15222logplain
-rw-r--r--Library_xof.mk3441logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_xmloff.mk1267logplain
-rw-r--r--Package_dtd.mk1262logplain
-rw-r--r--README2036logplain
d---------dtd659logplain
d---------inc3260logplain
d---------qa64logplain
d---------source386logplain
d---------util40logplain
td>Stephan Bergmann ...even if that can cause reformatting of already formatted code. The problem I came across is that without this something like > namespace { > > void f1(); > > void f2(); > > } (which is quite a common style in the current code base) would be changed to > namespace > { > > void f1(); > > void f2(); > } instead of > namespace > { > void f1(); > > void f2(); > } and I found no other clang-format style option that would result in the presence or absence of an empty line be identical at the start and end of the namespace block. vmiklos asked to reformat the existing new (i.e., non-blacklisted) files at the same time, so this commit includes that. Some of those new files had not been formatted at all, so this commit includes their full reformatting changes. Change-Id: I54daf0c11098d07d02c802104cf7f56372e61f7c Reviewed-on: https://gerrit.libreoffice.org/44450 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2017-11-06TSCP: put more duplicated methods to commonTomaž Vajngerl Change-Id: Ic49e0dad1351684db3372214604d12b48d0be907 Reviewed-on: https://gerrit.libreoffice.org/44337 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> 2017-11-04TSCP: add a full text. value of the header/footer as doc. propertyTomaž Vajngerl Change-Id: I4742066c34802017790c1c21ec04a7760d4fe1f7 Reviewed-on: https://gerrit.libreoffice.org/44279 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>