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

2015-04-08 Thread Noel Grandin
ucb/source/core/ucb.hxx |2 ucb/source/ucp/cmis/cmis_content.hxx |2 ucb/source/ucp/file/bc.cxx| 10 - ucb/source/ucp/file/filid.cxx |6 ucb/source/uc

[Bug 55410] on windows automatically fill in the default user's name into tools->options->user data

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55410 --- Comment #12 from Stephan Bergmann --- See createInstance in shell/source/backends/desktopbe/desktopbackend.cxx. The code you modified in Default::getPropertyValue would only get used on Linux if your desktop environment did not match

[Libreoffice-commits] core.git: 9 commits - cppuhelper/source idlc/source include/registry include/sfx2 registry/source registry/test registry/tools registry/workben sfx2/source stoc/source stoc/test

2015-04-08 Thread Noel Grandin
cppuhelper/source/servicemanager.cxx | 28 +- idlc/source/astconstant.cxx |2 idlc/source/astdump.cxx | 64 +++--- idlc/source/astenum.cxx |6 idlc/source/astinterface.cxx |8 idlc/source/ast

LibreOffice Gerrit News for core on 2015-04-09

2015-04-08 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + add Product function to Subtotals UI in https://gerrit.libreoffice.org/15210 from Clément Lassieur about module sc + tdf#90447 vba find() should NOT select the

[Bug 55410] on windows automatically fill in the default user's name into tools->options->user data

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55410 --- Comment #11 from Brent Ritzema --- Okay so I went onto linux to see if my code would even work first.. And I ended up changing my code to this: if ( PropertyName == "givenname") { return css::uno::makeAny(OUString("brent")

[Libreoffice-commits] core.git: 10 commits - cui/source include/sfx2 include/svtools include/svx sfx2/source svtools/source svx/source sw/source

2015-04-08 Thread Tomaž Vajngerl
cui/source/customize/acccfg.cxx | 1334 -- include/sfx2/templdlg.hxx | 11 include/svtools/svlbitm.hxx | 173 ++-- include/svtools/treelistbox.hxx | 38 include/svx/tbcontrl.hxx | 111 +- sfx2/source/dialog/temp

Asan crashtest results

2015-04-08 Thread Crash Testing
Hey, and once again a full run with Asan. A run with ubsan will follow next week. Attached are import and export crashes. Regards, Markus Crash:/srv/crashtestdata/files/docx/fdo82018-3.docx through disposed Crash:/srv/crashtestdata/files/docx/fdo53175-1.docx through disposed Crash:/srv/crashtest

Re: [Patch] Removed inheritance from std vector and std map.

2015-04-08 Thread Markus Mohrhard
Hey, so this is the wrong format to submit patches. The preferred way is to use gerrit and follow the instructions at https://wiki.documentfoundation.org/Development/gerrit There is still the discouraged way of attaching the result of got format-patch to a mail but if possible please use gerrit.

[Patch] Removed inheritance from std vector and std map.

2015-04-08 Thread Delveri chick
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index c601fb1..807b861 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -88,8 +88,8 @@ protected: virtual void ReadAttributesSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm ); public: -

Re: [PATCH] Remove Inheritance from std::vector

2015-04-08 Thread Delveri chick
This is weird. This is the not what I intended to submit. Obviously this won't compile. 2015-04-08 22:22 GMT+01:00 Delveri chick : > diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx > index c601fb1..807b861 100644 > --- a/idl/inc/basobj.hxx > +++ b/idl/inc/basobj.hxx > @@ -88,8 +88,8 @@ prote

[Libreoffice-commits] core.git: include/LibreOfficeKit

2015-04-08 Thread Tor Lillqvist
include/LibreOfficeKit/LibreOfficeKitInit.h |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit c68051372c88c20d24f387007b6be913bdee8370 Author: Tor Lillqvist Date: Thu Apr 9 00:51:29 2015 +0300 WaE: ‘LibreOfficeKit* lok_init(const char*)’ defined but not

[PATCH] Remove Inheritance from std::vector

2015-04-08 Thread Delveri chick
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index c601fb1..807b861 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -88,8 +88,8 @@ protected: virtual void ReadAttributesSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm ); public: -

QA Meeting Minutes - 2015-04-08

2015-04-08 Thread Robinson Tryon
Hi all, Please find QA Meeting Minutes here: https://wiki.documentfoundation.org/QA/Meetings/2015/April_08 Our next meeting will be on April 22nd, although I'll be travelling on that day and may have trouble joining y'all in IRC (I know -- it's so sad...): https://wiki.documentfoundation.org/QA/M

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

