[Libreoffice] LO-SDK problem with Exception.hxx

2011-03-04 Thread Sergey
Hello,

I am trying to build my report generator with LibreOffice SDK and it
fails because it can't find com/sun/star/uno/Exception.hxx which is get
included in libreoffice/basis-link/sdk/include/cppuhelper/bootstrap.hxx
I haven't tried to build it with OpenOffice SDK for some time, but my
last build was successful. Am I doing something wrong?
I use Arch Linux, libreoffice-sdk 3.3.1, gcc 4.5.2

Thanks

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PATCH] [Pushed] translated german comments in module fpicker

2011-03-04 Thread Muthu Subramanian K
Hi,

Pushed. Thank you for your patch.
Looking for more... :)

Thanks again!
Muthu Subramanian

On 03/04/2011 01:01 AM, Michael Muench wrote:
 Hi,
 
 translated german comments in libs-core/fpicker/.
 License is LGPLv3+/MPL.
 
 Regards,
 Michael
 
 
 
 ___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] LO-SDK problem with Exception.hxx

2011-03-04 Thread Caolán McNamara
On Fri, 2011-03-04 at 11:35 +0100, Sergey wrote:
 Hello,
 
 I am trying to build my report generator with LibreOffice SDK and it
 fails because it can't find com/sun/star/uno/Exception.hxx

Exception.hxx or Exception.hpp ? I suspect that its Exception.hpp
because thats the #include in cppuhelper/bootstrap.hxx

IIRC you're supposed to generate that .hpp (and the others) from
the .idl, i.e. you should have a com/sun/star/uno/Exception.idl
somewhere or other and cppumaker on the correct .rdb file generates them
in your own build dir.

You can see an example in e.g. voikko or openoffice.org-diafilter

Taking diafilter, (https://fedorahosted.org/openoffice.org-diafilter/)
see the Makefile line 134
https://fedorahosted.org/openoffice.org-diafilter/browser/Makefile#L134
That generates a pile of .hpp files at build time, and one of them is
the required Exception.hpp e.g. one of the output files is
build/hpp/com/sun/star/uno/Exception.hpp

C.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] LO-SDK problem with Exception.hxx

2011-03-04 Thread Jonathan Aquilina
I know not to long ago Caolan there were issues with trying to compile with
gcc 4.5 is that still the case?

On Fri, Mar 4, 2011 at 12:18 PM, Caolán McNamara caol...@redhat.com wrote:

 On Fri, 2011-03-04 at 11:35 +0100, Sergey wrote:
  Hello,
 
  I am trying to build my report generator with LibreOffice SDK and it
  fails because it can't find com/sun/star/uno/Exception.hxx

 Exception.hxx or Exception.hpp ? I suspect that its Exception.hpp
 because thats the #include in cppuhelper/bootstrap.hxx

 IIRC you're supposed to generate that .hpp (and the others) from
 the .idl, i.e. you should have a com/sun/star/uno/Exception.idl
 somewhere or other and cppumaker on the correct .rdb file generates them
 in your own build dir.

 You can see an example in e.g. voikko or openoffice.org-diafilter

 Taking diafilter, (https://fedorahosted.org/openoffice.org-diafilter/)
 see the Makefile line 134
 https://fedorahosted.org/openoffice.org-diafilter/browser/Makefile#L134
 That generates a pile of .hpp files at build time, and one of them is
 the required Exception.hpp e.g. one of the output files is
 build/hpp/com/sun/star/uno/Exception.hpp

 C.

 ___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice




-- 
Jonathan Aquilina
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] LO-SDK problem with Exception.hxx

2011-03-04 Thread Caolán McNamara
On Fri, 2011-03-04 at 12:19 +0100, Jonathan Aquilina wrote:
 I know not to long ago Caolan there were issues with trying to compile
 with gcc 4.5 is that still the case?

I don't know of any gcc 4.5 issues. Was building with it regularly until
a few weeks ago when I moved over to gcc 4.6.0

C.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] an attempt to connect LO to the unhosted web

2011-03-04 Thread Michael Meeks
Hi Michiel,

On Mon, 2011-02-28 at 20:50 +0100, Michiel de Jong wrote:
 Since today I am a full-time developer of the Unhosted project.

