Massinissa Hamidi license statement

2015-05-07 Thread Hamidi Massinissa
All my past and future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3 dual license until further notice. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Automate debugging LO

2015-04-23 Thread Hamidi Massinissa
hi, I wonder if there is a way to do some automation when debugging LO. Actually I want to put some breakpoints and print some values and for this I tried : gdb --batch --command=/tmp/test.gdb instdir/program/soffice.bin but the breakpoints I put in the file "test.gdb" are not recognized due to th

Some troubles building LO

2015-04-15 Thread Hamidi Massinissa
hi Eike, > Did you by chance build without --enable-dbgutil, then updated, then > configured with --enable-debug and --enable-dbgutil and issued make > again, without make clean? Yes you're totally right, I did not perform make clean when I switched between these two builds. But now after hours (

Some troubles building LO

2015-04-13 Thread Hamidi Massinissa
hi, I have some troubles building LibreOffice. I updated my repository and enabled the debugging support with --enable-debug and --enable-dbgutil. I have already built the project and it worked perfectly. hope someone could help. In attachment the output on the build. thanks in advance. mkdir -

pFirstVisPage and its repercussion on display

2015-04-12 Thread Hamidi Massinissa
hi, I'm new to LibreOffice and I did a modification that affects the value of pFirstVisPage in SwViewShellImp::SetFirstVisPage but, when we scroll down, this modification affects also the display of large portion of the pages (only the background appears). I know that frames (with GetNext) are inv