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

2013-02-12 Thread Tor Lillqvist
android/sdremote/res/values/strings.xml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit ea264f0c8165eb0c62bf624af5f450b20898469f Author: Tor Lillqvist Date: Wed Feb 13 09:26:42 2013 +0200 Ah, manually adding computers is for non-Bluetooth ones So

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

2013-02-12 Thread Tor Lillqvist
android/sdremote/res/values/strings.xml | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 056968fae7fa598e8cb528fb6b45c999de33a102 Author: Tor Lillqvist Date: Wed Feb 13 09:17:53 2013 +0200 Use consistent terminology Why "Choose a Computer" bu

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 nomnex changed: What|Removed |Added See Also|https://bugs.freedesktop.or | |g/show_bug.cgi?id=6

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 nomnex changed: What|Removed |Added CC||nom...@gmail.com See Also|https://bug

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

2013-02-12 Thread Tor Lillqvist
android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothFinder.java |2 ++ 1 file changed, 2 insertions(+) New commits: commit b48bde463a849f6d441159949fdb409fbe75aca7 Author: Tor Lillqvist Date: Wed Feb 13 08:43:49 2013 +0200 Don't bother with unnamed computers

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - sc/source

2013-02-12 Thread Kohei Yoshida
sc/source/filter/xml/xmlcelli.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit b35f9de4824d1cb2294b5c0ed5f468b7c931c78f Author: Kohei Yoshida Date: Wed Feb 13 00:13:49 2013 -0500 bnc#802350: Cell validation is not a special (cell) content. Cell v

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

2013-02-12 Thread Kohei Yoshida
sc/source/filter/xml/xmlcelli.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6a4edb3446f8e13236406fd34ff216e6cf54f3c3 Author: Kohei Yoshida Date: Tue Feb 12 23:22:25 2013 -0500 bnc#802350: Cell validation is not a special (cell) content. Cell val

Re: Help with fdo#60471

2013-02-12 Thread Marcos Souza
I tried to get the error message from uno::Exception using a SAL_WARN, but this is the message: [ line 4]: error This don't say anything to me : ) 2013/2/12 Marcos Souza > Hi Kendy and list! > > This is the point where we get this issue: > > // finally, parse the stream to

Re: About macro VALIDTAB (sc module)

2013-02-12 Thread Kohei Yoshida
On 02/12/2013 05:36 PM, julien2412 wrote: Hello, Getting this with cppcheck: sc/source/core/data/document.cxx 760 syntaxError error syntax error Here are the lines: 755 bool ScDocument::RenameTab( SCTAB nTab, const rtl::OUString& rName, bool /* bUpdateRef */, 756 boo

Re: Help with fdo#60471

2013-02-12 Thread Marcos Souza
Hi Kendy and list! This is the point where we get this issue: // finally, parse the stream to a hierarchy of // SVGGraphicPrimitive2D which will be embedded to the // primitive sequence. Their decompositions will in the

[Libreoffice-commits] core.git: 3 commits - android/sdremote

2013-02-12 Thread Tor Lillqvist
android/sdremote/src/org/libreoffice/impressremote/SelectorActivity.java |2 + android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothClient.java |6 + android/sdremote/src/org/libreoffice/impressremote/communication/Client.java

A focus on tables in Impress is needed

2013-02-12 Thread Lior Kaplan
Hi, I wanted to raise the issue of tables in Impress, in the chance they'll get some focus (or a rewrite (: ), as I see more and more bugs in this area. At the beginning I thought that's mostly RTL bugs, but the fact they are regular bugs. Indeed the bugs are more obvious in RTL tables, but the ro

[Libreoffice-commits] core.git: 2 commits - cui/source extensions/test filter/source l10ntools/source scaddins/source sfx2/source vcl/unx

2013-02-12 Thread Julien Nabet
cui/source/tabpages/tparea.cxx |2 +- extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.cpp |6 +++--- filter/source/graphicfilter/idxf/dxfreprd.hxx |2 +- l10ntools/source/helpmerge.cxx |6 ++ scaddi

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

2013-02-12 Thread Tor Lillqvist
android/sdremote/src/org/libreoffice/impressremote/SelectorActivity.java | 58 +++--- android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothFinder.java |5 android/sdremote/src/org/libreoffice/impressremote/communication/CommunicationServic

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Joel Madero changed: What|Removed |Added Depends on||51253 -- You are receiving this mail beca

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|51253 | -- You are receiving this mail because:

About macro VALIDTAB (sc module)

2013-02-12 Thread julien2412
Hello, Getting this with cppcheck: sc/source/core/data/document.cxx 760 syntaxError error syntax error Here are the lines: 755 bool ScDocument::RenameTab( SCTAB nTab, const rtl::OUString& rName, bool /* bUpdateRef */, 756 bool bExternalDocument ) 757 { 758 bo

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Joel Madero changed: What|Removed |Added Depends on||48039 -- You are receiving this mail beca

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|48039 | -- You are receiving this mail because:

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|44838 | -- You are receiving this mail because:

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Joel Madero changed: What|Removed |Added Depends on||39007 -- You are receiving this mail beca

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|39007 | -- You are receiving this mail because:

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Joel Madero changed: What|Removed |Added Depends on||50399 -- You are receiving this mail beca

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|50399 | -- You are receiving this mail because:

Cppcheck reports 'fViewSizeX'/fViewSizeY are assigned a value never used (drawingplayer part)

2013-02-12 Thread julien2412
Hello, Cppcheck reported this: drawinglayer/source/primitive2d/sceneprimitive2d.cxx 196 unreadVariable style Variable 'fViewSizeX' is assigned a value that is never used. 197 unreadVariable style Variable 'fViewSizeY' is assigned a value that is never used.193

21 unread messages wait for you in Qmail

2013-02-12 Thread no-reply
Hello libreoffice@lists.freedesktop.org, We've noticed that it's been a week since you read your Qmail messages. Your colleagues might be confused and wait for your answers Colleagues whose messages wait unread: Hi, please note that the commit deadline for 3.6.3-rc2 is today, October 22,201

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Joel Madero changed: What|Removed |Added Depends on||48775 -- You are receiving this mail beca

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|48775 | -- You are receiving this mail because:

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Joel Madero changed: What|Removed |Added Depends on||43105 -- You are receiving this mail beca

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|43105 | -- You are receiving this mail because:

[Libreoffice-commits] core.git: 3 commits - android/sdremote

2013-02-12 Thread Tor Lillqvist
android/sdremote/res/values/styles.xml | 54 -- android/sdremote/src/org/libreoffice/impressremote/AboutDialogBuilder.java |5 android/sdremote/src/org/libreoffice/impressremote/ActivityChangeBroadcastProcessor.j

[Libreoffice-commits] core.git: idlc/source jvmfwk/source rsc/source sc/qa svtools/source

2013-02-12 Thread Julien Nabet
idlc/source/idlc.cxx |3 +-- jvmfwk/source/fwkbase.cxx |6 -- rsc/source/tools/rsctree.cxx |4 ++-- sc/qa/unit/helper/qahelper.hxx |5 ++--- svtools/source/uno/popupmenucontrollerbase.cxx |3 +-

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Jorendc changed: What|Removed |Added Depends on|42939 | -- You are receiving this mail because: You

Re: Help with fdo#60471

2013-02-12 Thread Jan Holesovsky
Hi Marcos, Marcos Souza píše v Út 12. 02. 2013 v 16:04 -0200: > I was trying to solve this issue, but I need some code pointers... > > Can you guys point to me some places to start? Yes - so please rebuild svgio with debugging info (make svgio.clean ; make debug=true svgio), and when you open t

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Joel Madero changed: What|Removed |Added Depends on||47355 -- You are receiving this mail beca

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|47355 | -- You are receiving this mail because:

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Jorendc changed: What|Removed |Added Depends on||44725 -- You are receiving this mail because:

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Jorendc changed: What|Removed |Added Depends on|44725 | -- You are receiving this mail because: You

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #403 from Joel Madero --- @nomnex - we try not to bump bugs in MAB or discuss them here in the comments. If a bug is already on MAB list, we do ALL discussion on the bug itself, not in the meta tracker. Thanks! -- You are receiving

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Jorendc changed: What|Removed |Added Depends on|43882 | -- You are receiving this mail because: You

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Joel Madero changed: What|Removed |Added Depends on||54933 -- You are receiving this mail beca

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|54933 | -- You are receiving this mail because:

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|44127 | -- You are receiving this mail because:

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|50396 | -- You are receiving this mail because:

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Joel Madero changed: What|Removed |Added Depends on|40540 | -- You are receiving this mail because:

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 60668, which changed state. Bug 60668 Summary: FILESAVE: Libreoffice Writer 4.0 crashing on saving file https://bugs.freedesktop.org/show_bug.cgi?id=60668 What|Removed |Added --

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 48828, which changed state. Bug 48828 Summary: FORMATTING: Font size incorrect in certain styles in .doc files since 3.5.0 - shows correct in LO 3.4.x and Winword https://bugs.freedesktop.org/show_bug.cgi?id=48828

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

2013-02-12 Thread Michael Stahl
sw/source/core/txtnode/ndtxt.cxx | 43 +++ 1 file changed, 30 insertions(+), 13 deletions(-) New commits: commit e31807c83009655c342c929a118f0d28a8f63ddc Author: Michael Stahl Date: Tue Feb 12 19:43:16 2013 +0100 fdo#60668: filter out fieldmark chars

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #202 from Jorendc --- I nominate "Bug 60549 - Pictures not saved to .pptx" to this list because it's critical to save/don't lose a picture in a presentation. -- You are receiving this mail because: You are on the CC list for the bug

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Jorendc changed: What|Removed |Added Depends on||60549 -- You are receiving this mail because:

License Statement

2013-02-12 Thread Papamatti
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license Best regards Matthias Freund ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffic

Re: Help with fdo#60471

2013-02-12 Thread julien2412
Hi Marcos, About code pointers, I can't help but here are some docs: http://api.libreoffice.org/ + this: https://wiki.documentfoundation.org/Development#General_Programming_Guidelines Julien -- View this message in context: http://nabble.documentfoundation.org/Help-with-fdo-60471-tp4036825p40

[Libreoffice-commits] loperf/loperf.sh

2013-02-12 Thread Libreoffice Gerrit user
loperf/loperf.sh |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 39feb28fd6dc8fdabe0cbc66af81ddee1f9c6525 Author: Matúš Kukan Date: Tue Feb 12 18:51:48 2013 +0100 loperf: Allow to use optional valgrind paramaters This can be used e.g. for speci

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 46393, which changed state. Bug 46393 Summary: PRINTING result for cell borders of particular document.xls unsatisfying https://bugs.freedesktop.org/show_bug.cgi?id=46393 What|Removed

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

2013-02-12 Thread Kohei Yoshida
sc/source/core/data/documen4.cxx |1 + sc/source/core/inc/interpre.hxx| 25 +++-- sc/source/core/tool/interpr4.cxx | 24 sc/source/filter/excel/xestream.cxx|1 + sc/source/filter/inc/bi

Help with fdo#60471

2013-02-12 Thread Marcos Souza
Hi guys! I was trying to solve this issue, but I need some code pointers... Can you guys point to me some places to start? And one more thing, there is a place for "learn" how UNO works and how this is used inside LO? I believe UNO is used in every case that we handle files right? Thanks since

[Libreoffice-commits] core.git: helpcontent2

2013-02-12 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 226d9f55cb15f4bdecdd87870ea3dd97db6ef528 Author: Andras Timar Date: Tue Feb 12 18:41:54 2013 +0100 Updated core Project: help a5cae6c3e83ddae0b26fac30cf95378d2a5882a3 diff --git a/helpcontent2

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

2013-02-12 Thread Kohei Yoshida
sc/inc/cell.hxx | 68 --- sc/source/core/data/cell2.cxx | 97 -- sc/source/core/data/column2.cxx |8 - sc/source/core/data/documen8.cxx | 18 +--- sc/source/core/data/

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Joel Madero changed: What|Removed |Added Depends on||43030 -- You are receiving this mail beca

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|43030 | -- You are receiving this mail because:

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Joel Madero changed: What|Removed |Added Depends on||42144 -- You are receiving this mail beca

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|42144 | -- You are receiving this mail because:

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|41798 | -- You are receiving this mail because:

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Joel Madero changed: What|Removed |Added Depends on||40907 -- You are receiving this mail beca

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|40907 | -- You are receiving this mail because:

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero changed: What|Removed |Added Depends on|40787 | -- You are receiving this mail because:

[Libreoffice-commits] core.git: helpcontent2

2013-02-12 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 36e30d9772a32de94e104424316fcd3320a21adb Author: Andras Timar Date: Tue Feb 12 17:45:37 2013 +0100 Updated core Project: help 0ba3d9a4202cd6418c4007a89e8c5fa73f0c9f05 diff --git a/helpcontent2

[Libreoffice-commits] core.git: setup_native/Package_scripts.mk

2013-02-12 Thread Jan Holesovsky
setup_native/Package_scripts.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 283ad1f83f34c29bffb804701a7337e3694d5644 Author: Jan Holesovsky Date: Tue Feb 12 15:35:04 2013 +0100 Fix typo to make --enable-online-update build again. diff --git a/setup_native

[PUSHED] Fix member variables not initialized in constructor

2013-02-12 Thread Michael Stahl (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2121 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2121 To unsubscribe, visi

[PUSHED libreoffice-4-0] CMIS: proxy was setin to ":-1" is no proxy is defined in the...

2013-02-12 Thread Michael Stahl (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2120 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2120 To unsubscribe, visi

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

2013-02-12 Thread Miklos Vajna
cui/source/dialogs/showcols.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit e2f9ed24b6d0e61e6467cd89ad893cf1a3ea9485 Author: Miklos Vajna Date: Tue Feb 12 17:16:25 2013 +0100 cui: kill RTL_CONSTASCII_USTRINGPARAM in macros Change-Id: I4d6b7760

Cppcheck reports 'nMaxWidth' is assigned a value never used (svtools module)

2013-02-12 Thread julien2412
Hello, Cppcheck reports this: svtools/source/dialogs/filedlg2.cxx 558 unreadVariable style Variable 'nMaxWidth' is assigned a value that is never used. 544 if( nMaxWidth > aSize.Width() ) 545 { 546 Size aDlgSize = GetPathDialog()->GetOutputSizePixel(); 547

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

2013-02-12 Thread Caolán McNamara
sw/source/core/txtnode/txtedt.cxx | 49 -- 1 file changed, 49 deletions(-) New commits: commit df52800121871f1fd1d8d48a149c15f5618476d9 Author: Caolán McNamara Date: Tue Dec 11 10:37:23 2012 + prefer my own cjk char-as-word counting Chan

RE: [libreoffice-dev] -calling a service function from BASIC macro

2013-02-12 Thread Rai, Neeraj
Actually, never mind! I think I have a work around even without Reference. I made my CalcAddinThr a pointer, so it is independent of lifetime of CalcAddimThr_impl . Seems to work through button as well. I think you might have been refereeing to the object created in Basic macro that goes out of

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

2013-02-12 Thread Miklos Vajna
cui/source/inc/backgrnd.hxx | 16 cui/source/tabpages/backgrnd.cxx | 138 +++--- cui/uiconfig/ui/backgroundpage.ui | 74 sw/source/core/bastyp/init.cxx|4 - sw/source/ui/frmdlg/frmdlg.cxx| 16 5 files changed,

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

2013-02-12 Thread Julien Nabet
idl/source/objects/module.cxx|3 +-- setup_native/source/win32/wintools/msidb/msidb.c |4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) New commits: commit 88be7d32f30b08da4399f6d67d8d494dcfcc34b5 Author: Julien Nabet Date: Tue Feb 12 16:31:21 2013 +0100

RE: [libreoffice-dev] -calling a service function from BASIC macro

2013-02-12 Thread Rai, Neeraj
Hi Stephan, Is there any example of using uno calls from the forms bundled with LO ? I am not very familiar with the Reference <> and googling uno::Reference is not helping me either. I also couldn't find usage in sdk dir and examples dir. Would it be possible to point out a dir/file or a web li

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

2013-02-12 Thread Julien Nabet
slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx |2 +- slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.hxx |2 +- slideshow/source/engine/OGLTrans/win/OGLTrans_TransitionImpl.hxx |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New comm

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

2013-02-12 Thread Cédric Bosdonnat
ucb/source/ucp/cmis/cmis_content.cxx |4 +++- ucb/source/ucp/cmis/cmis_repo_content.cxx |4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit 9698ecfe0adc556f2f7894f47f95a1d2c843fe7e Author: Cédric Bosdonnat Date: Tue Feb 12 16:09:20 2013 +0100 CMIS:

[PATCH] Fix member variables not initialized in constructor

2013-02-12 Thread Julien Nabet (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2121 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/21/2121/1 Fix member variables not initialized in constructor Change-Id: I17275e7e17f76da967d2fa798f5ee88b50fd6d72 --- M s

[PATCH libreoffice-4-0] CMIS: proxy was setin to ":-1" is no proxy is defined in the...

2013-02-12 Thread Bosdonnat Cedric (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2120 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/20/2120/1 CMIS: proxy was setin to ":-1" is no proxy is defined in the UI Don't output the port number if that one is not

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

2013-02-12 Thread Tor Lillqvist
sd/source/ui/remotecontrol/BluetoothServer.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 646dc01ea12c0babb6a9ffee21cc5784466e4349 Author: Tor Lillqvist Date: Tue Feb 12 17:17:37 2013 +0200 Use the remote control same service name on Windows, too

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

2013-02-12 Thread Cédric Bosdonnat
ucb/source/ucp/cmis/cmis_content.cxx |4 +++- ucb/source/ucp/cmis/cmis_repo_content.cxx |4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit 12ea70362f9b1234b4b1613872c8f07735dd386b Author: Cédric Bosdonnat Date: Tue Feb 12 16:09:20 2013 +0100 CMIS:

[PATCH libreoffice-4-0] fdo#60092: fix STL regression in SwInsertDBColAutoPilot::Dat...

2013-02-12 Thread Michael Stahl (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2119 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/19/2119/1 fdo#60092: fix STL regression in SwInsertDBColAutoPilot::DataToDoc (regression from f7d681dc34e60eb8532403079d00

[PATCH] Resolved : FILESAVE save as pptx discard crop information

2013-02-12 Thread pallavi jadhav (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2118 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/18/2118/1 Resolved : FILESAVE save as pptx discard crop information Change-Id: I8aee13b11406988ab451034f43ee41c662add5fb

[Libreoffice-commits] core.git: 2 commits - filter/source rsc/source sc/source sw/source tools/bootstrp

2013-02-12 Thread Julien Nabet
filter/source/graphicfilter/itiff/ccidecom.cxx |5 +++-- rsc/source/res/rscarray.cxx| 11 --- sc/source/ui/view/hdrcont.cxx |1 - sw/source/filter/html/wrthtml.hxx |2 +- tools/bootstrp/md5.cxx | 17 +

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

2013-02-12 Thread Takeshi Abe
sw/source/ui/misc/redlndlg.cxx | 16 +- sw/source/ui/misc/srtdlg.cxx |8 ++--- sw/source/ui/ribbar/concustomshape.cxx |8 ++--- sw/source/ui/ribbar/drawbase.cxx | 14 sw/source/ui/ribbar/inputwin.cxx |8 ++--- sw/source/ui/ribbar/workc

[Libreoffice-commits] core.git: 2 commits - desktop/source svtools/inc

2013-02-12 Thread Stephan Bergmann
desktop/source/deployment/gui/dp_gui_dialog2.cxx| 17 + desktop/source/deployment/gui/dp_gui_dialog2.hxx|1 - desktop/source/deployment/gui/dp_gui_extlistbox.cxx |2 +- desktop/source/deployment/gui/dp_gui_extlistbox.hxx |2 +- svtools/inc/svtools/extensionlis

Cppcheck: 'nTotalItems' is assigned a value never used (sfx2 part)

2013-02-12 Thread julien2412
Hello, Cppcheck reported this: sfx2/source/control/thumbnailview.cxx 293 unreadVariable style Variable 'nTotalItems' is assigned a value that is never used. See http://opengrok.libreoffice.org/xref/core/sfx2/source/control/thumbnailview.cxx#280 Searching in git history, I noticed the val

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

2013-02-12 Thread Michael Stahl
sw/source/ui/dbui/dbinsdlg.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit cbc722733bb272b0f26efec09b478bed9a3cdb96 Author: Michael Stahl Date: Tue Feb 12 14:48:56 2013 +0100 fdo#60092: fix STL regression in SwInsertDBColAutoPilot::DataToDoc (

Re: Cppcheck: "bContainsDate" not read in templateremoteview.cxx (sfx2)

2013-02-12 Thread julien2412
Caolán McNamara wrote > On Sun, 2013-01-27 at 14:02 -0800, julien2412 wrote: >>... >> Should line 129 just be removed or bContainsDate should be used in some >> way >> or bContainsDate shouldn't be a new variable for each while loop? > > Hmm, not alone is bContainsDate not used anywhere, neither i

[Libreoffice-commits] core.git: 2 commits - basic/source cui/source sfx2/source svx/source unodevtools/source vcl/win

2013-02-12 Thread Julien Nabet
basic/source/comp/dim.cxx |3 +-- cui/source/tabpages/border.cxx |8 +++- sfx2/source/control/templateremoteview.cxx |4 svx/source/gallery2/galbrws2.cxx |7 --- unodevtools/source/skeletonmaker/jav

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

2013-02-12 Thread Tor Lillqvist
sd/source/ui/remotecontrol/BluetoothServiceRecord.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit cbac061416e5142fcce9d92b1e58d9679dd9c879 Author: Tor Lillqvist Date: Tue Feb 12 15:38:26 2013 +0200 Use a more descriptive name for the Impress Remote C

[PUSHED libreoffice-4-0] migrate also custom accelerators setting (fdo#57061)

2013-02-12 Thread Michael Meeks (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2104 Approvals: Michael Meeks: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2104 To unsubscribe, visi

[PUSHED libreoffice-4-0] migrate even more user setting (fdo#57061)

2013-02-12 Thread Michael Meeks (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2103 Approvals: Michael Meeks: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2103 To unsubscribe, visi

[PUSHED libreoffice-4-0] fdo#59573 position after fieldmark and before annotation anc...

2013-02-12 Thread Michael Stahl (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2101 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2101 To unsubscribe, visi

[PATCH] fdo#57950: Remove some chained appends in filter

2013-02-12 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2117 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/17/2117/1 fdo#57950: Remove some chained appends in filter Change-Id: I2386eb47ad7190d626966020e96c1a7ddc07ab4a --- M dict

Re: [PATCH] import different first page header/footer from doc

2013-02-12 Thread Luke Deller
Hi Kendy, On 12/02/13 00:37, Jan Holesovsky wrote: [...] Please - do you plan to continue in this direction, like fixes of .docx and .rtf first page handling too? Or do you have any other cool changes in Writer in mind? Thanks for the encouragement Kendy. I was very glad to see Miklos' work

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - officecfg/registry

2013-02-12 Thread Petr Mladek
officecfg/registry/data/org/openoffice/Setup.xcu |1 + 1 file changed, 1 insertion(+) New commits: commit e4f998eb74f797adeaedcd7963167b9458e8f77a Author: Petr Mladek Date: Mon Feb 11 16:20:36 2013 +0100 migrate also custom accelerators setting (fdo#57061) I was not sure how

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - officecfg/registry

2013-02-12 Thread Petr Mladek
officecfg/registry/data/org/openoffice/Setup.xcu | 100 +++ 1 file changed, 100 insertions(+) New commits: commit 728f07a13dd3a2c827a94a35897ad5809e394c3c Author: Petr Mladek Date: Mon Feb 11 15:05:58 2013 +0100 migrate even more user setting (fdo#57061) - pa

  1   2   >