error in svx/source/svdraw/svdmrkv

2013-05-20 Thread jorge ivan poot diaz
Hi all, I'm building the source code, but I have the following error: (I'am building on ubuntu) make: *** Warning: .LOW_RESOLUTION_TIME file `/home/ivan/aoo/main/solver/400/unxlngi6.pro/inc/svx/zoomslideritem.hxx' has a high resolution time stamp make: *** Warning: .LOW_RESOLUTION_TIME file `/ho

Re: ERROR: error 65280 occurred while making home//aoo/main/svx/prj

2013-05-20 Thread jorge ivan poot diaz
_TIME file `/home/ivan/aoo/main/solver/400/unxlngi6.pro/inc/svx/svx.sdi' has a high resolution time stamp make: *** Warning: .LOW_RESOLUTION_TIME file `/home/ivan/aoo/main/solver/400/unxlngi6.pro/inc/svx/svxitems.sdi' has a high resolution time stamp make: *** Warning: .LOW_RESOLUTION_TIME

ERROR: error 65280 occurred while making home//aoo/main/svx/prj

2013-05-17 Thread jorge ivan poot diaz
Hello, I have the following error when I build AOO: http://ooo.pastebin.ca/2377453 I'm building on Ubuntu. What could be the solution? What causes this error? Help me Regards

Re: svn commit: r1483216 - /openoffice/trunk/main/sal/inc/rtl/string.hxx

