how to configure formula track?

2017-10-29 Thread jaeseok
Hello, I have a question. What is difference of formula track and formula tree? and if reference is updated, how to configure Formula Track in Calc? I want to understand this and make it more effective. thank you. -- Sent from: http://nabble.documentfoundation.org/Dev-f1639786.html ___

Re: How to Use rsc Compiler?

2017-02-19 Thread jaeseok
> Anyway, there's solenv/gbuild/AllLangResTarget.mk and if you invoke > LD_LIBRARY_PATH=instdir/program workdir/LinkTarget/Executable/rsc -h I'm not sure what this means. T.T When you make the formula module in libreoffice, you know that rsc compiler creates a foren file using the resource fil

How to Use rsc Compiler?

2017-02-16 Thread jaeseok
I want to convert the '.hrc/.src file' to the '.res file.' I know that using rsc compiler. I'd like to use compiler rsc separately. To use it, what kind of Make file should be made? -- View this message in context: http://nabble.documentfoundation.org/How-to-Use-rsc-Compiler-tp4208178.html S

Re: how to operate gb_macro(solenv/gbuild)

2017-01-11 Thread jaeseok
> I want to create a function that automatically completes the screen it is wrong sentence. I want to create a new kind of functionality. And like your mention, not hexadecimal but binary. I was writing wrong. And also not managing but generation and using. I know that .res files are created

Re: how to operate gb_macro(solenv/gbuild)

2017-01-11 Thread jaeseok
What I ultimately want to do is work on a personal project. I do not have enough skills yet, but I want to be a developer of Libre Office later on. I want to create a function that automatically completes the screen if there is the same letter as the data of the data pool stored in advance while i

how to operate gb_macro(solenv/gbuild)

2017-01-10 Thread jaeseok
hello, I am tracing code. but until now I studied c++ so it is first time that I saw gnu make file such as gb_macro. so I needs some help. this is related code. $(eval $(call gb_SrsTarget_add_files,formula/res, formula/source/core/resource/core_resource.src )) I know [gb_SrsTarget_add_files] is

Re: how to make resource file

2017-01-10 Thread jaeseok
thanks your kindness, I read in website. I knew the fact that installed the program not Libreoffice but Openoffice. so I looked around 'AllLangResTarget_for.mk' in libreoffice opengrok and I studied gb_macro. but I don't know well yet. In AllLangResTarget_for.mk, I can assign the resource name

Re: how to make resource file

2017-01-03 Thread jaeseok
thank you for your information. I looked up this file. There are only path of target in makefile. so I need some more help. target call : formula/AllLangResTarget_for.mk define & function : formula/AllLangResTarget.mk define variable & path : TargetLoactions.mk Before the build process, I wr

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-make-resource-file-tp4204083p4204

Re: how to make resource file

2017-01-02 Thread jaeseok
sorry, my explain was lack. I would like to know code that make openoffice-calc-formula resource files. This resource file that is hexadecimal binary file. The file that 'forko.res, foren.res' is used to formula module. and the resource files is used in 'aoo-trunk/main/formula/source/core/resour

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-tp4204083p4204

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-t