[Libreoffice] source Java

2011-05-03 Thread Luiz Henrique Natalino
how to insert an encoded source libreoffice in JAVA?

-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] looking for functions in calc

2011-04-19 Thread Luiz Henrique Natalino
Hello,

Someone can tell me where I can find the source codes calc, math functions,
which inthis file?

Thanks

-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error make

2011-04-13 Thread Luiz Henrique Natalino
Hello Julius,

Thanks for the help, but managed to solve the problem is that I'm using the
UbuntuLinux distribution, and to run commands with sudo compilation process
generatesthe error, but to correct the problem, was given permission on the
folder, and run theprocess without the super command. worked perfectly. you
can even see the outputbelow


** *
Successful packaging process!
** *
... Creating log-file log_DEV300_en US.log
... Creating "follow me" info-file follow_me_DEV300_en US.log.
Wed Apr 13 16:02:48 2011 (0:22 min.)
Installer finished

Developer installation finished, You Can now run:

2011/4/13 Júlio Hoffimann 

> Hi Luiz,
>
> I appreciate your persistence, but pay attention in what i'll say: You need
> to fix the error before run `make`. Then you can try to build again:
>
> $ cd libo
> $ make
>
> If you want to help LibreOffice, there are many possibilities, other than
> coding. I don't know your C++ experience, but if you're not confortable with
> the code or with Git (i give you all the reason, Git is a penitence!), you
> can contribute with documentation (Wiki), reporting bugs (bugzilla), etc.
> These are noble activities too.
>
> Resuming, you have to direct your energy for what you do best and you'll
> help LibreOffice so much.
>
> Regards,
> Júlio.
>
> 2011/4/13 Luiz Henrique Natalino 
>
>> Hi Júlio,
>>
>> I have to run make again in the base folder?
>>
>>
>> 2011/4/13 Júlio Hoffimann 
>>
>>> Hi Luiz,
>>>
>>> Running the commands you'll get the C++ errors, so fix it and run `make`
>>> again.
>>>
>>> Júlio.
>>>
>>> 2011/4/13 Luiz Henrique Natalino 
>>>
>>>> Hello Júlio,
>>>>
>>>> procedure and unfortunately did not work, what can I do for work?
>>>>
>>>> thanks
>>>>  --
>>>> Oh dear - something failed during the build - sorry !
>>>>   For more help with debugging build errors, please see the section in:
>>>> http://wiki.documentfoundation.org/Development
>>>>
>>>>   internal build errors:
>>>>
>>>> ERROR: error 65280 occurred while making
>>>> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>>>>
>>>>  it seems that the error is inside 'sal', please re-run build
>>>>  inside this module to isolate the error and/or test your fix:
>>>> ---
>>>>
>>>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>>>> module 'clean'
>>>> /bin/bash
>>>> cd /home/luiz/libreoffice/bootstrap
>>>> source ./LinuxX86-64Env.Set.sh
>>>> cd sal
>>>> build
>>>>
>>>> when the problem is isolated and fixed exit and re-run 'make' from the
>>>> top-level
>>>> make: ** [all] Erro 1
>>>>
>>>>
>>>> 2011/4/13 Júlio Hoffimann 
>>>>
>>>>> Hi Luiz,
>>>>>
>>>>> Just execute the commands in the error message and you'll get the C++
>>>>> errors. ;-)
>>>>>
>>>>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>>>>> module 'clean'
>>>>> /bin/bash
>>>>> cd /home/luiz/libreoffice/bootstrap
>>>>> source ./LinuxX86-64Env.Set.sh <http://linuxx86-64env.set.sh/>
>>>>> cd sal
>>>>> build
>>>>>
>>>>> Regards,
>>>>> Júlio.
>>>>>
>>>>> 2011/4/13 Luiz Henrique Natalino 
>>>>>
>>>>>> hello people,
>>>>>> I'm having the following problem in the compilation, anyone know what
>>>>>>  might be?
>>>>>>
>>>>>> Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
>>>>>> unchanged
>>>>>>
>>>>>>
>>>>>> ---
>>>>>> Oh dear - something failed during the build - sorry !
>>>>>>   For more help with debugging build errors, please see the section
>>>>>> in:
>>>>>>

