summaryrefslogtreecommitdiff
path: root/rsc
ModeNameSize
-rw-r--r--Executable_rsc.mk1903logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_rsc.mk459logplain
-rw-r--r--README952logplain
d---------documentation114logplain
d---------inc811logplain
d---------source187logplain
n title='2021-11-28 21:07:13 +0100'>2021-11-28use more OInterfaceContainerHelper3 in SvxShapeCollectionNoel Grandin which requires adding a getInterface method to OInterfaceContainerHelper3 Change-Id: I0962aa42c19859d7b78c998b8b4448a7ebfc19e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125981 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-08-07address some review commentsNoel Grandin from https://gerrit.libreoffice.org/c/core/+/77824 Change-Id: I0e8d6958512a6063a3232136b6a61a865a0e6abf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120120 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-07-19compact namespace: comphelperNoel Grandin Change-Id: I289e0bb488ef36c20d4996ff5b01d377733ad215 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99001 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen Recheck after 7-0 branchoff Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I7f5c35474b671facbda85a9538462dd4291add91 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97655 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> 2019-09-01Fix '..'Andrea Gelmini To complete this: https://gerrit.libreoffice.org/#/c/78312/ This is a massive replace for lines ending with ".." instead of "..." It passed "make check" on Linux. Change-Id: I07fa7b2e30ba9ea17a1f9a5e21c57216ba958efe Reviewed-on: https://gerrit.libreoffice.org/78356 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins 2019-08-20tdf#119388 speed up listener broadcastNoel Grandin when deleting columns with lots of shapes. The UNO_QUERY is expensive in this case, so create a new comphelper::OInterfaceContainerHelper3 that knows what type the listener interface is. Takes the time from 47s to 41s for me. Change-Id: Id575a59af8505fbd3b0638fd5224e70fd556215f Reviewed-on: https://gerrit.libreoffice.org/77824 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>