unodit
unodit copied to clipboard
some control element properties aren't converted (in embed mode?)
type: feature request
severity: none
category: compat
priority: low
Support a few more UnoControl model attributes. I'm sure there's a
neverending bunch of them, but these are the ones I found not being
converted in -m embed
mode:
- .Border (FixedText)
- .MultiLine (FixedText)
- .HScroll
- .VScroll
- .URL (FixedHyperlink)
Not really sure why extractor.py hadn't found those attributes in the xdl. (sample/context: exceptions.xdl, I've been using unodit just for two very very basic dialogs so far.)
Somewhat more involving would be support for the .FontDescriptor
.
But I assume that's already out of scope. (Haven't really found
any samples on how it works, or if you really need to pass styles
whilst instantiating the dialog.)