summaryrefslogtreecommitdiff
path: root/rhino
ModeNameSize
-rw-r--r--ExternalProject_rhino.mk1162logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_rhino.mk576logplain
-rw-r--r--OfficeScriptInfo.java3796logplain
-rw-r--r--Package_rhino.mk569logplain
-rw-r--r--README766logplain
-rw-r--r--UnpackedTarball_rhino.mk842logplain
-rw-r--r--rhino1_5R5-find_swing.patch940logplain
-rw-r--r--rhino1_5R5-updateToolTip.patch1029logplain
-rw-r--r--rhino1_5R5.patch36963logplain
f5c'>Advanced Diagram support: UI visualization & simple interactionsArmin Le Grand (Allotropia) Added visualization to show an imminently recognizable additional visualization for DynamicDiagrams that can also be used to show/hide the DiagramDialog by the user. It is also used as additional drag/move handle for the object. Change-Id: I56292cebe7c7a6f79be920c17edafdd7e453b6eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135183 Tested-by: Jenkins Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com> 2022-05-25Fix typoAndrea Gelmini Change-Id: Ia3d5775b938d626457ac4701a5d62f7b7e4162e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134939 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> 2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia) Moved and isolated IDiagramHelper to own file to get SdrObjGroup smaller and less dependent again, all places adapted. isDiagram() now available at SdrObject directly, adapted and have less places which need to cast for SdrObjGroup for check. Started to add SdrHdl/selection visualization to seleced Diagram. Only as a start, will need to be extended to look good/better, plus evtl. functionality in handles/UI. Corrected error(s) found by failing UnitTests More clang-notes (static, namespace) I nneeded to follow Change-Id: If4675b3270d3ee30259fce49deb017dbbaf5c0c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134825 Tested-by: Jenkins Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>