Re: [Libreoffice] [PUSHED][PATCH] Word count dialog modeless

2011-11-05 Thread Rodolfo
I found one issue: - When we select by shortcuts (eg, shift + left arrow) it only updates selection counts in a next selection (showing the results of the previous selection region) Regards. 2011/11/3 Jean-Baptiste Faure jbf.fa...@orange.fr: Le 03/11/2011 03:21, Matt Pratt a écrit : On

[Libreoffice] How to discover a toolbutton callback function?

2012-01-23 Thread Rodolfo
Given a label of a toolbuton how can I discover which method it trigger? I can't find the Increase Font thing (I'd like to fix this bug https://bugs.freedesktop.org/show_bug.cgi?id=35862 ) Regards, Rodolfo ___ LibreOffice mailing list LibreOffice

How to get text attributes on Writer?

2012-04-23 Thread Rodolfo
Given a certain cursor (or PaM) position on Writer, how can I get the current font height? Or check if two PaM have the same height/style? I can't understand the pool model... Thank you in advance, Rodolfo ___ LibreOffice mailing list LibreOffice

[Libreoffice] How to add new commands for Math

2011-06-10 Thread Rodolfo
it into the toolbox? Regards, Rodolfo ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] How to add new commands for Math

2011-06-12 Thread Rodolfo
it be done? And how can I got some MathType documentation to know how to export it these new data? Regards, Rodolfo 2011/6/10 Michael Meeks michael.me...@novell.com: Hi there, On Fri, 2011-06-10 at 08:56 -0300, Rodolfo wrote: Hi. I'm new here at LibO development.        Welcome ! :-) fantastic

Re: [Libreoffice] How to add new commands for Math

2011-06-18 Thread Rodolfo
Hi Regina and everyone. Indeed, the Stix fonts (STIXGeneral) work perfectly. I don't know about the metrics issues mentioned by Michael Meeks, though. Any help? Regards Rodolfo 2011/6/13 Regina Henschel rb.hensc...@t-online.de: Hi Rodolf, hi all, Rodolfo schrieb: Michael, Thank you

Re: Build error - testFdo60915

2013-03-22 Thread Rodolfo
I have the same issue here. Yes, timezone is America/Sao Paulo. But, aside the bug report, I'm a Debian-Wheezy user. About ./config_host.mk contains: export SYSTEM_ICU=NO =/ Att, Rodolfo 2013/3/22 Eike Rathke er...@redhat.com: Hi Marcos, On Friday, 2013-03-22 17:01:12 -0300, Marcos Souza

Re: Missing service SvgWriter - forgotten when rebasing with AOO

2013-03-11 Thread Rodolfo
2013/3/11 Jonathan Aquilina eagles051...@gmail.com: Its quite simple a git checkout BRANCH NAME. one thing I will admit is that im not sure how to get a list of available branches for checkout. Just do a $ git branch ___ LibreOffice mailing list

Re: Simplified Libreoffice API

2013-03-11 Thread Rodolfo
I do agree. Maybe we should start this designing the API, should we? Something easy to fetch/insert data and formatting them. 2013/3/11 Tor Lillqvist t...@iki.fi: maybe we can have two API – old for geeks and new simplified for dummies like me. Sounds like a great idea! Do you want to work

Re: Simplified Libreoffice API

2013-03-12 Thread Rodolfo
to be. Creating a new API (letting both coexist) or extending the current one - I really don't care =) I'd just love to make any extensions, and - even better - clear and readable ones. When I look at some UNO code - oh that creepy beast is my first and only thought. Regards, Rodolfo 2013/3/12 Noel Power nopo

Re: License statement

2012-12-20 Thread Rodolfo
I, Rodolfo Ribeiro Gomes, state: All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. 2012/12/19 Rodolfo rodolf...@gmail.com: All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license

Re: First steps finding regression bug(s)

2013-01-18 Thread Rodolfo
it. Looking at that screenshot on bug report, I'd say the problem is the filenames are concatenated into a single string separated by a newline character - but I don't know anything about Mac. Or the message string is just ugly ;) I hope it helps. Rodolfo 2013/1/18 Joren joren.libreoff...@telenet.be: Op

How to force RTL layout in a non-RTL locale?

2013-01-23 Thread Rodolfo
I'm trying to finish my patch, partially implemented here: https://gerrit.libreoffice.org/1785 Does anybody know how to set up my layout for RTL in order I can do my tests? If somebody could help me on to display a text with a certain (Y-coord) baseline, I'd be glad also. Regards, Rodolfo

VCL: How to know the width of a text to be drawn

2013-01-31 Thread Rodolfo
. Thank you in advance. Rodolfo ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: About b3dpolygon.cxx (basegfx)

2013-04-01 Thread Rodolfo
You're right on both cases... Em 01/04/2013 08:53, julien2412 serval2...@yahoo.fr escreveu: Hello, There are a lot of iterators stuff in core/basegfx/source/polygon/b3dpolygon.cxx, I tried to fix 'prefix ++/-- operators for non-primitive types' errors (provided by cppcheck) but I saw

Better icon names/ easier icon themes (fdo#30425)

2013-04-09 Thread Rodolfo
files)? Regards, Rodolfo P.S.: I remember I saw a wiki page about this issue, but I can't find it. Does anyone know where is it? https://bugs.freedesktop.org/show_bug.cgi?id=30425 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

Re: Better icon names/ easier icon themes (fdo#30425)

2013-04-10 Thread Rodolfo
Hi, Michael, Stefan. 2013/4/9 Michael Meeks michael.me...@suse.com: Well, we could include a text file with a mapping from uno command - image name in the code if you want; it might even not slow us down too horribly at startup if we're lucky ;-) [ perhaps we might save something from

useless definition of _SV_RULER_CXX ?

2013-02-13 Thread Rodolfo
While working on a patch, I saw this #define inside a .cxx file... [1] Some (private) methods of class Ruler are declared inside an #ifdef of it [2]. But that can be only triggered inside ruler.cxx file [1] : a trick by defining _SV_RULER_CXX right before including the header file. Is it really

class SdrResId never used

2013-02-16 Thread Rodolfo
= Regards, Rodolfo ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Navigation buttons in Writer Search bar

2013-12-05 Thread Rodolfo
called links.txt in theme directory. Example line: cmd/lc_newunocommandname.png cmd/lc_existanticon.png Sorry if I was not clear. Answering by mobile. Regards, Rodolfo. Em 05/12/2013 06:30, Samuel Mehrbrodt s.mehrbr...@gmail.com escreveu: Hi, I'm trying to add the Navigation buttons that were

Is HelpId still useful for .src files?

2013-05-25 Thread Rodolfo
MenuItem 31 { 32 Identifier = SID_FM_DELETEROWS ; 33 HelpId = HID_FM_DELETEROWS ; 34 Text [ en-US ] = Delete Rows ; 35 }; There's a lot of similar cases. Regards, Rodolfo [1] http://cgit.freedesktop.org/libreoffice/core

Re: Is HelpId still useful for .src files?

2013-05-26 Thread Rodolfo
Thank you for your reply, Markus. I have some more questions now =) 2013/5/26 Markus Mohrhard markus.mohrh...@googlemail.com: 2013/5/26 Rodolfo rodolf...@gmail.com: I wonder if helpid field could be removed also of (popup) menus defined in .SRC files. No. We only removed the old id based

Help on meanings of SDI fields

2013-05-26 Thread Rodolfo
) Regards, Rodolfo ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Help on meanings of SDI fields

2013-05-27 Thread Rodolfo
Hi Thomas. Thank you. I see some properties are obsolets. HasCoreId HasDialog RecordAbsolute Readonly That wiki article was edited in 2010. So, it should be safe to delete these. Should we do it? Regards, Rodolfo 2013/5/27 Thomas Arnhold thomas-l...@arnhold.org: Hi Rodolfo, here's a list

Re: Help on meanings of SDI fields

2013-05-27 Thread Rodolfo
Caolán, that would be ReadOnlyDoc instead of ReadOnly. Regards, Rodolfo 2013/5/27 Caolán McNamara caol...@redhat.com: On Sun, 2013-05-26 at 20:10 -0300, Rodolfo wrote: I need some help with .SDI definition syntax. Could anyone clarify me for these fields? Specially for AutoUpdate

Re: Developing without IDE

2013-05-29 Thread Rodolfo
Guillermo, http://docs.libreoffice.org/ can help you (a bit) for reference... Almost nothing is doxygen-documented but, you can find out relationships. Att, Rodolfo 2013/5/29 Bjoern Michaelsen bjoern.michael...@canonical.com: Hi, On Wed, May 29, 2013 at 10:25:36AM +0200, Guillermo Molleda

Re: Doubt about OpenSymbol and Math

2013-06-03 Thread Rodolfo
Marcos, IMO first thing to do is to check if the symbol already exists in the OpenSymbol. Maybe you just need to create interface stuff The better commit to learn how to add new symbols is this: http://cgit.freedesktop.org/libreoffice/core/commit/?id=cfc84011b3fb609ac78f35666d9aecda4ca34678 (new

(VCL) Timer vs. SalTimer

2013-11-16 Thread Rodolfo
Hi. Can you help me understand why this separation? Why not only SalTimer? I can't see any advantage in reencapsulate SalTimer.beside the getter and setters (timeout value and callback) that could be in SalTimer itself. The callback signature seems different (sal uses a void return, vcl a long

Re: OpenGL on Linux

2014-02-12 Thread Rodolfo
The only bad thing I see is not support the OpenGL-ES 2.x subset: LO won't be fully supported on tablets... Regards, Rodolfo 2014-02-11 19:10 GMT-02:00 Markus Mohrhard markus.mohrh...@googlemail.com: Hey, On Mon, Feb 10, 2014 at 7:57 PM, Anthonys Lists antli...@youngman.org.uk wrote

[Libreoffice-commits] core.git: 2 commits - svtools/inc svtools/source svx/inc svx/source sw/AllLangResTarget_sw.mk sw/Library_sw.mk sw/source

2013-03-11 Thread Rodolfo Ribeiro Gomes
insertions(+), 17 deletions(-) New commits: commit e047a967b0db8c61dc977b52f3876fc4e385ad77 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Sat Mar 9 14:08:21 2013 -0300 fdo#38246 Comment control on Writer ruler feature It follows the directions from design team available

[Libreoffice-commits] core.git: vcl/source

2013-05-20 Thread Rodolfo Ribeiro Gomes
vcl/source/gdi/impimagetree.cxx | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) New commits: commit e673655ba784bd2993fb4e364c042fbc0e938d2d Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Mon May 13 21:42:31 2013 -0300 Make some uses of OUStrings a little more

[Libreoffice-commits] core.git: vcl/source

2013-05-21 Thread Rodolfo Ribeiro Gomes
vcl/source/gdi/impimagetree.cxx | 65 +--- 1 file changed, 22 insertions(+), 43 deletions(-) New commits: commit a2c9d4f8bbde97f175bae4df771273a61251f402 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Tue May 14 20:16:02 2013 -0300 Little

[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-4-1-branch-point'

2013-05-21 Thread Rodolfo Ribeiro Gomes
Tag 'libreoffice-4-1-branch-point' created by Petr Mladek pmla...@suse.cz at 2013-05-21 11:42 -0700 Tag libreoffice-4-1-branch-point -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJRm0+lAAoJEPQ0oe+v7q6jRW0P/j27uSMEZvtUvncQTs2cgxNb

[Libreoffice-commits] core.git: vcl/inc vcl/source

2013-05-21 Thread Rodolfo Ribeiro Gomes
vcl/inc/impimagetree.hxx| 11 +--- vcl/source/gdi/impimagetree.cxx | 107 +--- 2 files changed, 53 insertions(+), 65 deletions(-) New commits: commit 330ce827f2fbc6499eddf2084f8401fcdee5103b Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date

[Libreoffice-commits] core.git: vcl/inc vcl/source

2013-05-21 Thread Rodolfo Ribeiro Gomes
vcl/inc/impimagetree.hxx|2 -- vcl/source/gdi/impimagetree.cxx | 13 - 2 files changed, 15 deletions(-) New commits: commit e8c9a6af25a7ff476e33ad239b70414168aabe3a Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Thu May 16 23:28:04 2013 -0300 Removal

[Libreoffice-commits] core.git: vcl/inc vcl/source

2013-05-21 Thread Rodolfo Ribeiro Gomes
vcl/inc/impimagetree.hxx|7 +++ vcl/source/gdi/impimagetree.cxx | 88 ++-- 2 files changed, 92 insertions(+), 3 deletions(-) New commits: commit d5151ab592367fde7db03fce81e0b76776d18216 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date

[Libreoffice-commits] core.git: officecfg/registry sfx2/sdi sfx2/source starmath/inc starmath/qa starmath/sdi starmath/source starmath/uiconfig

2013-05-30 Thread Rodolfo Ribeiro Gomes
ffc2e5be1f712b09710e2096ad2f7eb81b80118d Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Tue May 28 11:22:05 2013 -0300 Clean zoom redundances in Math and fix fdo#55929 Zoom can be handled by sfx2 in many ways: - 50%, 75%, 100%, 150%, 200% - Optimal view (fit in window) - Entire page

[Libreoffice-commits] core.git: include/sfx2 sfx2/source

2013-11-07 Thread Rodolfo Ribeiro Gomes
include/sfx2/recentdocsview.hxx|2 ++ sfx2/source/control/recentdocsview.cxx | 27 ++- 2 files changed, 28 insertions(+), 1 deletion(-) New commits: commit a29c9eff781fd6bceee5078669a53c52086b5664 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Thu

[Libreoffice-commits] core.git: sfx2/source

2013-11-10 Thread Rodolfo Ribeiro Gomes
sfx2/source/control/recentdocsview.cxx | 10 +++--- sfx2/source/control/thumbnailview.cxx |7 ++- 2 files changed, 5 insertions(+), 12 deletions(-) New commits: commit a5156a41633701fd0591640ba665fdb10221fe71 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Sun Nov 10 10

[Libreoffice-commits] core.git: sfx2/source

2013-11-11 Thread Rodolfo Ribeiro Gomes
sfx2/source/control/thumbnailview.cxx | 169 +- 1 file changed, 86 insertions(+), 83 deletions(-) New commits: commit b29464a8fa58d776279c6da0247946eefad9be00 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Mon Nov 11 22:24:20 2013 -0200 less

[Libreoffice-commits] core.git: editeng/source

2013-11-20 Thread Rodolfo Ribeiro Gomes
: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Sun Sep 15 20:24:36 2013 -0300 sal_Bool to bool in ImpEditEngine Change-Id: I76dc0343fd735104827b4803c5440570afe86174 Signed-off-by: Rodolfo Ribeiro Gomes rodolf...@gmail.com Reviewed-on: https://gerrit.libreoffice.org/6693

[Libreoffice-commits] core.git: include/vcl vcl/source

2013-11-20 Thread Rodolfo Ribeiro Gomes
include/vcl/timer.hxx| 17 ++-- vcl/source/app/timer.cxx | 92 ++- 2 files changed, 34 insertions(+), 75 deletions(-) New commits: commit 205b77054a03e7d665167d6693ebaf476773aaf2 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Sun

[Libreoffice-commits] core.git: include/svtools svtools/source

2013-11-20 Thread Rodolfo Ribeiro Gomes
include/svtools/ruler.hxx|2 +- svtools/source/control/ruler.cxx | 24 2 files changed, 13 insertions(+), 13 deletions(-) New commits: commit 912d6d171603cdc68c600ab713e22eeca2c1f58a Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Mon Nov 18 01:30

[Libreoffice-commits] core.git: sw/source

2013-11-20 Thread Rodolfo Ribeiro Gomes
sw/source/ui/misc/swruler.cxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 0b4b02d9b6cf5b939dc1522d8348e3f4d6f955d4 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Tue Nov 19 00:29:06 2013 -0200 Remove now useless RTL code-comment

[Libreoffice-commits] core.git: sw/source

2013-11-20 Thread Rodolfo Ribeiro Gomes
sw/source/ui/inc/swruler.hxx | 19 ++ sw/source/ui/misc/swruler.cxx | 54 -- 2 files changed, 60 insertions(+), 13 deletions(-) New commits: commit 55716b1ed969073f273c00baedb56d8f5de93761 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com

[Libreoffice-commits] core.git: sw/source

2013-11-26 Thread Rodolfo Ribeiro Gomes
sw/source/ui/dbui/mailmergechildwindow.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit eda8111fdf9b1c69935237106a73d1c53c2776e1 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Mon Nov 25 23:34:09 2013 -0200 Mailmerge shows wrong number of emails

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sw/source

2013-11-26 Thread Rodolfo Ribeiro Gomes
sw/source/ui/dbui/mailmergechildwindow.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit aa3297af50b9a197428565bb927cf566a9198435 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Mon Nov 25 23:34:09 2013 -0200 Mailmerge shows wrong number of emails

[Libreoffice-commits] core.git: sc/source

2013-10-28 Thread Rodolfo Ribeiro Gomes
commits: commit 8a82cacc668268be2fd5471fe4357d52c4372241 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Mon Oct 28 21:15:56 2013 -0200 sal_Bool to bool in ScHeaderControl Change-Id: I8f5b9207f5634e3ff2c55d7cf9372c8caad0ed23 Reviewed-on: https://gerrit.libreoffice.org

[Libreoffice-commits] core.git: sc/source

2013-11-04 Thread Rodolfo Ribeiro Gomes
(-) New commits: commit b64d19a6520871eaee908c79e9aaf76ee477e143 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Sat Nov 2 23:37:34 2013 -0200 German translations and minor clean-up in ScHeaderControls Some methods properly defined as const methods Change-Id

[Libreoffice-commits] core.git: sc/source

2013-11-04 Thread Rodolfo Ribeiro Gomes
sc/source/ui/view/hdrcont.cxx |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) New commits: commit 0432f847bba2e2d074d72a9ff794d680e0f46785 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Sun Nov 3 22:57:26 2013 -0200 minor cleanup in ScHeaderControl: nCount

[Libreoffice-commits] core.git: vcl/source

2013-09-19 Thread Rodolfo Ribeiro Gomes
vcl/source/gdi/impimagetree.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 58d8a11a1b44d5f07c43f96c7e4ab03dc549ef27 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Sat Sep 14 19:27:50 2013 -0300 Theme icons are loaded only once

[Libreoffice-commits] core.git: icon-themes/crystal icon-themes/galaxy icon-themes/hicontrast icon-themes/human icon-themes/industrial icon-themes/oxygen icon-themes/tango icon-themes/tango_testing

2014-02-10 Thread Rodolfo Ribeiro Gomes
-themes/tango/cmd/lc_zoomoptimal.png |binary icon-themes/tango/cmd/lc_zoomoptimal.xcf.bz2 |binary icon-themes/tango_testing/cmd/lc_zoomoptimal.png |binary 13 files changed New commits: commit aee6ad3022b4ba4a19e13cad81ab974ef4ba1724 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com

[Libreoffice-commits] core.git: officecfg/registry

2014-02-18 Thread Rodolfo Ribeiro Gomes
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 10 -- 1 file changed, 10 deletions(-) New commits: commit 2c9c54285b952b59b5262500089c9c1a7902deb2 Author: Rodolfo Ribeiro Gomes rodolf...@gmail.com Date: Tue Feb 11 21:49:08 2014 -0200 Removes bogus UNO

[Libreoffice-commits] core.git: Changes to 'refs/changes/49/3949/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/6695/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/48/1348/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/49/3949/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/13/4113/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/26/6626/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/6695/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/13/4113/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/17/4117/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/52/1452/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/17/4117/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/76/4076/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/52/3952/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/13/4113/3'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/17/4117/4'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/52/3952/3'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/53/3953/3'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/76/4076/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/52/1452/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/53/3953/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/17/4117/3'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/29/6629/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/93/6693/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/06/8506/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/29/6629/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/00/8000/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/53/3953/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/43/5943/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/06/8506/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/37/6537/4'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/51/3951/3'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/51/3951/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/85/1785/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/85/1785/4'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/12/1412/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/51/3951/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/85/1785/3'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/16/6716/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/50/3950/3'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/37/6537/3'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/85/1785/5'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/85/1785/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/10/6610/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/12/1412/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/50/3950/1'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/16/6716/2'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/51/3951/4'

2014-09-29 Thread Rodolfo Ribeiro Gomes
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

  1   2   >