Differences From Artifact [3e7e733b85]:
- File gc_core/py/oxt/Grammalecte.py — part of check-in [6a5d9d3cff] at 2019-07-13 06:25:29 on branch trunk — [lo] option to launch Python console at start (user: olr, size: 6161) [annotate] [blame] [check-ins using]
To Artifact [b7f3044398]:
- File gc_core/py/oxt/Grammalecte.py — part of check-in [8a986b76c6] at 2019-07-14 17:39:48 on branch trunk — [lo] remove autoconsole (was a bad idea) (user: olr, size: 6209) [annotate] [blame] [check-ins using]
| ︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 42 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | + + |
self.SupportedServiceNames = (self.ServiceName, )
self.locales = []
for i in gce.locales:
l = gce.locales[i]
self.locales.append(Locale(l[0], l[1], l[2]))
self.locales = tuple(self.locales)
xContext = uno.getComponentContext()
# debug
#helpers.startConsole()
# init
gce.load("Writer", "nInt")
# GC options
# opt_handler.load(xContext)
dOpt = Options.load(xContext)
gce.setOptions(dOpt)
# dictionaries options
|
| ︙ |