To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99296
                 Issue #|99296
                 Summary|Check node/prop/value uniqueness after install:module 
                        |sorting
               Component|framework
                 Version|current
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|code
             Assigned to|sb
             Reported by|rvojta





------- Additional comments from rvo...@openoffice.org Tue Feb 17 09:46:50 
+0000 2009 -------
I would like to configure multiplatform shortcuts and it's possible until I need
two nodes/props/values with same install:module value. Following things doesn't
work now.

1. More values with the *same* install:module value.

   <node oor:name="T_MOD1" oor:op="replace">
    <prop oor:name="Command"><value xml:lang="x-no-translate">I10N
SHORTCUTS - NO TRANSLATE</value>
     <value xml:lang="de" install:module="unxwnt">.uno:SubScript</value>
     <value xml:lang="es"
install:module="unxwnt">.uno:AlignHorizontalCenter</value>
     <value xml:lang="en-US"
install:module="macosx">.uno:DesignerDialog</value>
    </prop>
   </node>

2. More props with the same name, but with different install:module values.

   <node oor:name="T_MOD1" oor:op="replace">
    <prop oor:name="Command" install:module="unxwnt"><value
xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
     <value xml:lang="de">.uno:SubScript</value>
     <value xml:lang="es">.uno:AlignHorizontalCenter</value>
    </prop>
    <prop oor:name="Command" install:module="macosx"><value
xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
     <value xml:lang="en-US">.uno:DesignerDialog</value>
    </prop>
   </node>

3. More nodes with the same name, but different install:module values.

   <node oor:name="T_MOD1" oor:op="replace" install:module="unxwnt">
    <prop oor:name="Command"><value xml:lang="x-no-translate">I10N
SHORTCUTS - NO TRANSLATE</value>
     <value xml:lang="de">.uno:SubScript</value>
     <value xml:lang="es">.uno:AlignHorizontalCenter</value>
    </prop>
   </node>
   <node oor:name="T_MOD1" oor:op="replace" install:module="macosx">
    <prop oor:name="Command"><value xml:lang="x-no-translate">I10N
SHORTCUTS - NO TRANSLATE</value>
     <value xml:lang="en-US">.uno:DesignerDialog</value>
    </prop>
   </node>

I need this in macshortcuts01 CWS to provide different shortcuts for Mac OS X
and for other platforms. It would be nice, if you can fix this in macshortcuts01
CWS, so, I can test it and I can continue on shortcuts.

If you do want to provide fix in another CWS, it's ok and I'll wait for
integration and I'll rebase my CWS than.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to