Great ;-)

  Specifically, our first goal is creating an alternative to Google
 Docs. The first step towards this will be a proof-of-concept that
 explains the idea we have.

Great. In order to do this in a way that is complimentary to
LibreOffice, rather than providing a pure duplication of it (probably in
JavaScript ;-), and thus in order to work together effectively - I
suggest you read:

http://lists.freedesktop.org/archives/libreoffice/2011-January/006399.html

and the following thread, -before- starting coding.

 The proof of concept (working title: LibreDocs) will be much like
 slideshare: To write the document you use LO on your desktop, but then
 you publish it to the unhosted web in odf format

So - on-line / CMS / publishing integration is something that is
currently pretty ugly and unpleasant to use in LibreOffice - I'd love to
see that improved, regardless of what server technology you choose.

 The unhosted odf viewer will be based almost entirely on webodf, the
 excellent javascript library that Jos van den Oever published
 recently.

Well; IMHO you can do a lot better for an editor - perhaps for a view
it works, but even so - I strongly suggest reading the thread above
before starting. Your initial choice of technologies will have a very
strong influence on two things:

* feature depth  time to market
+ do you want to make decisions to start with that cut
  out tons of possible features ?
+ how about ones that commit you to re-writing many
  millions of lines of Javascript ?

* co-operation vs. competition
+ does your approach allow you to re-use LibreOffice
  code, and work as part of our fun community 
or...   + are you going to invest your effort in attempting to
  re-write and compete with it; in which case you will
  have very limited support from me (at least) ;-)

 As I said, this email is FYI, I've only just started working on this
 today. I'll let you know when I have something working. It's not much
 use discussing it much before it exists.

Au contraire :-) it is great to get the initial design right, and
(preferably) done in a way that can deliver you a great, complete
product, quickly, and with 95% of the code shared with us.

ATB,

Michael.

-- 
 michael.me...@novell.com  , Pseudo Engineer, itinerant idiot


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] LO-SDK problem with Exception.hxx

2011-03-04 Thread Sergey
Ok, sorry, I forget I have to generate headers, now it compiles fine.
Thanks!

On Fri, 2011-03-04 at 11:18 +, Caolán McNamara wrote:
 On Fri, 2011-03-04 at 11:35 +0100, Sergey wrote:
  Hello,
  
  I am trying to build my report generator with LibreOffice SDK and it
  fails because it can't find com/sun/star/uno/Exception.hxx
 
 Exception.hxx or Exception.hpp ? I suspect that its Exception.hpp
 because thats the #include in cppuhelper/bootstrap.hxx
 
 IIRC you're supposed to generate that .hpp (and the others) from
 the .idl, i.e. you should have a com/sun/star/uno/Exception.idl
 somewhere or other and cppumaker on the correct .rdb file generates them
 in your own build dir.
 
 You can see an example in e.g. voikko or openoffice.org-diafilter
 
 Taking diafilter, (https://fedorahosted.org/openoffice.org-diafilter/)
 see the Makefile line 134
 https://fedorahosted.org/openoffice.org-diafilter/browser/Makefile#L134
 That generates a pile of .hpp files at build time, and one of them is
 the required Exception.hpp e.g. one of the output files is
 build/hpp/com/sun/star/uno/Exception.hpp
 
 C.
 


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] One bool mistake in msfilter

2011-03-04 Thread Arnaud Versini
Hello,

This verry small patch replace BOOL by bool for bRetValue.

Can I replace all BOOL from msfilter to bool?

Patch underLGPLv3+/MPL.

Thanks
From 14f0fda323be0bceabf0443240d7ec2f89942ad1 Mon Sep 17 00:00:00 2001
From: Arnaud Versini arnaud.vers...@gmail.com
Date: Fri, 4 Mar 2011 13:06:07 +0100
Subject: [PATCH] bool functions should use bool instead of BOOL for bRetValue.

---
 filter/source/msfilter/svxmsbas.cxx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/filter/source/msfilter/svxmsbas.cxx b/filter/source/msfilter/svxmsbas.cxx
