[Libreoffice-bugs] [Bug 106782] UNO: Addition of character style creation and modification commands

2020-01-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106782

sdc.bla...@youmail.dk changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||6352

-- 
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 106782] UNO: Addition of character style creation and modification commands

2018-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106782

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||117022


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117022
[Bug 117022] [META] Style-focused formatting toolbar
-- 
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 106782] UNO: Addition of character style creation and modification commands

2017-04-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106782

--- Comment #4 from Yousuf Philips (jay)  ---
(In reply to Thomas Lendo from comment #3)
> The whole uno commands and UI names for it are messed up. E.g.
> .uno:StyleApply is named "Set Paragraph Style" in the UI and shows the
> current frame style name if a frame is selected (and not the text in it) -
> then the list shows the selected frame name and other paragraph styles.

.uno:StyleApply used to be named 'Apply Style' until i changed it to 'Paragraph
Style' recently ('Set Paragraph Style' is the tooltip :D). Yes frame-style
names appearing in it is a known bug (107246).

> .uno:StyleNewByExample, .uno:EditStyle and .uno:StyleUpdateByExample are not
> grayed out (deactivated) if you use these commands on frames/other objects
> than paragraphs and then a paragraph style will be created/edited/updated
> and not the frame style.

The problem is that these commands were previously only in the sidebar, and i
added them to the menubar and toolbar, so they only took into account which tab
of the styles and formatting deck of the sidebar was active, and that is what
needs to be corrected.

-- 
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 106782] UNO: Addition of character style creation and modification commands

2017-04-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106782

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107325


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107325
[Bug 107325] [META] Style management commands 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 106782] UNO: Addition of character style creation and modification commands

2017-04-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106782

--- Comment #3 from Thomas Lendo  ---
OT, @jay:
The whole uno commands and UI names for it are messed up. E.g. .uno:StyleApply
is named "Set Paragraph Style" in the UI and shows the current frame style name
if a frame is selected (and not the text in it) - then the list shows the
selected frame name and other paragraph styles.
.uno:StyleNewByExample, .uno:EditStyle and .uno:StyleUpdateByExample are not
grayed out (deactivated) if you use these commands on frames/other objects than
paragraphs and then a paragraph style will be created/edited/updated and not
the frame style.

-- 
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 106782] UNO: Addition of character style creation and modification commands

2017-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106782

Thomas Lendo  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||6839

-- 
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 106782] UNO: Addition of character style creation and modification commands

2017-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106782

--- Comment #2 from Yousuf Philips (jay)  ---
(In reply to Regina Henschel from comment #1)
> The command .uno:StyleNewByExample works the same for character style. It
> depends on the current active category in Styles, whether
> paragraph or character is used.

Unfortunately the command doesnt work for character style unless its run from
within the sidebar, which wont work for when the command is run in the menu or
the toolbar.

E.g.
1) Start Writer
2) Styles > Emphasis
3) Type some text
4) Select all the text
5) Click the font color toolbar butto to change the text to red
6) Styles > New Style or click the 'New Style' button in the formatting toolbar
7) Dialog appears with the list of character styles
8) Type a new style name and press OK
9) New paragraph style was created

.uno:StyleUpdateByExample also is intended to work for character styles, but it
also doesnt function correctly from the menu or toolbar, so ideally this joint
functionality should be separated into separate commands.

-- 
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 106782] UNO: Addition of character style creation and modification commands

2017-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106782

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #1 from Regina Henschel  ---
The command .uno:StyleNewByExample works the same for character style. It
depends on the current active category in Styles, whether paragraph
or character is used.

-- 
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 106782] UNO: Addition of character style creation and modification commands

2017-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106782

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
 Ever confirmed|0   |1

-- 
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