2013-05-16 Thread jorge ivan poot diaz
Hello Ariel, In my local directory: size_t operator()( const char* p) const { size_t n = 0; while( *p) n += 4*n + *static_cast(p++); return n; I have already made the change, but the error persists. (pastebin, do not open the page) but here is the error: http

error module sal

2013-05-16 Thread jorge ivan poot diaz
Hello everyone, In the build: there is an error = Building module sal = Entering /home/ivan/aoo/main/sal/inc Entering /home/ivan/aoo/main/sal/typesconfig Entering /home/ivan/aoo/main/sal/textenc Making:all_textenc.dpslo Making:all_textenc.dpobj Entering /ho

Re: FormatArea Draw

2013-05-15 Thread jorge ivan poot diaz
toolbars with an icon? Or what files work on this xml file and xcu file? Regards. 2013/4/14 Ariel Constenla-Haile > On Sat, Apr 13, 2013 at 01:35:55PM -0500, jorge ivan poot diaz wrote: > > Hello Ariel, > > > may be you can simply > > > append a number when the

Re: OUStringBuffer

2013-05-07 Thread jorge ivan poot diaz
st digit of the string String : world1695 Is : 0 String : world3184 Is : 0 ivan@ivan-Presario-CQ43-Notebook-PC:~$ The idea is that String : world3184 Is : 4 Any ideas why not return a numeric value? Regards 2013/5/6 Regina Henschel > Hi Jorge, > > > jorge ivan poot diaz schrieb:

Re: OUStringBuffer

2013-05-06 Thread jorge ivan poot diaz
String argument: > >UniString( buf.makeStringAndClear() ) > > [1] http://opengrok.adfinis-**sygroup.org/source/xref/aoo-** > trunk/main/tools/inc/tools/**solar.h#269<http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/tools/inc/tools/solar.h#269> > > Hope t

Re: OUStringBuffer

2013-04-25 Thread jorge ivan poot diaz
c/svx/xtable.hxx#57 Regards. 2013/4/25 Regina Henschel > Hi, > > jorge ivan poot diaz schrieb: > > I have doubts about using >> class OUStringBuffer >> > > You should be more specific about your problem. Do you need help in > understanding the desc

Re: std::stringstream aStrStream

2013-04-25 Thread jorge ivan poot diaz
om OString. -- I found this fragment of code (above), it is interesting, I want to know if there is a function to STRING. 2013/4/20 Ariel Constenla-Haile > On Fri, Apr 19, 2013 at 11:59:41AM -0500, jorge ivan poot diaz wrote: > > std::stringstream aS; > [...] >

OUStringBuffer

2013-04-24 Thread jorge ivan poot diaz
I have doubts about using class OUStringBuffer I want to implement this code: x = new OUStringBuffer().append("a").append(4).append("c").toString(); (one example) This snippet, missing something? (A declaration of variables?) I need to include libraries or something? Help me, regards.

Re: std::stringstream aStrStream

2013-04-19 Thread jorge ivan poot diaz
But this does not work, in building generates error: http://imagebin.org/254616 It could be the type of variable? How is the conversion from stringstream to string, is ok? 2013/4/18 Andre Fischer > On 18.04.2013 04:51, jorge ivan poot diaz wrote: > >> Hello, >> >> Tha

Re: std::stringstream aStrStream

2013-04-17 Thread jorge ivan poot diaz
lt; aName << " genial!" <http://imagebin.org/254440 What causes this? Could be some error in the code or in the concatenation? 2013/4/17 Andre Fischer > On 17.04.2013 17:09, jorge ivan poot diaz wrote: > >> I don't see a definition of aName, but from

Re: std::stringstream aStrStream

2013-04-17 Thread jorge ivan poot diaz
om the picture, I already made the change, but I have the following error: http://imagebin.org/254357 I try with aEdtName.GetText () instead of aName.getStr() but yet does not compile: http://imagebin.org/254361 Help, ragards. 2013/4/17 Andre Fischer > On 17.04.2013 01:46, jorge ivan poot di

std::stringstream aStrStream

2013-04-16 Thread jorge ivan poot diaz
Hello, I am modifying this code in AOO: http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/cui/source/tabpages/tpcolor.cxx#465 I'm trying to concatenate with stringstream but I have errors when I'am building: 1- I already included: #include 2- I have added the following code: http:

Re: FormatArea Draw

2013-04-13 Thread jorge ivan poot diaz
s number? 2013/4/12 Ariel Constenla-Haile > Hi Ivan, > > On Fri, Apr 12, 2013 at 07:51:32PM -0500, jorge ivan poot diaz wrote: > > Hello, Ariel > > I want to do: the new color is added with a number: > > Here a picture, > > http://imageb

Re: tpcolor - aName

2013-04-12 Thread jorge ivan poot diaz
> Do you want to see the value of this variable inside the debugger (gdb)? Yes . How I can do this? 2013/4/11 Ariel Constenla-Haile > Hi Jorge, > > On Wed, Apr 10, 2013 at 09:12:18PM -0500, jorge ivan poot diaz wrote: > > Hello, > > I am modifying this code

Re: Random Numbers

2013-04-12 Thread jorge ivan poot diaz
Ok. Thanks. 2013/4/11 Ariel Constenla-Haile > Hi Jorge, > > On Thu, Apr 11, 2013 at 07:16:02PM -0500, jorge ivan poot diaz wrote: > > Hello, > > I have this code, I try to generate random numbers, but I have problems > when > > I build: > >

Re: FormatArea Draw

2013-04-12 Thread jorge ivan poot diaz
Mar 30, 2013 at 01:38:34PM -0600, jorge ivan poot diaz wrote: > > Hello Ariel, > > > > This I am doing as a project that I have been assigned by Alexandro > > Colorado. > > > > > ---

Random Numbers

2013-04-11 Thread jorge ivan poot diaz
Hello, I have this code, I try to generate random numbers, but I have problems when I build: protected double getRandomDouble() { return (maRandom.nextInt(1000) * maRandom.nextDouble()); } Here is the error: /home/ivan/aoo/main/cui/source/tabpages/tpcolor.cxx: In member function 'long in

tpcolor - aName

2013-04-10 Thread jorge ivan poot diaz
Hello, I am modifying this code into the source code AOO http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/cui/source/tabpages/tpcolor.cxx#465 I want to know how I can see the value of variables or just know that you value. For example this code fragment: ConvertColorValues (aAktue

tpcolor.cxx

2013-04-04 Thread jorge ivan poot diaz
Hello I've made changes to the module cui (tpcolor.cxx): http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/cui/source/tabpages/tpcolor.cxx#465 I want to know which modules should I build or explain me what modules are built by editing the file tpcolor.cxx and why? Regards.

Re: Error 1 module(s): odk

2013-04-03 Thread jorge ivan poot diaz
egards 2013/4/3 Jürgen Schmidt > On 4/3/13 3:00 PM, jorge ivan poot diaz wrote: > > Hello, > > > > I'm building in AOO source code, but I have a error in the module odk: > > > > Here the error: > > > > Entering /home/ivan/aoo/main/o

Re: Error 1 module(s): odk

2013-04-03 Thread jorge ivan poot diaz
Here is a picture: http://imagebin.org/252637 2013/4/3 jorge ivan poot diaz > Hello, > > I'm building in AOO source code, but I have a error in the module odk: > > Here the error: > > Entering /home/ivan/aoo/main/odk/util > > dmake: Error: -- > `

Error 1 module(s): odk

2013-04-03 Thread jorge ivan poot diaz
Hello, I'm building in AOO source code, but I have a error in the module odk: Here the error: Entering /home/ivan/aoo/main/odk/util dmake: Error: -- `../examples/cpp/StatusbarController/WordCountStatusbarController/WordCountDispatch.hxx' not found, and can't be made 1 module(s): odk need(

Re: FormatArea Draw

2013-03-30 Thread jorge ivan poot diaz
I want to learn how to relate the dialog code to the programing logic. As I can find the other functionalities. 2013/3/30 jorge ivan poot diaz > Sorry, you are right. I mistyped, English is not my native language. I > found the idea on the ideastorm and found it interesting to

Re: FormatArea Draw

2013-03-30 Thread jorge ivan poot diaz
Sorry, you are right. I mistyped, English is not my native language. I found the idea on the ideastorm and found it interesting to try it. 2013/3/30 Alexandro Colorado > On Sat, Mar 30, 2013 at 1:38 PM, jorge ivan poot diaz < > ivan.pootd...@gmail.com> wrote: > > > Hello

Re: FormatArea Draw

2013-03-30 Thread jorge ivan poot diaz
you tell me where is the code that acts on these files .soc, other words where is the code that generates or sends the new color to these files soc. Regards. 2013/3/19 Ariel Constenla-Haile > On Tue, Mar 19, 2013 at 07:56:34PM -0600, jorge ivan poot diaz wrote: > > hello, > > &

Re: Update source code

2013-03-28 Thread jorge ivan poot diaz
> Do you want to update the source code on your local machine by the current version of our source code version control repository? I want to do this. Thank you Regards. 2013/3/28 Oliver-Rainer Wittmann > Hi, > > > On 27.03.2013 19:03, jorge ivan poot diaz wrote: > >

Re: Update source code

2013-03-27 Thread jorge ivan poot diaz
I want to update the source code AOO. How I can do this? 2013/3/27 jorge ivan poot diaz > > Hello > I want to update the source code. > I'm working on ubuntu: > Distributor ID:Ubuntu > Description:Ubuntu 12.04.1 LTS > Release:12.04 > Codename:

Update source code

2013-03-27 Thread jorge ivan poot diaz
Hello I want to update the source code. I'm working on ubuntu: Distributor ID:Ubuntu Description:Ubuntu 12.04.1 LTS Release:12.04 Codename:precise How I can do this? Help me. Regards

Re: FormatArea Draw

2013-03-18 Thread jorge ivan poot diaz
/tabarea.src#1426> > TabStop > <http://opengrok.adfinis-sygroup.org/source/s?defs=TabStop&project=aoo-trunk> > = TRUE > <http://opengrok.adfinis-sygroup.org/source/s?defs=TRUE&project=aoo-trunk> > ;1427 > <http://opengrok.adfinis-sygroup.org/sou

Re: FormatArea Draw

2013-03-18 Thread jorge ivan poot diaz
Ariel Constenla-Haile > On Thu, Mar 14, 2013 at 09:08:33PM -0600, jorge ivan poot diaz wrote: > >Hello again, > > > >I have doubts about the Color dialog box: Attached the link below of > the > >color dialog > > > >http://imagebin.org/250306

Re: FormatArea Draw

2013-03-14 Thread jorge ivan poot diaz
<http://imagebin.org/250306> http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/svtools/source/dialogs/colrdlg.cxx <http://imagebin.org/250306> To register the colors, What services are used? Regards. 2013/3/14 jorge ivan poot diaz > Hello, > > I have doubts a

Re: FormatArea Draw

2013-03-14 Thread jorge ivan poot diaz
Hello, I have doubts about the Format dialog box: -> Colors Where is the code of this dialog box in the source code? [image: Imagen integrada 1] Regards. 2013/3/11 Ariel Constenla-Haile > Hi Ivan, > > On Mon, Mar 11, 2013 at 09:49:51PM -0600, jorge ivan poot diaz wrote: > &

Re: TOOLS DRAW

2013-03-07 Thread jorge ivan poot diaz
. Regards. 2013/3/7 jorge ivan poot diaz > Hello, > > I already modify the source code: > ivan@ivan-Presario-CQ43-Notebook-PC:~/aoo/main/sd/uiconfig/sdraw/menubar$ > gedit menubar.xml > > &

Re: TOOLS DRAW

2013-03-07 Thread jorge ivan poot diaz
ostprocess if are building Help me. 2013/2/28 Ariel Constenla-Haile > Hi Ivan, > > On Thu, Feb 28, 2013 at 12:03:43AM -0600, jorge ivan poot diaz wrote: > > Hello, > > > > ivan@ivan-Presario-CQ43-Notebook-PC > :~/aoo/main/officecfg/registry/data/org/openoffice/Office

Re: TOOLS DRAW

2013-02-27 Thread jorge ivan poot diaz
> Hi Ivan, > > On Tue, Feb 26, 2013 at 04:32:15PM -0600, jorge ivan poot diaz wrote: > > Hello, > > > > I try to change the name of a menu in draw. Only I want to learn how it > > works source code. > > > > I try to change: in DRAW > > > >

Re: Tutorial UNO IDL

2013-02-22 Thread jorge ivan poot diaz
Hello Ariel, I need help making a tutorial. Can you help me? http://wiki.openoffice.org/wiki/Tutorial_Build I want to move faster. # es.openoffice.org 2013/2/21 jorge ivan poot diaz > Hello Ariel, > > I understand that these tutorials are too old. In your opinion, what > would

Re: Tutorial UNO IDL

2013-02-21 Thread jorge ivan poot diaz
x27;m too slow with tutorials. 2013/2/21 jorge ivan poot diaz > I have completed this tutorial, only in this part: > > --- offapi/com/sun/star/ui/dialogs/XExecutableDialog.idl2004-06-04 > 07:19:19.0 +0530 > +++ offapi/com/sun/star/ui/dialogs/XHelloWorldDialog.idl

Re: Tutorial UNO IDL

2013-02-21 Thread jorge ivan poot diaz
> On 2/21/13 10:12 AM, Ariel Constenla-Haile wrote: > > On Thu, Feb 21, 2013 at 09:01:14AM +0100, Jürgen Schmidt wrote: > >> On 2/21/13 4:44 AM, jorge ivan poot diaz wrote: > >>> Hello Juergen, What do you mean: > >>>> A little bit more work... Let

Re: Tutorial UNO IDL

2013-02-20 Thread jorge ivan poot diaz
Hello Juergen, What do you mean: >A little bit more work... Let me check the tutorial later ... How I can solve this compatibility issue? Would you kindly tell me step by step how to solve it, please. 2013/2/20 Juergen Schmidt > Am Mittwoch, 20. Februar 2013 um 01:55 schrieb jorge iva

Re: Tutorial About

2013-02-15 Thread jorge ivan poot diaz
Hello Ariel, You can connect to the channel that you said before: irc://irc.freenode.net/dev.openoffice.org I would like you to help me! 2013/2/15 jorge ivan poot diaz > Hello Ariel, > > I have many questions about what I'm doing, > After making the necessary modification

Re: Tutorial About

2013-02-15 Thread jorge ivan poot diaz
The tutorial is this: http://wiki.openoffice.org/wiki/Tutorial_About 2013/2/15 Ariel Constenla-Haile > Hi Jorge, > > On Fri, Feb 15, 2013 at 04:56:57PM -0600, jorge ivan poot diaz wrote: > > Hello Ariel, > > > > Yet I can not update from basis3.4 to basis4. I want to

Re: Tutorial About

2013-02-15 Thread jorge ivan poot diaz
Hello Ariel, Yet I can not update from basis3.4 to basis4. I want to know the steps to do this. Please explain me step by step, that I understand. Why instead of have basis4 I have basis3.4? 2013/2/15 jorge ivan poot diaz > Hello Ariel, > > > output of > > cd > svn in

Re: Tutorial About

2013-02-14 Thread jorge ivan poot diaz
of last change: 1439888 Date of last change: 01/29/2013 7:32:36 -0600 (Tue 29 Jan 2013) 2013/2/14 jorge ivan poot diaz > I have this subversion: > > svn co https://svn.apache.org/repos/asf/openoffice/trunk > > My question again, is how I can update basis3.4. to basis4? Explain me

Re: Tutorial About

2013-02-14 Thread jorge ivan poot diaz
I have this subversion: svn co https://svn.apache.org/repos/asf/openoffice/trunk My question again, is how I can update basis3.4. to basis4? Explain me step by step please. 2013/2/14 Ariel Constenla-Haile > On Thu, Feb 14, 2013 at 09:05:55PM -0600, jorge ivan poot diaz wrote: > &

Re: Tutorial About

2013-02-14 Thread jorge ivan poot diaz
Hello Ariel, How I can update 3.5 to 4.0? I would like to know step by step how to do this. Help me. 2013/2/14 Herbert Dürr > On 2013/02/14 2:27 AM, jorge ivan poot diaz wrote: > >> How I can do a debug mode? >> Where I can find more information about the debug

Re: Tutorial About

2013-02-13 Thread jorge ivan poot diaz
information about the debug mode? Where there is more current tutorials that this tutorial about? Where I can find more tutorials updated to make them? 2013/2/12 Ariel Constenla-Haile > Hi Jorge, > > On Tue, Feb 12, 2013 at 08:06:11PM -0600, jorge ivan poot diaz wrote: > > Hello Ariel

Re: Tutorial About

2013-02-12 Thread jorge ivan poot diaz
Hello Ariel, I did the patch you told me, but I have not results. I would like to know what would be the equivalent of a code tutorial about for this new source code to generate the button. 2013/2/12 Ariel Constenla-Haile > Hi Jorge, > > On Tue, Feb 12, 2013 at 12:06:12AM -0600, j

Re: Tutorial About

2013-02-11 Thread jorge ivan poot diaz
Here are the patch. 2013/2/12 jorge ivan poot diaz > Here is the changes I made, I declare the button according to the tutorial > , but I have not the expected results. > > http://ooo.pastebin.ca/2313036 > http://ooo.pastebin.ca/2313037 > > The changes I have done well,

Re: Tutorial About

2013-02-11 Thread jorge ivan poot diaz
Here is the changes I made, I declare the button according to the tutorial, but I have not the expected results. http://ooo.pastebin.ca/2313036 http://ooo.pastebin.ca/2313037 The changes I have done well, as each code I put it where it belongs. 2013/2/11 jorge ivan poot diaz > I underst

Re: Tutorial About

2013-02-11 Thread jorge ivan poot diaz
I understand the changes but that should not impede the buttons may not work as I applied the instructions in the required classes. So why not work? 2013/2/11 Ariel Constenla-Haile > On Mon, Feb 11, 2013 at 11:26:22PM -0300, Ariel Constenla-Haile wrote: > > ]$ cd /main/cui > > ]$ cat | patch -

Re: Tutorial Impress

2013-02-06 Thread jorge ivan poot diaz
gt; > > Kay Schenk schrieb: > > > > On Tue, Feb 5, 2013 at 9:30 AM, jorge ivan poot diaz < > >> ivan.pootd...@gmail.com> wrote: > >> > >> I'm in this tutorial but my question is: > >>> > >>> 1. What will I do with the codes?

Re: ERROR: File not found: odkcommon.zip & odkexamples.zip

2013-02-04 Thread jorge ivan poot diaz
Thanks Ariel, build all finally succeeded. 2013/2/4 Ariel Constenla-Haile > Hi, > > On Mon, Feb 04, 2013 at 02:18:54PM -0600, jorge ivan poot diaz wrote: > > I have the following error, help me: > > > > ERROR: The following files could not be found: > > ERR

ERROR: File not found: odkcommon.zip & odkexamples.zip

2013-02-04 Thread jorge ivan poot diaz
I have the following error, help me: ERROR: The following files could not be found: ERROR: File not found: odkcommon.zip ERROR: File not found: odkexamples.zip ... cleaning the output tree ... ... removing directory /tmp/ooopackaging/i_103681360008041 ... *

Re: 1 module(s): instsetoo_native need(s) to be rebuilt

2013-02-02 Thread jorge ivan poot diaz
can resume the build by running: build --all:instsetoo_native 2013/2/2 Ariel Constenla-Haile > Hi Jorge, > > On Sat, Feb 02, 2013 at 04:47:54PM -0600, jorge ivan poot diaz wrote: > > I already run: > > ./configure --with-epm-url= > > http://ftp.easysw.com/pub/epm/3.

Re: 1 module(s): instsetoo_native need(s) to be rebuilt

2013-02-02 Thread jorge ivan poot diaz
Haile > Hello Jorge, > > On Sat, Feb 02, 2013 at 03:28:53PM -0600, jorge ivan poot diaz wrote: > > I have the following error, help me: > > > > ERROR: ERROR: More than one new package in directory > > This might be because you are using the epm from your distro. The bui

Re: Ubuntu Build Instructions

2013-01-30 Thread jorge ivan poot diaz
Hello Herbert Duerr, Thank you for your help. I sorry for not write good my questions. The number 3: - Lack requirement to install? Regards Ivan Poot 2013/1/30 AlanSan > Le 01/29/2013 09:41 PM, jorge ivan poot diaz a écrit : > > Hello >> I have a problem: Ubuntu Build Instr

Re: New volunteers from Mexico

2013-01-28 Thread jorge ivan poot diaz
Good night greetings from Mexico. Thank you for giving us this opportunity to be part of OpenOffice. We are convinced that we can help and contribute to the community. We are at your service in what you want and we can help. Regards, Ivan POOT. 2013/1/28 jdaniel.alvaro > Good night in Mexico

Re: SVN

2013-01-26 Thread jorge ivan poot diaz
ll > be stored to your local file ...if you need more help like getting started > ... > 1.You can start working on the codes and if you are a svn member you would > be able toadd those files changes to the tree by using commit on svn > > SO can you define more about your usa