index 906a1c7..81719f4 100644
--- a/filter/source/msfilter/svxmsbas.cxx
+++ b/filter/source/msfilter/svxmsbas.cxx
@@ -116,7 +116,7 @@ int SvxImportMSVBasic::Import( const String rStorageName,
 bool SvxImportMSVBasic::ImportForms_Impl(const String rStorageName,
 const String rSubStorageName, BOOL bVBAMode )
 {
-BOOL bRet = FALSE;
+bool bRet = false;
 // #FIXME VBA_Impl ( or some other new class ) should handle both userforms
 // and code 
 	VBA_Impl aVBA( *xRoot, TRUE );
-- 
1.7.4.1

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] Remove DECLARE_LIST in idl.

2011-03-04 Thread Rafael Dominguez



0001-Remove-of-DECLARE_LIST.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] List container cleaning in sd.

2011-03-04 Thread Rafael Dominguez



0002-Remove-usage-of-deprecated-List-container.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PATCH][PUSHED] Remove DECLARE_LIST in idl.

2011-03-04 Thread Joseph Powers

On Mar 4, 2011, at 6:45 AM, Rafael Dominguez wrote:

 
 0001-Remove-of-DECLARE_LIST.patch

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PATCH][PUSHED] List container cleaning in sd.

2011-03-04 Thread Joseph Powers

On Mar 4, 2011, at 6:46 AM, Rafael Dominguez wrote:

 
 0002-Remove-usage-of-deprecated-List-container.patch

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [REVIEW] paralel build problem sfx2/workben/custompanel

2011-03-04 Thread Petr Mladek
Hi,

would you mind to cherry pick 
http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=73c529b72c2b7d91e5b1e8938b5c59e6e72299e8
into libreoffice-3-3 branch?

It is normal to list all the generated files in EXTENSION_PACKDEPS, see
the template
http://opengrok.libreoffice.org/xref/bootstrap/solenv/inc/templates/extension_tmpl.mk#133

I hope that it would fix the build error:

--- cut ---
/bin/bash: ../../unxlngi6.pro/misc/custom-tool-panel/DrawWindowState.xcu: No 
such file or directory
cp ./Factories.xcu ../../unxlngi6.pro/misc/custom-tool-panel/Factories.xcu
Compiling: sfx2/source/doc/objstor.cxx
RscDep 1.0 (c)2000 StarOffice
dmake:  Error code 1, while making
'../../unxlngi6.pro/misc/unxlngi6.pro/misc/custom-tool-panel/DrawWindowState.xcu'
--- cut ---

In each case, it does not block the build and should not cause any harm.


Best Regards,
Petr

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] List container cleaning in sd.

2011-03-04 Thread Rafael Dominguez



0001-Remove-usage-of-List-container.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PATCH][PUSHED] List container cleaning.

2011-03-04 Thread Lubos Lunak
On Wednesday 02 of March 2011, Rafael Dominguez wrote:
 More List container cleaning up, added an append function to ParagraphList,
 removed some unused code in writer.  All the test passed succesfully.

 Pushed, thanks.

-- 
 Lubos Lunak
 l.lu...@suse.cz
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] an attempt to connect LO to the unhosted web

2011-03-04 Thread Michiel de Jong
On Fri, Mar 4, 2011 at 12:36 PM, Michael Meeks michael.me...@novell.comwrote:

 On Mon, 2011-02-28 at 20:50 +0100, Michiel de Jong wrote:

  Specifically, our first goal is creating an alternative to Google
  Docs. The first step towards this will be a proof-of-concept that
  explains the idea we have.

 Great. In order to do this in a way that is complimentary to
 LibreOffice, rather than providing a pure duplication of it (probably in
 JavaScript ;-), and thus in order to work together effectively - I
 suggest you read:

 http://lists.freedesktop.org/archives/libreoffice/2011-January/006399.html

and the following thread, -before- starting coding.


Thanks for your comments! that definitely gives some context, and I agree
with everything you said in your post, and also in the other thread. This
only makes sense if we can do it with the current code of LibreOffice, only
adapting it at the edges and/or hinges. I'm mulling over various options
that still need to mature a little bit in my head.

But rest assured that none of them involve things like porting millions of
lines of LibreOffice code to JavaScript. :)


Cheers,
Michiel.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PATCH] Remove useless comments.