2015-04-08 Thread Julien Nabet
editeng/source/uno/unofield.cxx |4 1 file changed, 4 insertions(+) New commits: commit 8959ace44076273fc5398e8973005f5ba159b6c0 Author: Julien Nabet Date: Wed Apr 8 23:01:14 2015 +0200 Related tdf#88056: Add a warning when id service unknown Change-Id: I6e027027e78770e3

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

2015-04-08 Thread Tor Lillqvist
desktop/source/lib/init.cxx | 21 +--- include/LibreOfficeKit/LibreOfficeKitInit.h | 36 ++-- 2 files changed, 46 insertions(+), 11 deletions(-) New commits: commit 5cc0da153e8516a11bbd3e5809e8dcaf0b0dc7d9 Author: Tor Lillqvist Date: Wed

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 2 commits - sc/source

2015-04-08 Thread Jan Holesovsky
sc/source/ui/unoobj/docuno.cxx |9 - sc/source/ui/view/gridwin.cxx | 64 ++--- sc/source/ui/view/gridwin4.cxx | 15 - 3 files changed, 55 insertions(+), 33 deletions(-) New commits: commit 08f4e8517bb450db82f9d4b51f8825b6c3d7c54d Author: Ja

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

2015-04-08 Thread Jan Holesovsky
sc/source/ui/unoobj/docuno.cxx |9 - sc/source/ui/view/gridwin.cxx | 64 ++--- sc/source/ui/view/gridwin4.cxx | 15 - 3 files changed, 55 insertions(+), 33 deletions(-) New commits: commit 69b505553331480c0ab97e3776ba31ef11e649a3 Author: Ja

Overloaded Constructors Patch

2015-04-08 Thread Delveri chick
diff --git a/idl/inc/bastype.hxx b/idl/inc/bastype.hxx index 2252f9a..fde017a 100644 --- a/idl/inc/bastype.hxx +++ b/idl/inc/bastype.hxx @@ -73,6 +73,10 @@ class SvIdentifier private: OString m_aStr; public: +SvIdentifier(OString str) +{ +m_aStr = str; +} SvIdentifie

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

2015-04-08 Thread Caolán McNamara
sw/source/filter/ww8/ww8atr.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 9c0788f545a9276d18060965794143179917e766 Author: Caolán McNamara Date: Wed Apr 8 20:34:35 2015 +0100 fix assert on exporting fdo79938-1.ott to .doc Change-Id: I93f3

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

2015-04-08 Thread Eike Rathke
sc/source/core/tool/compiler.cxx | 200 +-- 1 file changed, 171 insertions(+), 29 deletions(-) New commits: commit e94ad965f877ad6a860273c5fed94416998678cf Author: Eike Rathke Date: Wed Apr 8 20:44:04 2015 +0200 TableRef: add pointers to documentation

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

2015-04-08 Thread Miklos Vajna
sw/inc/IDocumentContentOperations.hxx |7 ++- sw/source/core/doc/DocumentContentOperationsManager.cxx |4 ++-- sw/source/core/doc/doccomp.cxx |4 ++-- sw/source/core/doc/docglos.cxx |2 +- sw/source/core/doc/do

Re: Information about our work on Libreoffice

2015-04-08 Thread Juergen Funk Mailinglist
Hi Michael, I have make the current master (Linux, Windows) and it works, nothing black? I think this patch: http://cgit.freedesktop.org/libreoffice/core/commit/?id=eb61e1c00365337cde 3aff45b5a9f362951abd62 is solved the problem of black background in list- entries. Juergen > > -Ursp

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

2015-04-08 Thread Caolán McNamara
sw/source/ui/chrdlg/drpcps.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 3629a6a3706febac5a444e77003f4959126fe6f5 Author: Caolán McNamara Date: Fri Apr 3 16:25:13 2015 +0100 Resolves: tdf#83977 Push/Pop before/after messing with the cursor

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

2015-04-08 Thread Christoph Lutz
sw/source/uibase/uno/unomailmerge.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 098d08d6af951afa4f20f6f7883f6c9d34e87e11 Author: Christoph Lutz Date: Wed Apr 8 14:57:28 2015 + MM: fixed invalid UNO-Reference as return value of UNO MailMergeService