Re: [Libreoffice] error make

2011-04-13 Thread Luiz Henrique Natalino
Hi Júlio,

I have to run make again in the base folder?

2011/4/13 Júlio Hoffimann 

> Hi Luiz,
>
> Running the commands you'll get the C++ errors, so fix it and run `make`
> again.
>
> Júlio.
>
> 2011/4/13 Luiz Henrique Natalino 
>
>> Hello Júlio,
>>
>> procedure and unfortunately did not work, what can I do for work?
>>
>> thanks
>>  --
>> Oh dear - something failed during the build - sorry !
>>   For more help with debugging build errors, please see the section in:
>> http://wiki.documentfoundation.org/Development
>>
>>   internal build errors:
>>
>> ERROR: error 65280 occurred while making
>> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>>
>>  it seems that the error is inside 'sal', please re-run build
>>  inside this module to isolate the error and/or test your fix:
>> ---
>>
>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>> module 'clean'
>> /bin/bash
>> cd /home/luiz/libreoffice/bootstrap
>> source ./LinuxX86-64Env.Set.sh
>> cd sal
>> build
>>
>> when the problem is isolated and fixed exit and re-run 'make' from the
>> top-level
>> make: ** [all] Erro 1
>>
>>
>> 2011/4/13 Júlio Hoffimann 
>>
>>> Hi Luiz,
>>>
>>> Just execute the commands in the error message and you'll get the C++
>>> errors. ;-)
>>>
>>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>>> module 'clean'
>>> /bin/bash
>>> cd /home/luiz/libreoffice/bootstrap
>>> source ./LinuxX86-64Env.Set.sh <http://linuxx86-64env.set.sh/>
>>> cd sal
>>> build
>>>
>>> Regards,
>>> Júlio.
>>>
>>> 2011/4/13 Luiz Henrique Natalino 
>>>
>>>> hello people,
>>>> I'm having the following problem in the compilation, anyone know what
>>>> might be?
>>>>
>>>> Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
>>>> unchanged
>>>>
>>>> ---
>>>> Oh dear - something failed during the build - sorry !
>>>>   For more help with debugging build errors, please see the section in:
>>>> http://wiki.documentfoundation.org/Development
>>>>
>>>>   internal build errors:
>>>>
>>>> ERROR: error 65280 occurred while making
>>>> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>>>>
>>>>  it seems that the error is inside 'sal', please re-run build
>>>>  inside this module to isolate the error and/or test your fix:
>>>> -------
>>>>
>>>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>>>> module 'clean'
>>>> /bin/bash
>>>> cd /home/luiz/libreoffice/bootstrap
>>>> source ./LinuxX86-64Env.Set.sh
>>>> cd sal
>>>> build
>>>>
>>>> when the problem is isolated and fixed exit and re-run 'make' from the
>>>> top-level
>>>> make: ** [all] Erro 1
>>>>
>>>>
>>>> --
>>>> Att. Luiz Henrique Natalino
>>>>
>>>>
>>>>
>>>> ___
>>>> LibreOffice mailing list
>>>> LibreOffice@lists.freedesktop.org
>>>> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>>>>
>>>>
>>>
>>
>>
>> --
>> Att. Luiz Henrique Natalino
>>
>>
>>
>


-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error make

2011-04-13 Thread Luiz Henrique Natalino
Hi Júlio,

even remaking it got error, I decided to give permission in folder 777.

thanks

2011/4/13 Júlio Hoffimann 

> Hi Luiz,
>
> Running the commands you'll get the C++ errors, so fix it and run `make`
> again.
>
> Júlio.
>
> 2011/4/13 Luiz Henrique Natalino 
>
>> Hello Júlio,
>>
>> procedure and unfortunately did not work, what can I do for work?
>>
>> thanks
>>  --
>> Oh dear - something failed during the build - sorry !
>>   For more help with debugging build errors, please see the section in:
>> http://wiki.documentfoundation.org/Development
>>
>>   internal build errors:
>>
>> ERROR: error 65280 occurred while making
>> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>>
>>  it seems that the error is inside 'sal', please re-run build
>>  inside this module to isolate the error and/or test your fix:
>> ---
>>
>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>> module 'clean'
>> /bin/bash
>> cd /home/luiz/libreoffice/bootstrap
>> source ./LinuxX86-64Env.Set.sh
>> cd sal
>> build
>>
>> when the problem is isolated and fixed exit and re-run 'make' from the
>> top-level
>> make: ** [all] Erro 1
>>
>>
>> 2011/4/13 Júlio Hoffimann 
>>
>>> Hi Luiz,
>>>
>>> Just execute the commands in the error message and you'll get the C++
>>> errors. ;-)
>>>
>>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>>> module 'clean'
>>> /bin/bash
>>> cd /home/luiz/libreoffice/bootstrap
>>> source ./LinuxX86-64Env.Set.sh <http://linuxx86-64env.set.sh/>
>>> cd sal
>>> build
>>>
>>> Regards,
>>> Júlio.
>>>
>>> 2011/4/13 Luiz Henrique Natalino 
>>>
>>>> hello people,
>>>> I'm having the following problem in the compilation, anyone know what
>>>> might be?
>>>>
>>>> Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
>>>> unchanged
>>>>
>>>> ---
>>>> Oh dear - something failed during the build - sorry !
>>>>   For more help with debugging build errors, please see the section in:
>>>> http://wiki.documentfoundation.org/Development
>>>>
>>>>   internal build errors:
>>>>
>>>> ERROR: error 65280 occurred while making
>>>> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>>>>
>>>>  it seems that the error is inside 'sal', please re-run build
>>>>  inside this module to isolate the error and/or test your fix:
>>>> -------
>>>>
>>>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>>>> module 'clean'
>>>> /bin/bash
>>>> cd /home/luiz/libreoffice/bootstrap
>>>> source ./LinuxX86-64Env.Set.sh
>>>> cd sal
>>>> build
>>>>
>>>> when the problem is isolated and fixed exit and re-run 'make' from the
>>>> top-level
>>>> make: ** [all] Erro 1
>>>>
>>>>
>>>> --
>>>> Att. Luiz Henrique Natalino
>>>>
>>>>
>>>>
>>>> ___
>>>> LibreOffice mailing list
>>>> LibreOffice@lists.freedesktop.org
>>>> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>>>>
>>>>
>>>
>>
>>
>> --
>> Att. Luiz Henrique Natalino
>>
>>
>>
>


-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error make

2011-04-13 Thread Luiz Henrique Natalino
Hello Júlio,

procedure and unfortunately did not work, what can I do for work?

thanks
--
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making
/home/luiz/libreoffice/bootstrap/sal/qa/osl/security

 it seems that the error is inside 'sal', please re-run build
 inside this module to isolate the error and/or test your fix:
---

rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional module
'clean'
/bin/bash
cd /home/luiz/libreoffice/bootstrap
source ./LinuxX86-64Env.Set.sh
cd sal
build

when the problem is isolated and fixed exit and re-run 'make' from the
top-level
make: ** [all] Erro 1


2011/4/13 Júlio Hoffimann 

> Hi Luiz,
>
> Just execute the commands in the error message and you'll get the C++
> errors. ;-)
>
> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional module
> 'clean'
> /bin/bash
> cd /home/luiz/libreoffice/bootstrap
> source ./LinuxX86-64Env.Set.sh <http://linuxx86-64env.set.sh/>
> cd sal
> build
>
> Regards,
> Júlio.
>
> 2011/4/13 Luiz Henrique Natalino 
>
>> hello people,
>> I'm having the following problem in the compilation, anyone know what
>> might be?
>>
>> Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
>> unchanged
>>
>> ---
>> Oh dear - something failed during the build - sorry !
>>   For more help with debugging build errors, please see the section in:
>> http://wiki.documentfoundation.org/Development
>>
>>   internal build errors:
>>
>> ERROR: error 65280 occurred while making
>> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>>
>>  it seems that the error is inside 'sal', please re-run build
>>  inside this module to isolate the error and/or test your fix:
>> ---
>>
>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>> module 'clean'
>> /bin/bash
>> cd /home/luiz/libreoffice/bootstrap
>> source ./LinuxX86-64Env.Set.sh
>> cd sal
>> build
>>
>> when the problem is isolated and fixed exit and re-run 'make' from the
>> top-level
>> make: ** [all] Erro 1
>>
>>
>> --
>> Att. Luiz Henrique Natalino
>>
>>
>>
>> ___
>> LibreOffice mailing list
>> LibreOffice@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>>
>>
>