2011-03-04 Thread Lubos Lunak
On Friday 04 of March 2011, Guillaume Poussel wrote:
 And again new patches attached (2/2)

 2011/3/3 Guillaume Poussel gpous...@gmail.com:
  Attached patches for components and filters.

 Pushed (all 7 patches in the 3 mails), thanks.

-- 
 Lubos Lunak
 l.lu...@suse.cz
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] List container cleaning in sd.

2011-03-04 Thread Rafael Dominguez



0001-Remove-usage-of-List-container.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PATCH] renamed MACASSGN_TEXTBAUST - MACASSGN_AUTOTEXT

2011-03-04 Thread Caolán McNamara
On Mon, 2011-02-28 at 10:36 +0100, Christina Roßmanith wrote:
 Sorry - I accidentally pushed that patch while I pushed some
 translation patches. So if there are any objections please explain,
 how I can undo this...

I doubt there's any objections. Seems fine, but you could use e.g.
git-revert commit-it you wanted to revert a pushed patch.

C.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PATCH] Comment cleanup writer

2011-03-04 Thread Christina Roßmanith

Hi,

I've applied your monster patch locally, waiting for a complete build 
before pushing it. Please break you patches in smaller parts in the 
future (c.f. 
http://wiki.documentfoundation.org/Development/Patch_Handling_Guideline)


Thank you,
Christina Rossmanith


Am 03.03.2011 03:10, schrieb David Nalley:

Hi all:

Attached are two patches largely around comment cleanup, though with a
few translations and some commented-out-code removal as well.
This is my first set of patches to libreoffice, so feel free to
critique - you won't hurt my feelings.

Cheers,

David


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Compiler warnings ICC

2011-03-04 Thread Caolán McNamara
On Wed, 2011-03-02 at 20:33 +0100, Kenneth Venken wrote:
 Hi,
 
 there are a lot of compiler warnings when building ICC. It seems that
 building ICC consists of extracting 

I guess we generally don't care that much about compiler warnings in the
external modules that contain source we didn't write outselves,
especially for the ICC stuff which is only built to run a program to
generate some custom color-profile data and then we compile that output
data into LibreOffice

 Probably better would be to use the newer SampleICC library:
 http://sourceforge.net/projects/sampleicc/files/sampleicc%
 20tar/SampleIcc-1.6.3/SampleICC-1.6.3.tar.gz/download
 since this warning, and probably many others, are fixed upstream in
 1.6.3. But i wouldn't know how to go about it.

Possibly worth a shot, just grab the .tar.gz, get a md5sum of it, stick
it into the libo/src dir as md5sum-name.tar.gz, tweak the
icc/makefile.mk to change 1.3.2 to 1.6.3, sed the .patch to change 1.3.2
to 1.6.3 and see what rejects/fails :-)

Given the big size of that patch I sort of suspect its a little tricky.

It might be better to go back over the git log of the patch and split it
back up into multiple patches per fix/feature and make multiple patches
in there as a first step. e.g. see the multiple patches in libxml2 or
icu.

C.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] Add non blank characters in Writter properties dialog.

2011-03-04 Thread Arnaud Versini
Hello,

This patch add non blank characters count in Properties in Writter.

Patch under LGPLv3+/MPL.

Thanks

-- 
Arnaud Versini
From 35ce02c195ad93c8684e3d80fe9c9cffb19da1cc Mon Sep 17 00:00:00 2001
From: Arnaud Versini arnaud.vers...@gmail.com
Date: Fri, 4 Mar 2011 21:46:43 +0100
Subject: [PATCH] Add non blank characters in Writter properties dialog.

---
 sw/source/ui/dialog/docstdlg.cxx |3 +++
 sw/source/ui/dialog/docstdlg.hrc |2 ++
 sw/source/ui/dialog/docstdlg.src |   33 +++--
 sw/source/ui/inc/docstdlg.hxx|2 ++
 4 files changed, 30 insertions(+), 10 deletions(-)