[Libreoffice-commits] core.git: 7 commits - include/svl solenv/gdb svl/README svl/source xmloff/source

2015-04-08 Thread Michael Stahl
include/svl/itemiter.hxx | 35 +- include/svl/itemset.hxx | 22 - solenv/gdb/libreoffice/svl.py | 82 ++ svl/README|4 svl/source/items/itemiter.cxx | 30 +- svl/source/items/itemset.cxx | 559 ++ xmloff/sour

[Bug 43157] Clean up OSL_ASSERT, DBG_ASSERT, etc.

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43157 Commit Notification changed: What|Removed |Added Whiteboard|EasyHack DifficultyBeginner |EasyHack DifficultyBeginner

[Bug 43157] Clean up OSL_ASSERT, DBG_ASSERT, etc.

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43157 --- Comment #39 from Commit Notification --- Jorge Cunha Mendes committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=c2254a12df715f3220f8c070be02b754d6375b40 td

[Libreoffice-commits] core.git: sal/osl

2015-04-08 Thread Jorge Cunha Mendes
sal/osl/unx/socket.cxx | 193 + 1 file changed, 100 insertions(+), 93 deletions(-) New commits: commit c2254a12df715f3220f8c070be02b754d6375b40 Author: Jorge Cunha Mendes Date: Fri Apr 3 00:09:33 2015 +0100 tdf#43157: remove osl/diagnose.h

Re: Jorge Mendes license statement

2015-04-08 Thread Stephan Bergmann
On 04/02/2015 08:06 PM, Jorge Mendes wrote: All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. put on file at _

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - sw/qa

2015-04-08 Thread Miklos Vajna
sw/qa/extras/tiledrendering/tiledrendering.cxx | 18 ++ 1 file changed, 18 insertions(+) New commits: commit 1d03fa7dced74c5ee2c5035d31610e88d6ca8610 Author: Miklos Vajna Date: Wed Apr 8 17:48:21 2015 +0200 Add SwXTextDocument::postKeyEvent() testcase. Change-Id

[Libreoffice-commits] core.git: basic/source canvas/source dbaccess/source extensions/source include/com include/comphelper oox/source package/source pyuno/source reportdesign/source sc/source sd/sour

2015-04-08 Thread Stephan Bergmann
basic/source/classes/sbxmod.cxx |2 +- canvas/source/tools/canvastools.cxx |2 +- dbaccess/source/ui/tabledesign/FieldDescriptions.cxx |4 ++-- extensions/source/propctrlr/formgeometryhandler.cxx |4 ++-- include/com/sun/star/uno/Any.h

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - vcl/source

2015-04-08 Thread Caolán McNamara
vcl/source/gdi/sallayout.cxx | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) New commits: commit 598329f0450df98672ef30fc0f08aa718b8f3fcd Author: Caolán McNamara Date: Thu Apr 2 16:29:53 2015 +0100 Resolves: tdf#86399 don't clobber cluster start caret pos w

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

2015-04-08 Thread Caolán McNamara
sw/inc/doc.hxx |8 +--- sw/source/core/doc/docnum.cxx|8 +--- sw/source/core/edit/ednumber.cxx | 18 ++ 3 files changed, 24 insertions(+), 10 deletions(-) New commits: commit 6c51365d7062d5aaa5b6e0f6e7c7fbfd2a9ebda6 Author: Caolán McNamara

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

2015-04-08 Thread Caolán McNamara
sw/source/core/undo/undobj.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fd083e392651a2c381ab1fe8b9a1f2a1ec534354 Author: Caolán McNamara Date: Fri Apr 3 15:39:30 2015 +0100 Resolves: tdf#90138 don't try to save a marks OtherPos if it doesn't have one

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

2015-04-08 Thread Caolán McNamara
sw/source/ui/chrdlg/drpcps.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b2f68b5bf53bbcd95a88b8372214546897ac4e64 Author: Caolán McNamara Date: Fri Apr 3 16:25:13 2015 +0100 Resolves: tdf#83977 Push/Pop before/after messing with the cursor

[Libreoffice-commits] core.git: sal/textenc

2015-04-08 Thread Stephan Bergmann
sal/textenc/tcvtmb.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit c4dca26eafd60dc4c4f19e0be0b8e086108b3048 Author: Stephan Bergmann Date: Wed Apr 8 15:47:19 2015 +0200 -Werror=maybe-uninitialized Change-Id: I7d3c36e564b3a5286ebd32527575472313119587 diff --git a

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

2015-04-08 Thread Markus Mohrhard
xmloff/source/draw/shapeexport.cxx | 36 +++- 1 file changed, 23 insertions(+), 13 deletions(-) New commits: commit 204d1093d4954596cc7d7578e0630648f1f678f5 Author: Markus Mohrhard Date: Mon Apr 6 15:25:54 2015 +0200 only try to export text:p for elements

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

2015-04-08 Thread Markus Mohrhard
include/xmloff/shapeexport.hxx |3 +- include/xmloff/txtparae.hxx | 30 ++-- xmloff/source/chart/SchXMLChartContext.cxx |3 +- xmloff/source/chart/SchXMLTableContext.cxx |3 +- xmloff/source/chart/SchXMLTe

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

2015-04-08 Thread Markus Mohrhard
include/xmloff/xmltoken.hxx |1 + sc/source/filter/xml/XMLExportDataPilot.cxx |2 +- sc/source/filter/xml/XMLExportDatabaseRanges.cxx |2 +- sc/source/filter/xml/xmlimprt.cxx|1 + xmloff/source/core/xmltoken.cxx |1 + 5

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

2015-04-08 Thread Justin Luth
sc/qa/extras/macros-test.cxx |4 sc/qa/extras/testdocuments/vba_endFunction.xls |binary sc/source/ui/vba/vbarange.cxx | 15 --- 3 files changed, 12 insertions(+), 7 deletions(-) New commits: commit 15e758d199e0d7305e9587cd609f494f9ad55285

[Libreoffice-commits] core.git: sal/textenc

2015-04-08 Thread Stephan Bergmann
sal/textenc/tcvtmb.cxx | 163 + 1 file changed, 84 insertions(+), 79 deletions(-) New commits: commit d82e94307f1e073a0ccddb506ba5fff3da042b42 Author: Stephan Bergmann Date: Wed Apr 8 15:30:34 2015 +0200 tdf#88169: Do not return ..._INFO_SR

[Bug 90517] Push WinBits constants down into subclasses

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90517 Noel Grandin changed: What|Removed |Added CC||libreoffice@lists.freedeskt

Re: [Libreoffice online] Interested in Contribution

2015-04-08 Thread gokul
Hi Ioan Radu, Thank you, But I am already a libreoffice developer and contributed little towards Libreoffice. My request was specifically for the new project which has been started. *libreoffice from collabera* - Libreoffice online On Wed, Apr 8, 2015 at 3:31 PM, Ioan Radu wrote: > Welcome G

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sc/source

2015-04-08 Thread Caolán McNamara
sc/source/core/data/document.cxx | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) New commits: commit 7470fa753a71eb9252becff44c5bce6501e4c40c Author: Caolán McNamara Date: Tue Apr 7 16:45:38 2015 +0100 fix crash on re-export of fdo64646-4.xls back to xls Cha

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

2015-04-08 Thread Caolán McNamara
sc/source/core/data/document.cxx | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) New commits: commit df29aada6c105364953ade776b2dc8660b4ccbe2 Author: Caolán McNamara Date: Tue Apr 7 16:45:38 2015 +0100 fix crash on re-export of fdo64646-4.xls back to xls Cha

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - include/vcl vcl/source

2015-04-08 Thread Caolán McNamara
include/vcl/floatwin.hxx |9 +++ vcl/source/control/ilstbox.cxx |4 --- vcl/source/window/menu.cxx |6 - vcl/source/window/winproc.cxx | 48 + 4 files changed, 26 insertions(+), 41 deletions(-) New commits: commit c6dbd3206c

Re: libmerged works on Windows

2015-04-08 Thread Bjoern Michaelsen
Hi, On Wed, Apr 08, 2015 at 02:02:37PM +0200, Matúš Kukan wrote: > If anyone know how and can produce some numbers on Windows, that would be > great. > Bjoern had some numbers for linux in the past IIRC. I only measured startup wall time on ARM with a stopwatch -- the difference was rather notic

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

2015-04-08 Thread Caolán McNamara
sw/source/uibase/app/docst.cxx | 32 ++-- 1 file changed, 30 insertions(+), 2 deletions(-) New commits: commit d1b2478379ac79664f667d55abda1bc05ab8403c Author: Caolán McNamara Date: Fri Apr 3 11:19:10 2015 +0100 Resolves: tdf#90099 group new style and change

libmerged works on Windows

