Issue 69133

Summary: Wrong order of First/Last/Father's Name in Russian UI
Product: Internationalization Reporter: rail_ooo
Component: codeAssignee: thorsten.martens
Status: CLOSED FIXED QA Contact: issues@l10n <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 2.0.3   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
LFF order patch none

Description rail_ooo 2006-08-31 11:07:42 UTC
svx/source/dialog/optgenrl.cxx contains some customizations for Russian UI. 
There is additional field "Father's Name".

In current state you can enter a data into this field but it won't be stored in
registry after program restart. Additionally the order of fields doesn't conform
to common rules. It must be:
Last Name First Name Father's Name Initials

Here is the patch which corrects:
1) Field order in svx/source/dialog/optgenrl.cxx
(Tools.Options.OpenOffice.org.User) and names in svx/source/options/optgenrl.src
2) adds new field into officecfg/registry/schema/org/openoffice/UserProfile.xcs
3) uncomments Data/fathersname in svtools/source/config/useroptions.cxx

Only one thing remains. Tab order in dialog is wrong.
Current:
Organisation -> First Name -> Father's Name -> Last Name -> Initials
must be:
Organisation -> Last Name -> First Name -> Father's Name -> Initials

I have no glue how to manage tab order, so if somebody helps me I can update
this patch with proper tab order.
Comment 1 rail_ooo 2006-08-31 11:08:31 UTC
Created attachment 38870 [details]
LFF order patch
Comment 2 ivo.hinkelmann 2006-10-17 16:04:24 UTC
os, please have a look. 
Comment 3 Oliver Specht 2006-10-24 07:36:49 UTC
Reassigned to PB
Comment 4 pb 2006-10-31 10:27:44 UTC
pb: will be integrated in OOo 2.2.
Comment 5 rail_ooo 2006-10-31 11:37:58 UTC
rail->pb: what do you think about tab order issue?
Comment 6 pb 2006-10-31 17:52:25 UTC
pb -> rail: while integrating your patch I will fix the tab order (see
Window::SetZOrder( )).
Comment 7 pb 2006-11-14 08:19:00 UTC
pb: patch integrated in cws fwk56.
Files changed:
/scp2/source/ooo/file_ooo.scp 1.169.2.1
/scp2/source/ooo/module_hidden_ooo.scp 1.43.2.1
/officecfg/registry/schema/org/openoffice/UserProfile.xcs 1.17.266.1
/officecfg/registry/data/org/openoffice/UserProfile.xcu 1.1.2.1
/officecfg/registry/data/org/openoffice/makefile.mk 1.8.54.1
/svtools/source/config/useroptions.cxx 1.22.48.1
/svx/source/dialog/optgenrl.cxx 1.8.76.1
/svx/source/options/optgenrl.src 1.53.596.1
Comment 8 mikhail.voytenko 2006-12-07 12:57:48 UTC
MAV->TM: The scenario looks good in fwk56. The entries are stored in the
registry, the visual and the tab orders of
LastName/FirstName/FathersName/Initials look to be OK. The CWS has a build for
the Russian language to check it.
Comment 9 thorsten.martens 2006-12-12 10:07:19 UTC
checked and verified in cws fwk56 -> OK !
Comment 10 rail_ooo 2006-12-17 09:06:20 UTC
BTW, this information is not available in document properties.
meta.xml contains <dc:creator>FirstName LastName</dc:creator>
Comment 11 thorsten.martens 2007-02-12 15:23:59 UTC
closed