Hello Driss, On Sat, Mar 28, 2015 at 06:50:22PM +0100, Driss Ben Zoubeir wrote: > Hi All, > > After the build of openoffice I am now looking for my first task. Under > Bugzilla I found this Issue 95167, but I have no idea where to assign it to > my self and no idea how to begin cheking code related to that issue? > > can somebody help me with first dev. steps?
There are several ways of finding the code. One of them is start from the UI, and search the English resource string, it will usually give you a numeric ID that is used in the source code as a defined: - The text for the function says "Returns the internal rate..." so search this string in .src files: http://opengrok.adfinis-sygroup.org/source/search?q=%22Returns+the+internal+rate%22&defs=&refs=&path=src&hist=&project=aoo-trunk Full Search: "Returns the internal rate" File Path: src - You get http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/scaddins/source/analysis/analysis.src#3259 The resource ID is ANALYSIS_Xirr. Sometimes the resource ID helps to find the related code, or simply use the location of the .src file to find it; in this case, grep xirr in main/scaddins/source/analysis/ cd main/scaddins/source/analysis/ && grep --ignore-case xirr * You'll find http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/scaddins/source/analysis/financial.cxx#461 Hope this helps you get started. Regards -- Ariel Constenla-Haile La Plata, Argentina
signature.asc
Description: Digital signature