2015-04-08 Thread Matúš Kukan
Hi there, I forgot to write about --enable-mergelibs build working on Windows now too. Since 4c251ddd72af765dd9e665150176c2d931322b9c - patch only in master, simple to backport if it makes sense. I think it would be good to release with that option - should make (at least) first start faster. If

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

2015-04-08 Thread Caolán McNamara
vcl/source/gdi/sallayout.cxx | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) New commits: commit 784ff3f0765eb94d025ef789f15ef10f51b8cc15 Author: Caolán McNamara Date: Thu Apr 2 16:29:53 2015 +0100 Resolves: tdf#86399 don't clobber cluster start caret pos w

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 8 commits - android/experimental android/README

2015-04-08 Thread Tomaž Vajngerl
android/README |6 android/experimental/LOAndroid3/res/layout/text_selection_handles.xml |2 android/experimental/LOAndroid3/src/java/org/libreoffice/InvalidationHandler.java | 74

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - include/sfx2 sfx2/source sfx2/uiconfig

2015-04-08 Thread Caolán McNamara
include/sfx2/dinfdlg.hxx |2 +- sfx2/source/dialog/dinfdlg.cxx |7 +++ sfx2/uiconfig/ui/documentinfopage.ui | 25 +++-- 3 files changed, 15 insertions(+), 19 deletions(-) New commits: commit 233d3efda5523921b80ad8ebaf2b2e7175169e0e Author: CaolÃ

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - dictionaries

2015-04-08 Thread Andras Timar
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7ae83e4125d0787278afd6226846c3f28f6605c1 Author: Andras Timar Date: Wed Apr 8 12:22:46 2015 +0200 Updated core Project: dictionaries b61b40bae9f1466d71960344096f7c196672db27 Update Port

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - dictionaries

2015-04-08 Thread Andras Timar
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c66b06e6b45d79fbccbf4550d452cd052b521691 Author: Andras Timar Date: Wed Apr 8 12:22:46 2015 +0200 Updated core Project: dictionaries 1bb728c3b5dd84cb91044ccb59bb05719b44999e Update Port

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-4-3' - pt_PT/description.xml pt_PT/pt_PT.dic

2015-04-08 Thread Andras Timar
pt_PT/description.xml |2 +- pt_PT/pt_PT.dic | 35 +++ 2 files changed, 20 insertions(+), 17 deletions(-) New commits: commit b61b40bae9f1466d71960344096f7c196672db27 Author: Andras Timar Date: Wed Apr 8 12:22:46 2015 +0200 Update Portuguese dic

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-4-4' - pt_PT/description.xml pt_PT/pt_PT.dic

2015-04-08 Thread Andras Timar
pt_PT/description.xml |2 +- pt_PT/pt_PT.dic | 35 +++ 2 files changed, 20 insertions(+), 17 deletions(-) New commits: commit 1bb728c3b5dd84cb91044ccb59bb05719b44999e Author: Andras Timar Date: Wed Apr 8 12:22:46 2015 +0200 Update Portuguese dic

Re: Information about our work on Libreoffice

2015-04-08 Thread Michael Stahl
On 11.03.2015 17:54, Tobias Madl wrote: > That is all I can think of atm. One last request of mine would be, that > if someone discovers some weird behavior or some windows, that are not > loading or flicker, please contact me and I will look over it and try to > fix it. Current master, in Writer

[Libreoffice-commits] core.git: include/comphelper

2015-04-08 Thread Stephan Bergmann
include/comphelper/sequence.hxx | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) New commits: commit 641a823ce72c9fe761d56403be562bc8f03a88f4 Author: Stephan Bergmann Date: Wed Apr 8 12:42:25 2015 +0200 These function templates want to be inline

[Libreoffice-commits] core.git: dictionaries

2015-04-08 Thread Andras Timar
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit db58c2f8b1b3ccfdeb59838c5c95a069b65b161f Author: Andras Timar Date: Wed Apr 8 12:22:46 2015 +0200 Updated core Project: dictionaries 7991db3dd76ae9fe15faadbd25efb9bceed44e63 diff --git a/dictio

[Libreoffice-commits] dictionaries.git: pt_PT/description.xml pt_PT/pt_PT.dic

2015-04-08 Thread Andras Timar
pt_PT/description.xml |2 +- pt_PT/pt_PT.dic | 35 +++ 2 files changed, 20 insertions(+), 17 deletions(-) New commits: commit 7991db3dd76ae9fe15faadbd25efb9bceed44e63 Author: Andras Timar Date: Wed Apr 8 12:22:46 2015 +0200 Update Portuguese dic

Re: [Libreoffice online] Interested in Contribution

2015-04-08 Thread Ioan Radu
Welcome Gokul, to get the source code and build it follow https://www.libreoffice.org/about-us/source-code/ For start you can try an easy hack https://wiki.documentfoundation.org/Easy_Hacks Code documentation can be found at: https://wiki.documentfoundation.org/Development + https://wiki.openoff

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.4' - 39 commits - cui/Library_cui.mk cui/source cui/uiconfig cui/UIConfig_cui.mk filter/Library_pdffilter.mk filter/source filter/uiconfig

2015-04-08 Thread Tor Lillqvist
cui/Library_cui.mk |1 cui/UIConfig_cui.mk|1 cui/source/options/optinet2.cxx| 18 cui/source/options/optinet2.hxx|6 cui/source/options/tsaurls

[Libreoffice-commits] core.git: 4 commits - cui/source editeng/source include/editeng include/linguistic include/vbahelper lingucomponent/source linguistic/source sw/source vbahelper/source

2015-04-08 Thread Noel Grandin
cui/source/dialogs/SpellDialog.cxx| 23 - cui/source/options/optdict.cxx|7 +- editeng/source/misc/unolingu.cxx |8 +-- include/editeng/unolingu.hxx |3 - include/linguistic/misc.hxx

[Libreoffice-commits] core.git: android/README

2015-04-08 Thread Miklos Vajna
android/README | 70 ++--- 1 file changed, 33 insertions(+), 37 deletions(-) New commits: commit b102c585ee6f697000d7876c1ec90e68c18dc40f Author: Miklos Vajna Date: Wed Apr 8 11:27:20 2015 +0200 android: update emulator / debugging doc

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - android/README

2015-04-08 Thread Miklos Vajna
android/README | 70 ++--- 1 file changed, 33 insertions(+), 37 deletions(-) New commits: commit b7c5b883a1676da9b90f3da7c04c46af7aa79c2a Author: Miklos Vajna Date: Wed Apr 8 11:27:20 2015 +0200 android: update emulator / debugging doc

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

2015-04-08 Thread Katarina Behrens
sc/uiconfig/scalc/ui/databaroptions.ui | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) New commits: commit 42dd9019953c79467e9bccd0861625bc08a71330 Author: Katarina Behrens Date: Tue Apr 7 16:05:11 2015 +0200 Fix duplicate widget IDs and sloppy mnemonic IDs

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

2015-04-08 Thread Miklos Vajna
sw/source/core/view/viewsh.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit d4e4c5e23e31ddeee1fa994ce4000c0251b13d59 Author: Miklos Vajna Date: Wed Apr 8 10:05:18 2015 +0200 SwViewShell::PaintTile: avoid incomplete tiles when layout is not ready The problem was

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - sw/source

2015-04-08 Thread Miklos Vajna
sw/source/core/view/viewsh.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 880228e7a99b95879a1e0d5315e6bd1401dffc20 Author: Miklos Vajna Date: Wed Apr 8 10:05:18 2015 +0200 SwViewShell::PaintTile: avoid incomplete tiles when layout is not ready The problem was

[Bug 55410] on windows automatically fill in the default user's name into tools->options->user data

2015-04-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55410 --- Comment #10 from Stephan Bergmann --- The desktopbe library is currently only built on Linux, see the start of shell/Module_shell.mk: > $(eval $(call gb_Module_add_targets,shell,\ > $(if $(filter-out MACOSX WNT,$(OS)),Library_de

[Libreoffice online] Interested in Contribution

2015-04-08 Thread gokul
I am interested in being a part of libreoffice - online project Can someone kindly guide me. I found that this project as a separate git repo. https://gerrit.libreoffice.org/gitweb?p=online.git Where can i start with. Do we have any roadmap or set of task as

[Libreoffice-commits] core.git: 3 commits - cui/source editeng/source formula/source include/editeng include/formula include/svtools sc/inc sc/source svtools/source sw/source

2015-04-08 Thread Noel Grandin
cui/source/options/fontsubs.cxx |2 cui/source/options/optfltr.cxx |4 - cui/source/tabpages/autocdlg.cxx|2 cui/source/tabpages/page.cxx|8 +-- editeng/source/items/frmitems.cxx | 10 ++-- formula/source/core/api/F