-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] error make

2011-04-13 Thread Luiz Henrique Natalino
hello people,
I'm having the following problem in the compilation, anyone know what might
be?

Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
unchanged

---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making
/home/luiz/libreoffice/bootstrap/sal/qa/osl/security

 it seems that the error is inside 'sal', please re-run build
 inside this module to isolate the error and/or test your fix:
---

rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional module
'clean'
/bin/bash
cd /home/luiz/libreoffice/bootstrap
source ./LinuxX86-64Env.Set.sh
cd sal
build

when the problem is isolated and fixed exit and re-run 'make' from the
top-level
make: ** [all] Erro 1


-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] writing project contribution

2011-04-05 Thread Luiz Henrique Natalino
hello, is there any way to write on the website of the contribution
libreoffice saying that doing? how?

thanks

-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] plugin for advanced engineering calculationsand

2011-03-29 Thread Luiz Henrique Natalino
Thank you for your attention.

I'm working on a university project, where the goal is to develop solutions
for advanced calculations. eg. (integrals, derivatives, polynomials ... etc)
 a range of funçções. But as I said do not believe it useful to go into
details of the source code. I can not script vba for this? I started
compiling the code and am downloading it is necessary?

would be interesting to have this built-in code?

I use linux:) think it will facilitate.

I intend to start as soon as possible, but as I said above ... would
be interesting
to use scripts or leave vba embedded in the source code.


Hugs;

2011/3/29 Michael Meeks 

> Hi Luiz,
>
> On Tue, 2011-03-29 at 08:08 -0300, Luiz Henrique Natalino wrote:
> > I'm having a task to develop a plugin for advanced engineering
> > calculationsand use this resource in libreoffice, like the lords of
> > the ropes.
>
>Nice ! :-) So - I guess the first question is: does it really need
> to
> be a plugin ? if these are generally useful formulae (or whatever) it
> can be best to simply have them included in the product itself.
> Inclusion really helps you - maintained by other people, helps to scale
> contribution, translation goes through the normal flow etc. etc.
>
> > 1) What do you interface development Usage?
>
>Well; VCL if you're writing C++, failing that there is some horrible
> UNO interface for VCL in the toolkit/ module.
>
> > 2) You can place this contribution in libreoffice?
>
>Of course - it is more than welcome; it needs to be dual-licensed
> MPL/LGPLv3+ to be included though - a license template is in bootstrap/
>
> > 3) where the documentation located?
>
>Good question :-) there is sparse-to-non-existent documentation
> around
> the place. Some of the UNO interfaces are documented, but in general
> asking people on IRC is a good move, and/or finding an existing plugin
> or feature that is most similar to what you want :-)
>
>First - get a build that you can compile and run, that is easiest on
> Linux of course.
>
>For calc (for example), the code is in the sc/ module - have a poke
> around in there. If you just want to add some functions scaddins/ has
> some UNO based function implementations that might be fun to base on.
>
>What else - is there an existing dialog that does something similar
> to
> what you want ? we can dig out the code for that for you to read.
>
>All the best,
>
>Michael.
>
> --
>  michael.me...@novell.com  <><, Pseudo Engineer, itinerant idiot
>
>
>


-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] plugin for advanced engineering calculationsand

2011-03-29 Thread Luiz Henrique Natalino
Hello

I'm having a task to develop a plugin for advanced engineering calculationsand
use this resource in libreoffice, like the lords of the ropes.

1) What do you interface development Usage?
2) You can place this contribution in libreoffice?
3) where the documentation located?

Thanks

-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice