Re: how to make resource file

2017-01-10 Thread Jan Iversen
> > I knew the fact that installed the program not Libreoffice but Openoffice. Well if you work on openoffice, it would be natural to ask the questions on their list, as written earlier, the build systems are very different and it is very difficult to look at the LibreOffice build system and l

Re: how to make resource file

2017-01-10 Thread jaeseok
ions. best regards. -- View this message in context: http://nabble.documentfoundation.org/how-to-make-resource-file-tp4204083p4204848.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list LibreOffice@lists.f

Re: how to make resource file

2017-01-03 Thread Jan Iversen
> > I looked up this file. There are only path of target in makefile. so I need > some more help. I wonder what you looked at as Jan wrote earlier is happens in AllLangResTarget_for.mk, to be precise line 25. > Before the build process, I wrote language option in configure script and > set evi

Re: how to make resource file

2017-01-03 Thread jaeseok
#x27;. I really wonder a code that convert 'core_resource.src' to 'foren.res' resource file and 'res.srs' to 'core_resource.src'. -- View this message in context: http://nabble.documentfoundation.org/how-to-make-resou

Re: how to make resource file

2017-01-03 Thread Jan Holesovsky
Hi, jaeseok píše v Út 03. 01. 2017 v 03:04 -0700: > oh I'm sorry. It is my mistake. > > the resource file path is that > '/usr/lib64/libreoffice/program/resource/forko.res' > > I think that this file(forko.res) is used in libreoffice-calc too. That file is generated from formula/source/core

Re: how to make resource file

2017-01-03 Thread Tor Lillqvist
> I would like to know code that make openoffice-calc-formula resource files. You still did not explain *why* you need to find that code. What is it that you want to do? Improve the Korean localisation? Change some UI strings? You also mentioned functions, do you want to add some new function to

Re: how to make resource file

2017-01-03 Thread jaeseok
oh I'm sorry. It is my mistake. the resource file path is that '/usr/lib64/libreoffice/program/resource/forko.res' I think that this file(forko.res) is used in libreoffice-calc too. -- View this message in context: http://nabble.documentfoundation.org/how-to-mak

Re: how to make resource file

2017-01-03 Thread Tor Lillqvist
> 'forko.res, foren.res' is used to formula module. and the resource files is > used in 'aoo-trunk/ This is the LibreOffice mailing list, maybe you should ask on the Apache OpenOffice list if that is the code you are building? --tml ___ LibreOffice mail

Re: how to make resource file

2017-01-02 Thread jaeseok
ula/source/core/resource/core_resource.cxx, ResourceManager::ensureImplExists()'. Before the build openoffice, we set language. and then this resource file is generated. so I guess exist the generate code. -- View this message in context: http://nabble.documentfoundation.org/how-t

Re: how to make resource file

2017-01-02 Thread Markus Mohrhard
Hey, On Tue, Jan 3, 2017 at 2:26 AM, jaeseok wrote: > Hello. I need your help. > > My overall goal is clear. I wish to make a new resource file that I add > some > functions. > > so I would like to know that how to make resource files. > > Your goal is not clear and the question itself makes no

Re: how to make resource file

2017-01-02 Thread jaeseok
Hello. I need your help. My overall goal is clear. I wish to make a new resource file that I add some functions. so I would like to know that how to make resource files. thank you. -- View this message in context: http://nabble.documentfoundation.org/how-to-make-resource-file

Re: how to make resource file

2017-01-02 Thread Tor Lillqvist
Please tell what your overall goal is, not what you think is the way to achieve it. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

how to make resource file

2017-01-01 Thread jaeseok
Hello.I need your help. I would like to know about how to make resource file such as foren.res, forko.res. I guess that the resource file was generated by pyhon code or downloaded to pkg. please -- View this message in context: http://nabble.documentfoundation.org/how-to-make-resource-file