https://issues.apache.org/ooo/show_bug.cgi?id=122433

--- Comment #9 from Andre <[email protected]> ---
I just experimented with the Calc "Alignment" panel with mixed results.  For
the four buttons for horizontal alignment there exist different UNO commands. 
Adding those to the SRC file (option 2, see above) results in help texts taken
from the command descriptions.
No such luck with the three button for vertical alignment.  There are no
individual commands.  Using the general command ".uno:VerticalAlignment" did
not lead to a display of a specific help text.  Reason for this is probably
that no such text is defined in helpcontent2/.
The third experiment had the "Wrap text" check box as target.  There exists a
UNO commmand for it but adding a line 
    Command = ".uno:WrapText"
is not a valid syntax for CheckBox entries. Looks like only toolbox items
understand this.  Tried to use ".uno:WrapText" as HelpId instead.  This is
accepted by the resource compiler but does not show any control specific help
text.

So, the precedence between helpid and command of one control and helpids of a
control and its child(ren) is unclear to me.
Help text seems to be missing for some controls.

I don't think that this can be fixed for 4.0.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to