diff --git a/sw/source/ui/dialog/docstdlg.cxx b/sw/source/ui/dialog/docstdlg.cxx
index 5b88900..e6bce47 100644
--- a/sw/source/ui/dialog/docstdlg.cxx
+++ b/sw/source/ui/dialog/docstdlg.cxx
@@ -69,6 +69,7 @@ SwDocStatPage::SwDocStatPage(Window *pParent, const SfxItemSet rSet) :
 aParaLbl	(this, SW_RES( FT_PARA		 )),
 aWordLbl	(this, SW_RES( FT_WORD		 )),
 aCharLbl	(this, SW_RES( FT_CHAR 	 )),
+aCharExclSpacesLbl	(this, SW_RES( FT_CHAR_EXCL_SPACES )),
 aLineLbl(this, SW_RES( FT_LINE   )),
 
 aTableNo(this, SW_RES( FT_TABLE_COUNT)),
@@ -78,6 +79,7 @@ SwDocStatPage::SwDocStatPage(Window *pParent, const SfxItemSet rSet) :
 aParaNo		(this, SW_RES( FT_PARA_COUNT )),
 aWordNo		(this, SW_RES( FT_WORD_COUNT )),
 aCharNo		(this, SW_RES( FT_CHAR_COUNT )),
+aCharExclSpacesNo (this, SW_RES( FT_CHAR_COUNT_EXCL_SPACES )),
 aLineNo		(this, SW_RES( FT_LINE_COUNT )),
 aUpdatePB	(this, SW_RES( PB_PDATE  ))
 {
@@ -128,6 +130,7 @@ void SwDocStatPage::SetData(const SwDocStat rStat)
 aParaNo.SetText(String::CreateFromInt32( rStat.nPara ));
 aWordNo.SetText(String::CreateFromInt32( rStat.nWord ));
 aCharNo.SetText(String::CreateFromInt32( rStat.nChar ));
+aCharExclSpacesNo.SetText(String::CreateFromInt32( rStat.nCharExcludingSpaces ));
 }
 
 /*
diff --git a/sw/source/ui/dialog/docstdlg.hrc b/sw/source/ui/dialog/docstdlg.hrc
index 358b277..ccd79a5 100644
--- a/sw/source/ui/dialog/docstdlg.hrc
+++ b/sw/source/ui/dialog/docstdlg.hrc
@@ -32,6 +32,7 @@
 #define FT_PARA5
 #define FT_WORD6
 #define FT_CHAR 			9
+#define FT_CHAR_EXCL_SPACES21
 #define FT_TABLE_COUNT		10
 #define FT_GRF_COUNT		11
 #define FT_OLE_COUNT		12
@@ -39,6 +40,7 @@
 #define FT_PARA_COUNT		14
 #define FT_WORD_COUNT		15
 #define FT_CHAR_COUNT		16
+#define FT_CHAR_COUNT_EXCL_SPACES	20
 #define FT_LINE 17
 #define FT_LINE_COUNT   18
 #define PB_PDATE19
diff --git a/sw/source/ui/dialog/docstdlg.src b/sw/source/ui/dialog/docstdlg.src
index 5926321..c0f0f83 100644
--- a/sw/source/ui/dialog/docstdlg.src
+++ b/sw/source/ui/dialog/docstdlg.src
@@ -83,64 +83,77 @@ TabPage TP_DOC_STAT
 Text [ en-US ] = Number of Characters: ;
 Left = TRUE ;
 };
-FixedText FT_LINE
+FixedText FT_CHAR_EXCL_SPACES
 {
 Pos = MAP_APPFONT ( 6 , 96 ) ;
+Size = MAP_APPFONT ( 138 , 8 ) ;
+Text [ en-US ] = Number of non blank Characters: ;
+Left = TRUE ;
+};
+FixedText FT_LINE
+{
+Pos = MAP_APPFONT ( 6 , 110 ) ;
 Size = MAP_APPFONT ( 90 , 8 ) ;
 Text [ en-US ] = Number of Lines: ;
 };
 FixedText FT_PAGE_COUNT
 {
-Pos = MAP_APPFONT ( 114 , 6 ) ;
+Pos = MAP_APPFONT ( 138 , 6 ) ;
 Size = MAP_APPFONT ( 27 , 8 ) ;
 Left = TRUE ;
 };
 FixedText FT_TABLE_COUNT
 {
-Pos = MAP_APPFONT ( 114 , 18 ) ;
+Pos = MAP_APPFONT ( 138 , 18 ) ;
 Size = MAP_APPFONT ( 27 , 8 ) ;
 Left = TRUE ;
 };
 FixedText FT_GRF_COUNT
 {
-Pos = MAP_APPFONT ( 114 , 30 ) ;
+Pos = MAP_APPFONT ( 138 , 30 ) ;
 Size = MAP_APPFONT ( 27 , 8 ) ;
 Left = TRUE ;
 };
 FixedText FT_OLE_COUNT
 {
-Pos = MAP_APPFONT ( 114 , 42 ) ;
+Pos = MAP_APPFONT ( 138 , 42 ) ;
 Size = MAP_APPFONT ( 27 , 8 ) ;
 Left = TRUE ;
 };
 FixedText FT_PARA_COUNT
 {
-Pos = MAP_APPFONT ( 114 , 54 ) ;
+Pos = MAP_APPFONT ( 138 , 54 ) ;
 Size = MAP_APPFONT ( 27 , 8 ) ;
 Left = TRUE ;
 };
 FixedText FT_WORD_COUNT
 {
-Pos = MAP_APPFONT ( 114 , 68 ) ;
+Pos = MAP_APPFONT ( 138 , 68 ) ;
 Size = MAP_APPFONT ( 27 , 8 ) ;
 Left = TRUE ;
 };
 FixedText FT_CHAR_COUNT
 {
-Pos = MAP_APPFONT ( 114 , 82 ) ;
+Pos = MAP_APPFONT ( 138 , 82 ) ;
+Size = MAP_APPFONT ( 27 , 8 ) ;
+Left = TRUE ;
+};
+FixedText FT_CHAR_COUNT_EXCL_SPACES
+{
+Pos = MAP_APPFONT ( 138 , 96 ) ;
 Size = MAP_APPFONT ( 27 , 8 ) ;
 Left = TRUE ;
 };
 FixedText FT_LINE_COUNT
 {
-Pos = MAP_APPFONT ( 114 , 96 ) ;
+Pos = MAP_APPFONT ( 138 , 110 ) ;
 Size 

[Libreoffice] Question about using namespace ::com::sun::star::uno

2011-03-04 Thread Julien Nabet

Hello,

I just finished the removing of using reference ::rtl:: in each 
directory (binfilters included).

I'd like to be sure of what has to be done for ::com::sun::star::uno part
1) remove using namespace ::com::sun::star::uno ok
2) replace Reference by uno::Reference ok
3) But what about use ::com::sun::star ? Must we replace this :
using namespace ::com::sun::star::uno
by this :
using ::com::sun::star
?

Julien.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] [PATCH] List container cleaning in sd.

2011-03-04 Thread Rafael Dominguez



0001-Remove-of-deprecated-List-container.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] I'm seeing errors on the Mac smoketest.

2011-03-04 Thread Joseph Powers

On Mar 4, 2011, at 8:18 AM, Joseph Powers wrote:

 
 ***
 Successful packaging process!
 ***
 ... creating log file log_OOO330_en-US.log 
 ... creating follow me info file follow_me_OOO330_en-US.log.
 Fri Mar  4 07:59:22 2011 (00:35 min.)
 Installer finished
 rm -f -r ./unxmacxi.pro/misc/smoketest/user
 mkdir -p ./unxmacxi.pro/misc/smoketest/user
 :  
 DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH+${DYLD_LIBRARY_PATH}:}/Users/jpowers27/build/bootstrap/clone/testing/smoketestoo_native/unxmacxi.pro/lib:/Users/jpowers27/build/bootstrap/solver/330/unxmacxi.pro/lib

 /Users/jpowers27/build/bootstrap/solver/330/unxmacxi.pro/bin/cppunit/cppunittester
  \

 -env:UNO_SERVICES=file:///Users/jpowers27/build/bootstrap/clone/testing/smoketestoo_native/./unxmacxi.pro/misc/smoketest/services.rdb
  \

 -env:UNO_TYPES=file:///Users/jpowers27/build/bootstrap/solver/330/unxmacxi.pro/bin/types.rdb
  \

 -env:arg-soffice=path:/Users/jpowers27/build/bootstrap/solver/330/unxmacxi.pro/installation/opt/LibreOffice.app/Contents/MacOS/soffice
  -env:arg-user=./unxmacxi.pro/misc/smoketest/user \

 -env:arg-env=DYLD_LIBRARY_PATH${DYLD_LIBRARY_PATH+=$DYLD_LIBRARY_PATH} 
 ./unxmacxi.pro/lib/libsmoketest.dylib 
 -env:arg-doc=./unxmacxi.pro/bin/smoketestdoc.sxw
 rm -f -r ./unxmacxi.pro/misc/smoketest/user
 soffice(88675,0xa0917540) malloc: *** error for object 0x558b: pointer 
 being freed was not allocated
 *** set a breakpoint in malloc_error_break to debug
 soffice(88675,0xa0917540) malloc: *** error for object 0x2d0066: pointer 
 being freed was not allocated
 *** set a breakpoint in malloc_error_break to debug
 


Never mind...

A make clean fixed it.

Joe P.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] [PUSHED] l10n related fixes for LibreOffice 3.3.2

2011-03-04 Thread Andras Timar
Pushed, thanks.
Andras
2011.03.03. 13:34 keltezéssel, Fridrich Strba írta:
 I went through them and they have my OK.
 
 Please, cherry-pick. I have all my builds currently running on master :(
 
 F.
 
 On Thu, 2011-03-03 at 10:18 +0100, Andras Timar wrote: 
 Hi,

 Please review and let me cherry-pick the following commits to
 libreoffice-3-3:

 Help:
 remove (disable) Online Update and Improvement program fdo#33468
 http://cgit.freedesktop.org/libreoffice/help/commit/?id=695e40703c30101faf864ac1475e1226f9642709
 http://cgit.freedesktop.org/libreoffice/help/commit/?id=c021e070fe4d401d067725b9058010cf16e2c5c8
 fix typo $PRODUCTNAME - %PRODUCTNAME fdo#34857
 http://cgit.freedesktop.org/libreoffice/help/commit/?id=d23badb2a10fe7ce9488f39d2bbee2e1b0c61ce5

 Dictionaries:
 Update German dictionaries
 http://cgit.freedesktop.org/libreoffice/libs-extern-sys/commit/?id=bc275fb8b47f930ffcef5a69727aeb2c13df12e4
 http://cgit.freedesktop.org/libreoffice/libs-extern-sys/commit/?id=1d59e747abe0d8231d6f7742adf6051a6c302c97
 New Breton dictionary
 http://cgit.freedesktop.org/libreoffice/libs-extern-sys/commit/?id=2251eea36609c89b3ac38601312a810b0a010c01
 http://cgit.freedesktop.org/libreoffice/components/commit/?id=62dcbbf1dec39dea6f29c6d19b0fdd3619fdd463
 http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=6fad0920524eeec92eee3cd57f8850bdb4d61599
 Update Occitan dictionary
 http://cgit.freedesktop.org/libreoffice/libs-extern-sys/commit/?id=0a35b5560b035018f09cd00a54403709ab650260
 http://cgit.freedesktop.org/libreoffice/components/commit/?id=95e2cbfb11e8343b7a5ee9a87f8cf06c0b09b262
 Bugfix to Dutch dictionary
 http://cgit.freedesktop.org/libreoffice/libs-extern-sys/commit/?id=7d827c4b46cb97fbaad8faeb8c873677962e2910
 Update Slovenian thesaurus
 http://cgit.freedesktop.org/libreoffice/libs-extern-sys/commit/?id=c2261245cc87b30129599dac5bdf72beda00b67e

 README formatting fix:
 http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=4ed849b9de2d2416a3a3883bf749e36939e9e642

 Thanks,
 Andras
 ___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice
 
 
 

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] http://openoffice.org/bugzilla/show_bug.cgi?id=3959 -- Outline view

2011-03-04 Thread Marc Paré
I am just re-reading my to-do list of LibreOffice in Academia and one of 
the oldest feature request is this one. I believe 8 years in request. Do 
you think that this feature request will ever have a chance at being 
accepted?


I am in the process of creating a wiki page of LibreOffice in academia.[1]

Cheers

Marc

[1] http://wiki.documentfoundation.org/Marketing/LibreOffice_In_Academia

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice