[Libreoffice-bugs] [Bug 89674] Allow use of fields in numbered headings

2019-01-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89674

Heiko Tietze  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|

--- Comment #11 from Heiko Tietze  ---
To summarize, the field would be nice. It add's another dropdown which contains
field types plus "Static Text" (default, current behavior). Depending on the
selection we have to change the input field from a edit control to whatever the
field type contains and fill it with the respective data.

However, the more simple and easy solution would be an extension. It could
iterate over the headings and insert content before.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89674] Allow use of fields in numbered headings

2019-01-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89674

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Version|4.2.8.2 release |Inherited From OOo

--- Comment #10 from Cor Nouws  ---
(In reply to Heiko Tietze from comment #7)
> If we do that users likely request the field option to be present in the
> numbering dialog. And that makes a quite complex dialog even worse. 
Not sure about that.
Ctrl+F2 for the fields
and File > Properties .. for custom doc props.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89674] Allow use of fields in numbered headings

2019-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89674

--- Comment #9 from Ulrich Windl  ---
(In reply to Heiko Tietze from comment #7)
> If we do that users likely request the field option to be present in the
> numbering dialog. And that makes a quite complex dialog even worse. Would
> keep this in mind anyway.

I see several components for this enhancement:

1) Be able to express the feature in the ODT format

2) Be able to create (and use) the feature with writer somehow (the numbering
dialog looks like a good candidate actually)

3) Be able to enter a field name where literal input is required (either allow
some meta syntax like "$var" to mean "insert the value of variable `var' (at
runtime), or present a pull-down list of available variables). Depends on the
level of users who may want to use that...

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89674] Allow use of fields in numbered headings

2019-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89674

--- Comment #8 from Buovjaga  ---
I wonder, if this could be solved with macro scripting, though? It is a rather
niche feature to be included in core (now that I reconsider my 2015 opinion).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89674] Allow use of fields in numbered headings

2019-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89674

--- Comment #7 from Heiko Tietze  ---
If we do that users likely request the field option to be present in the
numbering dialog. And that makes a quite complex dialog even worse. Would keep
this in mind anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89674] Allow use of fields in numbered headings

2019-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89674

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #6 from Buovjaga  ---
I will summon our UX visionaries.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89674] Allow use of fields in numbered headings

2019-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89674

Ulrich Windl  changed:

   What|Removed |Added

 CC||ulrich.wi...@rz.uni-regensb
   ||urg.de

--- Comment #5 from Ulrich Windl  ---
(In reply to Roman Kuznetsov from comment #2)
> I can create this chapter numbering style uses existing opportunity in
> dialogue Chapter Numbering in LO 6.3

It had always been possible to add a constant numbering prefix, but it is not
possible to use a field value for it.

(In reply to Buovjaga from comment #4)
> Ulrich: do you want to describe the benefits of this feature in more detail?

My idea was to use the feature in a document template, where the user would
fill in some properties, and then parts of those properties can be used in the
actual numbering.  I mean: If nroff could do it 30 years ago, do we need to be
behind so far? ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89674] Allow use of fields in numbered headings

2019-01-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89674

--- Comment #4 from Buovjaga  ---
(In reply to Roman Kuznetsov from comment #2)
> I can create this chapter numbering style uses existing opportunity in
> dialogue Chapter Numbering in LO 6.3
> 
> may be close it as WFM?

Ulrich wants to use the field in a document template. He would probably use it
for other things in addition to the numbering prefix.

Ulrich: do you want to describe the benefits of this feature in more detail?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89674] Allow use of fields in numbered headings

2019-01-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89674

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 148358
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148358=edit
Screenshot with existing opportunity

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89674] Allow use of fields in numbered headings

2019-01-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89674

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||107739

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
I can create this chapter numbering style uses existing opportunity in dialogue
Chapter Numbering in LO 6.3

may be close it as WFM?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107739
[Bug 107739] [META] Field bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89674] Allow use of fields in numbered headings

2015-03-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89674

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga todven...@suomi24.fi ---
Sounds useful - NEW.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs