Hi, > >> Currently, I am working on the paragraph style default settings in > >> Writer. I find that some of the default values are not suitable for > >> CJK, such as default tab spacing, default font size. etc. I list > >> some used in current version of OOo. Do you think they are good for > >> your locale? > > > > First of all, are they really CJK specific issues? > > We should regard these issues as not CJK specific problems but L10N > > ones. The other languages must have the same issues on the default > > settings. You should get other developers in other countries > involved. > > You are right, they are not CJK specific issues. But I think we have > much similar font layout. If we have some common default paragraph > style, when I do enhancement on zh OOo, I would do it for ja, ko OOo at > the same time.
Graet! Thank you for your proposal. If you need any help, don't hesitate to ask us. > > I think the ideal solution for them is to construct a framework that > > allows every language package to have different settings. Approching > > with template is very good because OOo already has the default > > template system and its not a Writer specific feature. > > That is a good solution that I have been struggling for a period of > time.:-) it is not easy to do that for current framework. If you have > some experience for it. It is very pleasure for me if you let me know > how to do that. The most advantage of using default templates is that they can overwrite some hardcoded settings. Moreover distributors or system integrators can replace it easily. In the configuration hierarchy, org.openoffice.Setup/Office/Factories/com.sun.star.*.*/ooSetupFactoryTemplateFile are the properties to specify a default template file. According to the current configuration scheme, the "localized" attribute of them is false. See the following page for details of the configuration system; http://api.openoffice.org/docs/DevelopersGuide/Config/Config.xhtml Go through the following steps and you can realize the localized default settings with template, 1. make sure that the "localized" attribute is true 2. set the default template file name for each language 3. put the template file with desirable settings into the OOo installation package If you have ever built OOo from source code, you can try the above steps by yourself. "officecfg" module includes the scheme file (*.xcs) and shared settings file (*.xcs). "scp2" module has the list of file included in the installation set. -- 中本 崇志 (Takashi Nakamoto) E-mail: [メールアドレス保護] Homepage: http://bd.tank.jp/ Blog: http://bd.tank.jp/diary/ --------------------------------------------------------------------- To unsubscribe, e-mail: [メールアドレス保護] For additional commands, e-mail: [メールアドレス保護]
