Re: About erasing iterators (ohierarchyholder.cxx, package module)

2013-08-27 Thread Julien Nabet
On 27/08/2013 09:04, Jan Holesovsky wrote: 289 void OHierarchyElement_Impl::RemoveElement( const ::rtl::Reference< OHierarchyElement_Impl>& aRef ) 290 { 291 { 292 ::osl::MutexGuard aGuard( m_aMutex ); 293 OHierarchyElementList_Impl::iterator aIter = m

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

2013-08-27 Thread Julien Nabet
package/source/xstor/ohierarchyholder.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 9ebcd5ec54ec5d77cf46849f7f00bf915644f6e1 Author: Julien Nabet Date: Wed Aug 28 08:39:26 2013 +0200 End iterator might not be const Change-Id: I95c003762e79

LibreOffice Gerrit News 2013-08-28

2013-08-27 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: + Expert config page moved to advanced page in https://gerrit.libreoffice.org/5653 from Efe Gürkan Yalaman + Parsing 'presobj' properties from 'objectlist.xml': gsoc-impresslayout in https://gerrit.libreoffice.org/5

[GSOC]Slide Layout Extendibility :Weekly Report

2013-08-27 Thread Vishv Brahmbhatt
Hello Everyone, Here is the Link to my blog for the weekly report update. Thanks & Regards, Vishv Brahmbhatt On Sun, Jul 14, 2013 at 8:31 PM, Vishv Brahmbhatt < vishvbrahmbhat...@gmail.com> wrote: > He

Re: Making deb from libreoffice source on Debian Wheezy

2013-08-27 Thread Christian Lohmaier
Hi *, On Tue, Aug 27, 2013 at 9:10 PM, Krunoslav Šebetić wrote: > I cloned git this morning and can't make debs from source, './autogen.sh' > and 'make' do their job fine, but 'make deb-pkg' doesn't work, > 'checkinstall' also fails to build the pacages. I would like to make deb > files The buil

China.Action.Money. Complimentary report

2013-08-27 Thread Pacific Tycoon
Pacific Tycoon Email Your monthly China investment report Subscribe to our free monthly China investment report Click here >> http://successfuldeliver.com/link.php?M=79314086&N=1988&L=877&F=T In this month's report: China's Government - reform in 2013 and the effect on private investment In

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

2013-08-27 Thread Julien Nabet
toolkit/source/controls/tree/treedatamodel.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 711535f7667345b61b5b29de283894b30b400b18 Author: Julien Nabet Date: Tue Aug 27 23:41:57 2013 +0200 Shouldn't be removed Thank you Thorsten! (See https://gerrit.libre

[GSOC] about:config utility a.k.a Expert Config - Weekly Report #10

2013-08-27 Thread Efe Gürkan YALAMAN
Hi, Last week I worked on performance issues of page load. Learned using callgrind and how to use output(Special thanks to Thorsten). After doing some profiling I figured out the main problem issues on page. And last 2 days I moved the page to the Advanced page. So- ==What I did== -Profiling, -Mo

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

2013-08-27 Thread Julien Nabet
sfx2/source/control/thumbnailviewacc.cxx | 30 -- svtools/source/control/valueacc.cxx | 30 -- 2 files changed, 16 insertions(+), 44 deletions(-) New commits: commit 9aca3570c5e4990f591900e3702efa14958776f4 Author: Julien Nabet Dat

[Libreoffice-commits] dev-tools.git: lo-submodules-from-bundles.sh

2013-08-27 Thread Christian Lohmaier
lo-submodules-from-bundles.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8fd14119d29b5ed4d8772db399a9fd3557dcca92 Author: Christian Lohmaier Date: Tue Aug 27 23:34:41 2013 +0200 old versions only of mktemp only know -t but not --tmpdir diff --git a/lo-su

[Libreoffice-commits] core.git: 5 commits - connectivity/source

2013-08-27 Thread Andrzej J . R . Hunt
connectivity/source/drivers/firebird/PreparedStatement.cxx | 131 ++- connectivity/source/drivers/firebird/PreparedStatement.hxx | 26 +- connectivity/source/drivers/firebird/Statement.cxx | 24 -- connectivity/source/drivers/firebird/StatementCommonBase.cxx | 96 +

Re: Making deb from libreoffice source on Debian Wheezy

2013-08-27 Thread Michael Stahl
On 27/08/13 21:10, Krunoslav Šebetić wrote: > Hi, > > I cloned git this morning and can't make debs from source, > './autogen.sh' and 'make' do their job fine, but 'make deb-pkg' doesn't > work, 'checkinstall' also fails to build the pacages. I would like to > make deb files so I could install clo

[Libreoffice-commits] core.git: 2 commits - toolkit/source tools/source ucb/source unotools/source vcl/source vcl/unx

2013-08-27 Thread Takeshi Abe
toolkit/source/awt/vclxtoolkit.cxx | 18 +- tools/source/datetime/tdate.cxx|2 +- tools/source/zcodec/zcodec.cxx |2 +- ucb/source/core/ucbprops.cxx |2 +- unotools/source/config/pathoptions.cxx |4 ++-- unotools/source/misc/fontcvt.c

Re: eot embedded fonts

2013-08-27 Thread Lubos Lunak
On Tuesday 27 of August 2013, Brennan T Vincent wrote: > Thanks Lubos > > I should clarify, I already have an eot->ttf converter working; proof Ah, I read this the other way around the first time. > positive that MS and Monotype's documentation is sufficient :). I just need > to clean up the cod

Re: Making deb from libreoffice source on Debian Wheezy

2013-08-27 Thread Krunoslav Šebetić
At least is there an easy way to reinstall libreoffice 4.2 when I clone git again in a month or so? How to replace current 4.2 installation with newer; would ./autogen.sh - make - make install do every thing I need or previous version should be uninstalled? Kruno On 08/27/2013 09:10 PM, Krun

Making deb from libreoffice source on Debian Wheezy

2013-08-27 Thread Krunoslav Šebetić
Hi, I cloned git this morning and can't make debs from source, './autogen.sh' and 'make' do their job fine, but 'make deb-pkg' doesn't work, 'checkinstall' also fails to build the pacages. I would like to make deb files so I could install cloned git in parallel with 4.0.5, not the other way a

License statement

2013-08-27 Thread Viktor Varga
All of my past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: 3 commits - Makefile.in solenv/bin solenv/gbuild

2013-08-27 Thread Tor Lillqvist
Makefile.in | 46 --- solenv/bin/macosx-codesign-app-bundle | 77 ++ solenv/bin/modules/installer/simplepackage.pm | 25 solenv/gbuild/PythonTest.mk |1 solenv/gbuild/platform/macosx

Re: eot embedded fonts

2013-08-27 Thread Khaled Hosny
On Tue, Aug 27, 2013 at 07:55:05PM +0200, Jan Holesovsky wrote: > Hi Khaled, > > Khaled Hosny píše v Út 27. 08. 2013 v 19:26 +0200: > > > I just did a quick search and found this library which seems to able to > > convert the few MTX-compressed eot fonts I have (the fonts were > > generated using

Re: eot embedded fonts

2013-08-27 Thread Jan Holesovsky
Hi Khaled, Khaled Hosny píše v Út 27. 08. 2013 v 19:26 +0200: > I just did a quick search and found this library which seems to able to > convert the few MTX-compressed eot fonts I have (the fonts were > generated using Google’s sfntly library, though): > > https://github.com/umanwizard/libeot

Re: eot embedded fonts

2013-08-27 Thread Khaled Hosny
On Tue, Aug 27, 2013 at 05:25:42PM +0200, Lubos Lunak wrote: > On Tuesday 27 of August 2013, Brennan T Vincent wrote: > > Hi all, > > > > One of the most commonly-occurring problems with .pub import is the fact > > that we don't respect embedded fonts. Now that LibreOffice supports > > embedded fon

Re: [Libreoffice-commits] core.git: formula/source: get rid of unnecessary warning

2013-08-27 Thread Winfried Donkers
Hi Eike, Op 27-08-13 16:20, Eike Rathke wrote: Hi Winfried, On Tuesday, 2013-08-27 06:48:28 -0700, Winfried Donkers wrote: commit e5321437322fd812b93fee266af309e782479488 Author: Winfried Donkers Date: Thu Aug 22 17:03:58 2013 +0200 get rid of unnecessary warning A value o

[Libreoffice-commits] core.git: 5 commits - connectivity/source

2013-08-27 Thread Lionel Elie Mamane
connectivity/source/drivers/odbcbase/OResultSet.cxx | 81 +++- 1 file changed, 48 insertions(+), 33 deletions(-) New commits: commit 4033532e9ffb004ab5864401aa1af0c69fc024ec Author: Lionel Elie Mamane Date: Tue Aug 27 18:28:37 2013 +0200 release m_aLengthVector even when

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

2013-08-27 Thread Miklos Vajna
sw/qa/extras/README |6 - sw/qa/extras/inc/swmodeltestbase.hxx |9 ++ sw/qa/extras/odfexport/odfexport.cxx |4 - sw/qa/extras/odfimport/odfimport.cxx |4 - sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 29 +--- sw/qa/extras/ooxmlimport/ooxmlimpor

Re: [Libreoffice-qa] [ANN] LibreOffice 4.1.1 RC2 available

2013-08-27 Thread bjoern
On Sat, Aug 24, 2013 at 02:11:45PM +0200, Christian Lohmaier wrote: > Dear Community, > > The Document Foundation is pleased to announce the second release > candidate of LibreOffice 4.1.1. The upcoming 4.1.1 will be the first > in a sequence of frequent bugfix release for our feature-packed 4.1 >

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

2013-08-27 Thread Khaled Hosny
vcl/coretext/salgdi2.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit c2f6428e32227c6f53e618c65a7df3648487df49 Author: Khaled Hosny Date: Tue Aug 27 18:17:09 2013 +0200 Minor Change-Id: I8a0c09087e522cbd8ee6a25b71541514e562a618 diff --git a/

Re: Project focused on adding missing functionality to LibreOffice.

2013-08-27 Thread Brennan T Vincent
I'm curious what budget you came up with. It sounds like a hugely ambitious project ;) On Mon, Aug 26, 2013 at 2:18 PM, Jakub Kościelak wrote: > Dear Developers > > I would like to ask if someone would be interested in taking part in a > project focused on adding missing functionality to LibreOf

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

2013-08-27 Thread Eike Rathke
i18nlangtag/source/isolang/isolang.cxx | 54 i18nlangtag/source/isolang/mslangid.cxx |7 include/i18nlangtag/mslangid.hxx|6 ++- 3 files changed, 54 insertions(+), 13 deletions(-) New commits: commit 434f3c8e7fac0644cfe1d7a15f97f0c267bac048

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

2013-08-27 Thread Thorsten Behrens
sw/source/core/docnode/ndcopy.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 55c51004c57ed525275cec2f0f28bead55b6e718 Author: Thorsten Behrens Date: Tue Aug 27 18:02:25 2013 +0200 Use slightly less verbose erase-then-move-on idiom. Change-Id: I

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

2013-08-27 Thread Julien Nabet
sw/source/core/docnode/ndcopy.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 2729009dcfa1bc4a4a0f5547fff1b75b5ff9fecb Author: Julien Nabet Date: Sun Aug 25 22:20:16 2013 +0200 Fix iterator management Change-Id: Ifb230525d3f5462553a3e78bb4

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

2013-08-27 Thread Caolán McNamara
vcl/coretext/salgdi2.cxx | 56 +++ 1 file changed, 28 insertions(+), 28 deletions(-) New commits: commit 31fbd9d8b65c7eb9ad618fd68f331a32760c468e Author: Caolán McNamara Date: Tue Aug 27 16:40:53 2013 +0100 Related: fdo#68192 register bundled

Re: eot embedded fonts

2013-08-27 Thread Brennan T Vincent
Thanks Lubos I should clarify, I already have an eot->ttf converter working; proof positive that MS and Monotype's documentation is sufficient :). I just need to clean up the code, write some unit tests, etc. before I am comfortable submitting it to LibreOffice. I'll take a look at EmbeddedFontsH

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

2013-08-27 Thread Caolán McNamara
vcl/coretext/salgdi2.cxx | 56 +++ 1 file changed, 28 insertions(+), 28 deletions(-) New commits: commit 8efbafaf8681d39c8c3674368e02ddd572ba5d32 Author: Caolán McNamara Date: Tue Aug 27 16:40:53 2013 +0100 Related: fdo#68192 register bundled

Re: eot embedded fonts

2013-08-27 Thread Lubos Lunak
On Tuesday 27 of August 2013, Brennan T Vincent wrote: > Hi all, > > One of the most commonly-occurring problems with .pub import is the fact > that we don't respect embedded fonts. Now that LibreOffice supports > embedded fonts, it should be possible to make this work. That depends. EOT is a Mic

[Libreoffice-commits] core.git: solenv/gbuild

2013-08-27 Thread Stephan Bergmann
solenv/gbuild/platform/com_MSC_class.mk |2 +- solenv/gbuild/platform/mingw.mk |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 1b7ac34ea6c1ee8b06ef4cb2ac1791b70189e5cf Author: Stephan Bergmann Date: Tue Aug 27 17:20:17 2013 +0200 PLAINLIBS_NONE

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

2013-08-27 Thread Pierre-Eric Pelloux-Prayer
sc/source/core/tool/interpr1.cxx | 36 +--- 1 file changed, 25 insertions(+), 11 deletions(-) New commits: commit 3fed166279377f7ad702b8911899243b8adff3bf Author: Pierre-Eric Pelloux-Prayer Date: Fri Aug 16 16:29:38 2013 +0200 interpr/vlookup: use ScMatri

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Bug 60270 depends on bug 67743, which changed state. Bug 67743 Summary: can't save new autocorrect entries or delete existing ones https://bugs.freedesktop.org/show_bug.cgi?id=67743 What|Removed |Added

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Thomas van der Meulen changed: What|Removed |Added Depends on||68607 --- Comment #169 from Thom

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

2013-08-27 Thread Kohei Yoshida
sc/source/core/tool/scmatrix.cxx | 40 +++ 1 file changed, 24 insertions(+), 16 deletions(-) New commits: commit 805e43c8c7d10568186cf218f8c1baf39691e3b1 Author: Kohei Yoshida Date: Tue Aug 27 10:35:36 2013 -0400 Follow-up change for coding styles, bo

[Libreoffice-commits] core.git: 7 commits - i18nlangtag/source

2013-08-27 Thread Eike Rathke
i18nlangtag/source/isolang/isolang.cxx | 247 - 1 file changed, 155 insertions(+), 92 deletions(-) New commits: commit 78e2309c0fb21d77b64f37b3269d0d53e6fa7d1b Author: Eike Rathke Date: Tue Aug 27 16:24:02 2013 +0200 use IsoLanguageScriptCountryEntry in co

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

2013-08-27 Thread Kohei Yoshida
sc/source/core/tool/scmatrix.cxx |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit b07708dd46443218919ae8d6c0abe421f75a82f8 Author: Kohei Yoshida Date: Tue Aug 27 10:23:05 2013 -0400 Fix the build. Change-Id: I4d259c7bb8c043889ea23ae9056e2eb8a63

Re: [Libreoffice-commits] core.git: formula/source: get rid of unnecessary warning

2013-08-27 Thread Eike Rathke
Hi Winfried, On Tuesday, 2013-08-27 06:48:28 -0700, Winfried Donkers wrote: > commit e5321437322fd812b93fee266af309e782479488 > Author: Winfried Donkers > Date: Thu Aug 22 17:03:58 2013 +0200 > > get rid of unnecessary warning > > A value of 0 for Opcode eOp produces a debug asse

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

2013-08-27 Thread Pierre-Eric Pelloux-Prayer
sc/inc/scmatrix.hxx |2 sc/source/core/tool/scmatrix.cxx | 126 +++ 2 files changed, 128 insertions(+) New commits: commit 7334f8db6f6004d48e2dbf014f27878a7ae21eb1 Author: Pierre-Eric Pelloux-Prayer Date: Fri Aug 16 16:29:27 2013 +0200

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - vcl/inc vcl/source

2013-08-27 Thread Armin Le Grand
vcl/inc/vcl/bitmapex.hxx| 23 + vcl/inc/vcl/bmpacc.hxx | 10 ++ vcl/source/gdi/bitmapex.cxx | 176 vcl/source/gdi/bmpacc.cxx | 120 ++ vcl/source/gdi/outdev2.cxx | 125 --- 5

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

2013-08-27 Thread Caolán McNamara
editeng/source/misc/acorrcfg.cxx| 15 +-- include/unotools/ucbhelper.hxx | 18 +++--- sfx2/source/doc/docfile.cxx | 23 ++- unotools/source/ucbhelper/ucbhelper.cxx | 20 4 files changed, 50 insert

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

2013-08-27 Thread Winfried Donkers
formula/source/core/api/FormulaCompiler.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit e5321437322fd812b93fee266af309e782479488 Author: Winfried Donkers Date: Thu Aug 22 17:03:58 2013 +0200 get rid of unnecessary warning A value of 0 for Opco

Re: Smart-Art in Writer - Correct 'Import' approach ?

2013-08-27 Thread Thorsten Behrens
Adam Fyne wrote: > Meaning – if the user does WordèLOèWord round-trip we plan that they > won't lose their Smart-Art object. > Hi Adam, sounds lovely - > In order to preserve the original Smart-Art object – we would plan > on loading the entire XML nodes and attributes of Smart-Art to > property

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

2013-08-27 Thread Caolán McNamara
editeng/source/misc/acorrcfg.cxx| 15 +-- include/unotools/ucbhelper.hxx | 18 +++--- sfx2/source/doc/docfile.cxx | 23 ++- unotools/source/ucbhelper/ucbhelper.cxx | 20 4 files changed, 50 insert

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

2013-08-27 Thread Kohei Yoshida
sc/source/filter/xml/xmlcelli.cxx | 16 sc/source/filter/xml/xmlcelli.hxx |2 +- 2 files changed, 9 insertions(+), 9 deletions(-) New commits: commit df2c34045d753fc80484f7d7f128ec5e8b52ffc7 Author: Kohei Yoshida Date: Mon Aug 26 15:28:46 2013 -0400 fdo#68581: The f

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

2013-08-27 Thread Julien Nabet
toolkit/source/controls/tree/treedatamodel.cxx | 21 +++-- 1 file changed, 7 insertions(+), 14 deletions(-) New commits: commit 8763c77c39507284d45eb79c29977eb0174b66f1 Author: Julien Nabet Date: Tue Aug 27 07:25:33 2013 +0200 Simplify a bit iterator + remove double chec

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 46060, which changed state. Bug 46060 Summary: Writer corrupts DOCX file containing TOC, recovery not possible with Office 2010 https://bugs.freedesktop.org/show_bug.cgi?id=46060 What|Removed

Smart-Art in Writer - Correct 'Import' approach ?

2013-08-27 Thread Adam Fyne
Hi Community, We are doing some work on implementing 'Smart-Art *Preservation*' in Writer. Meaning – if the user doesWordèLOèWordround-trip we plan that they won't lose their Smart-Art object. Currently Smart-Art is being imported into *simple shapes* in Writer (which don't exactly look

Project ...

2013-08-27 Thread Jakub Kościelak
Dear Developers I would like to ask if someone would be interested in taking part in a project focused on adding missing functionality to LibreOffice. I wanted to ask if anyone of you have already dealt with, or is in the process of work on the following issues. Any information will be extreme

Re: [Libreoffice-qa] QA Meeting Minutes - 2013-08-23

2013-08-27 Thread Terrence Enger
> (*) Florian R. - If new repo --> Include older versions!! > > (*) Bjoern - Including older versions would expand the > repository and make the initial download size much larger > (might be scary for first-time QA members?) Perhaps we could get a lot of the benefit of the olde

Project focused on adding missing functionality to LibreOffice.

2013-08-27 Thread Jakub Kościelak
Dear Developers I would like to ask if someone would be interested in taking part in a project focused on adding missing functionality to LibreOffice. I wanted to ask if anyone of you have already dealt with, or is in the process of work on the following issues. Any information will be extr

libre office basic BUG (I believe so)

2013-08-27 Thread joseramos
Hi fellows and thanks for your attention. First, I learned VBA with Excel by my self. I have no expertise programming in any language. For now on, I have to use Calc as much as Excel. I'm trying to include conditional format thru a basic program. I have to create a spreadsheet with conditional f

[Libreoffice-commits] core.git: package/source svl/source

2013-08-27 Thread Stephan Bergmann
package/source/xstor/xfactory.cxx |2 +- svl/source/fsstor/fsfactory.cxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 5e9137c9635141430b946aae2d0317c432a471ef Author: Stephan Bergmann Date: Tue Aug 27 14:49:38 2013 +0200 These shall apparently ch

Re: Build fails when --with-help is enabled

2013-08-27 Thread Miklos Vajna
On Tue, Aug 27, 2013 at 12:12:34PM +0100, Flavio Moringa wrote: > That seems to shed some light on the problem... Also using "C:/" paths > instead of "/cygdrive/c" in the script upack-sources when using cygwin it's > problematic... Actually I'm not sure anybody tried that combo: Linux distros bu

Re: Strange loop in SwDoc::GetExtTextInput

2013-08-27 Thread Matteo Casalin
Hi Michael On Tue, 27 Aug 2013 14:15:38 +0200 Michael Stahl wrote: > On 26/08/13 12:55, Matteo Casalin wrote: > > Hi all, > > I stumbled upon the following loop [1] on a Ring, which seems > > wrong to me: > > > > SwExtTextInput* pTmp = (SwExtTextInput*)mpExtInputRing; > > do { > > /

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

2013-08-27 Thread Adam Co
sw/source/filter/ww8/docxattributeoutput.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 59d8dde3fc9a4dc653e43efb8552efc4ab3efc92 Author: Adam Co Date: Sun Jul 21 16:27:45 2013 +0300 fdo#66145 DOCX export: fix not-well-formed output Reviewed-on

Re: Question o default persona

2013-08-27 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Kendy Em 26-08-2013 11:35, Jan Holesovsky escreveu: > Hi Olivier, > > [adding the ML in case this was interesting for others] > > Olivier Hallot píše v So 24. 08. 2013 v 09:40 -0300: > > Search for the settings.cxx there. I like your solution (

[Libreoffice-commits] dev-tools.git: scripts/esc-bug-stats.pl

2013-08-27 Thread Michael Meeks
scripts/esc-bug-stats.pl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2650bc0f653ca6c32089363253df4f38a19ebc79 Author: Michael Meeks Date: Tue Aug 27 13:29:33 2013 +0100 de-mangle a formula. diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 tommy27 changed: What|Removed |Added Hardware|x86 (IA32) |All OS|Linux (All)

Re: Strange loop in SwDoc::GetExtTextInput

2013-08-27 Thread Michael Stahl
On 26/08/13 12:55, Matteo Casalin wrote: > Hi all, > I stumbled upon the following loop [1] on a Ring, which seems > wrong to me: > > SwExtTextInput* pTmp = (SwExtTextInput*)mpExtInputRing; > do { > // > // do something that does not modify pTmp nor mpExtInputRing > // > } wh

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

2013-08-27 Thread Zolnai Tamás
sw/source/core/layout/paintfrm.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit aa279b32a8db69d00aa625714c3894f02ee9de26 Author: Zolnai Tamás Date: Tue Aug 27 14:03:51 2013 +0200 Avoid painting of empty shadow Change-Id: Ie293ad397b8b3f6db7

[Libreoffice-commits] core.git: 2 commits - jvmfwk/distributions Repository.mk sal/textenc scp2/source solenv/gbuild ure/source

2013-08-27 Thread Stephan Bergmann
Repository.mk | 18 +- jvmfwk/distributions/OpenOfficeorg/javavendors_freebsd.xml |8 jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml| 12 - jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml |6 jvmfwk/distribution

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 55618, which changed state. Bug 55618 Summary: LOCALHELP: obsolete for CALC Conditional Formatting https://bugs.freedesktop.org/show_bug.cgi?id=55618 What|Removed |Added ---

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

2013-08-27 Thread Andras Timar
sc/source/ui/src/condformatdlg.src |1 + sc/source/ui/src/condformatmgr.src |1 + 2 files changed, 2 insertions(+) New commits: commit 751fe319dc1a5ae99b3e4874791d6c171f9d20f0 Author: Andras Timar Date: Tue Aug 27 13:06:05 2013 +0200 add HelpIDs to CALC Conditional Formatting dial

[Libreoffice-commits] help.git: source/text

2013-08-27 Thread Andras Timar
source/text/scalc/01/0512.xhp | 143 +++--- source/text/scalc/guide/cellstyle_conditional.xhp |4 2 files changed, 102 insertions(+), 45 deletions(-) New commits: commit 39a7e6c2242bbe9050f4b7a408d95f06dcfd7a02 Author: Andras Timar Date: Tue Aug 27 13:

[Libreoffice-commits] core.git: helpcontent2

2013-08-27 Thread Andras Timar
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0fdc9a07e97fedcefb6de4b97f0b23321e83565d Author: Andras Timar Date: Tue Aug 27 13:05:14 2013 +0200 Updated core Project: help 39a7e6c2242bbe9050f4b7a408d95f06dcfd7a02 diff --git a/helpcontent2

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-08-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Ritu changed: What|Removed |Added Hardware|All |x86 (IA32) OS|All

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

2013-08-27 Thread Zolnai Tamás
sw/source/core/layout/paintfrm.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 212b225da7e4817fb7a090deba3cd3513c034526 Author: Zolnai Tamás Date: Tue Aug 27 13:29:01 2013 +0200 OSL_ENSURE(false) -> assert(false) Change-Id: I236f19cc33ee3cc51f477

Re: Build fails when --with-help is enabled

2013-08-27 Thread Flavio Moringa
I, thanks for helping. Yes you are right, I'm building from the source tarball... I will then unpack the dictionaries and help sourecs to the build root... Will tell if it worked... I was also looking at this thread: http://comments.gmane.org/gmane.linux.lfs.beyond.support/47479 That seems to

[REMINDER] Code-freeze for 4.1.2 is next Monday (2013-09-02)

2013-08-27 Thread Christian Lohmaier
Hi *, this is a reminder that next Monday ( 2013-09-02) is code-freeze and branch off for LibreOffice 4.1.2 So if you have stuff that should be part of 4.1.2, please make sure to submit any patches for review/nag people to review them this week. See also https://wiki.documentfoundation.org/Devel

Re: Build fails when --with-help is enabled

2013-08-27 Thread Miklos Vajna
On Tue, Aug 27, 2013 at 11:35:57AM +0100, Flavio Moringa wrote: > I get the following error: > > $ /opt/lo/bin/make > C:/libreoffice-4.1.0.4/bin/unpack-sources C:/libreoffice-4.1.0.4 > C:/libreoffice-4.1.0.4/src/libreoffice-dictionaries-4.1.0.4.tar.xz > C:/libreoffice-4.1.0.4/src/libreoffice-hel

URGENT: Build fails when --with-help is enabled

2013-08-27 Thread Flavio Moringa
I guys, I've already made a windows build using this options: ./autogen.sh \ --enable-release-build \ --enable-extra-gallery \ --enable-extra-sample \ --enable-extra-font \ --enable-extra-template \ --verbose \ --enable-verbose \ --disable-activex \ --without-junit \ --with-ant-home="/cygdriv

[Libreoffice-commits] mso-dumper.git: 2 commits - src/msodraw.py test/doc

2013-08-27 Thread Miklos Vajna
src/msodraw.py | 34 -- test/doc/pass/abi5027-1.doc |binary 2 files changed, 32 insertions(+), 2 deletions(-) New commits: commit 748b246a0bfd5159372cff62a2ccbdb0eddeaed1 Author: Miklos Vajna Date: Tue Aug 27 12:35:17 2013 +0200 msodraw: dum

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

2013-08-27 Thread Caolán McNamara
sc/uiconfig/scalc/ui/textimportcsv.ui | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit f9f0f27d1a8556e283050e01e8ddbdc125b11ae4 Author: Caolán McNamara Date: Tue Aug 27 10:39:05 2013 +0100 Resolves: fdo#68555 use (current) consistent ok/cancel/

Re: [GSoC] Character border, 10. week

2013-08-27 Thread Miklos Vajna
Hi Tamas, On Tue, Aug 27, 2013 at 10:57:40AM +0200, Zolnai Tamás wrote: > In the previous week I've done the next things: > - Implement border shadow. > - Finish ODF filter (write OASIS ODF proposal) > - Write help for character border > - Fix two bugs: >- Borders with different styles were

[Libreoffice-commits] core.git: 3 commits - Repository.mk solenv/gbuild testtools/CustomTarget_bridgetest.mk testtools/CustomTarget_uno_test.mk

2013-08-27 Thread Stephan Bergmann
Repository.mk |9 +++-- solenv/gbuild/Library.mk |2 +- solenv/gbuild/platform/IOS_ARM_GCC.mk |1 + solenv/gbuild/platform/android.mk |1 + solenv/gbuild/platform/solaris.mk |1 + solenv/gbuild/platform/unxgcc.mk |1 + t

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

2013-08-27 Thread Caolán McNamara
sc/uiconfig/scalc/ui/textimportcsv.ui | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit 9d8cda2f54adc0af4abdc1fc9675e7bc9c94228c Author: Caolán McNamara Date: Tue Aug 27 10:39:05 2013 +0100 Resolves: fdo#68555 use (current) consistent ok/cancel/

[Libreoffice-commits] core.git: 2 commits - filter/qa include/tools tools/source unusedcode.easy

2013-08-27 Thread Caolán McNamara
filter/qa/cppunit/data/tiff/pass/CVE-2013-5575-1.tiff |binary include/tools/string.hxx |1 - tools/source/string/tustring.cxx | 16 unusedcode.easy |1 - 4 files changed, 18 deletion

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - cui/uiconfig

2013-08-27 Thread Faisal M . Al-Otaibi
cui/uiconfig/ui/optmemorypage.ui |6 -- 1 file changed, 6 deletions(-) New commits: commit 751b65b246f9adaad314af808940e31050edc642 Author: Faisal M. Al-Otaibi Date: Tue Aug 27 08:20:54 2013 +0300 fix uneditable field in memory option page this will fix an uneditable "rem

How to add extra templates to 4.1 windows build

2013-08-27 Thread Flavio Moringa
I guys, I'm trying to add a few extra templates to a 4.1 windows build, but I don't know where to put them on the source dir so that they are caught in the final MSI In 3.x I used to put them in "extras/source/premium/templates/lang/en-US/" but that dir does not exist anymore Any help?

[Libreoffice-commits] core.git: 2 commits - include/svx include/tools include/vcl rsc/inc rsc/source sc/source sfx2/source svx/source sw/source sw/uiconfig toolkit/source tools/source unusedcode.easy

2013-08-27 Thread Caolán McNamara
include/svx/nbdtmg.hxx|2 -- include/svx/nbdtmgfact.hxx| 14 +++--- include/tools/rc.h|3 --- include/tools/rcid.h |2 +- include/vcl/button.hxx|1 - rsc/inc/rscdb.hxx

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

2013-08-27 Thread Faisal M . Al-Otaibi
cui/uiconfig/ui/optmemorypage.ui |6 -- 1 file changed, 6 deletions(-) New commits: commit 93be66f98f3180cbbe358bb5b38f64852a0d30fc Author: Faisal M. Al-Otaibi Date: Tue Aug 27 08:20:54 2013 +0300 fix uneditable field in memory option page this will fix an uneditable "rem

[GSoC] Character border, 10. week

2013-08-27 Thread Zolnai Tamás
Hi All, In the previous week I've done the next things: - Implement border shadow. - Finish ODF filter (write OASIS ODF proposal) - Write help for character border - Fix two bugs: - Borders with different styles were merged to one borderline primitive (solid-dashed-dotted) - The relatively n

[Libreoffice-commits] core.git: test/Package_unittest.mk test/user-template

2013-08-27 Thread Stephan Bergmann
test/Package_unittest.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 26f34f89d98e32bbef0489c64d5ca6c3278ce8c8 Author: Stephan Bergmann Date: Tue Aug 27 10:17:09 2013 +0200 Make sure unittest/user/config/soffice.cfg/ exits ...otherwise PresetHandler::getOrCreateRo

Re: eot embedded fonts

2013-08-27 Thread Brennan T Vincent
Sure, I can work on the libreoffice integration myself. Pointers would be good :) On Tue, Aug 27, 2013 at 12:15 AM, Jan Holesovsky wrote: > Hi Brennan, > > Brennan T Vincent píše v Po 26. 08. 2013 v 21:23 -0700: > > > One of the most commonly-occurring problems with .pub import is the > > fact

Re: eot embedded fonts

2013-08-27 Thread Jan Holesovsky
Hi Brennan, Brennan T Vincent píše v Po 26. 08. 2013 v 21:23 -0700: > One of the most commonly-occurring problems with .pub import is the > fact that we don't respect embedded fonts. Now that LibreOffice > supports embedded fonts, it should be possible to make this work. > > A few questions: > >

Re: About erasing iterators (ohierarchyholder.cxx, package module)

2013-08-27 Thread Jan Holesovsky
Hi Julien, julien2412 píše v Po 26. 08. 2013 v 21:41 -0700: > I'm taking a look to the use of erase on iterators. > I found this example: > 289 void OHierarchyElement_Impl::RemoveElement( const ::rtl::Reference< > OHierarchyElement_Impl >& aRef ) > 290 { > 291 { > 292