Hi Santiago,
Santiago Martinez píše v Čt 09. 02. 2012 v 21:15 +0100:
> Hello, in file comphelper/qa/string/test_string.cxx there is a missing
> unit test to check the method "islowerAsciiString(rtl::OString
> const&)". Attached to this mail there is a patch to add this new test.
> Please review.
I was always wondering why it takes so long to calculate how much space is
needed, while I have space enough!!!
The suggestion, check if there is at least 40Gb (or any other minimum
amount) free on the installation location and if so, skip the calculation
of how much space is needed.
Groetjes,
Hi
Convert tools/table.hxx usage in
editeng/inc/editeng/forbiddencharacterstable.hxx to boost::ptr_map
Contributed under LGPLv3+ / MPL 1.1 or later.
(And my license statement is on file in the wiki)
Regards, Noel Grandin
Disclaimer: http://www.peralex.com/disclaimer.html
diff --git a/edi
Cor Nouws wrote:
> As promised to Thorsten on Sunday, I've been looking at 3.5.0 and issues.
>
[...]
Cor, thanks a whole lot. It is much appreciated!
-- Thorsten
pgpfluwyepPb1.pgp
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@li
Hello,
Cppcheck reports this :
[formmetadata.cxx:169] -> [formmetadata.cxx:169]: (style) Same expression on
both sides of '|'
Here's the line :
DEF_INFO_4( INSERTONLY,DATAENTRY, DATAENTRY,
FORM_VISIBLE, DATA_PROPERTY, COMPOSEABLE, COMPOSEABLE ),
If we look at the definit
On Wed, 2012-02-08 at 11:25 -0800, Greg Kroah-Hartman wrote:
> On Wed, Feb 08, 2012 at 11:24:01AM -0600, Norbert Thiebaud wrote:
> > On Wed, Feb 8, 2012 at 10:57 AM, Greg Kroah-Hartman
> > wrote:
> > > Here are 8 patches removing some more unused methods in the tree.
> > >
> > > Hopefully I didn't
Hi Korrawit,
Korrawit Pruegsanusak píše v St 08. 02. 2012 v 15:30 +0700:
> Hello all,
>
> I've noticed that the opengrok [1] hasn't been updated for a while.
> IMHO the cause is the cgit failure last week.
> [1] http://opengrok.libreoffice.org/
>
> Although the date at the footer says "Indexes c
On Thu, 2012-02-09 at 20:35 +0100, Jan Holesovsky wrote:
> > Also check the version of make. make 3.81 shipped with cygwin is buggy.
> > Use make 3.82 from http://dev-www.libreoffice.org/bin/cygwin/make
>
> Actually, I am not really happy with stock 3.82 either; on my Linux box,
> it adds 5 unne
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Alex Thurgood changed:
What|Removed |Added
Depends on||40261
--
Configure bugmail: https://bug
https://bugs.freedesktop.org/show_bug.cgi?id=37361
--- Comment #178 from Alex Thurgood 2012-02-09 12:42:55
PST ---
Nominating 40261, see also bug 43567 where there are bt provided by Julien -
nasty crash in XML form control
Alex
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi
On Thu, 2012-02-09 at 18:16 +0100, Lubos Lunak wrote:
> suggests that OString in fact does not stop at \0's when handling
> strings. I'm kind of baffled by this, I personally consider it a flaw
> that a string class does this, but the unittest is very explicit about
> this. Does somebody know?
svt
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Bug 37361 depends on bug 43567, which changed state.
Bug 43567 Summary: Crash when editing formcontrol properties in
XML-Form-Document
https://bugs.freedesktop.org/show_bug.cgi?id=43567
What|Old Value |New Value
Hi Michael,
Michael Meeks píše v Čt 09. 02. 2012 v 14:56 +:
> > >> http://cgit.freedesktop.org/libreoffice/core/commit/?id=9babbf346c4d6f76e8b3a243a00e73a173c16ba6
> ...
> > Did this make 3.5.0rc3?
>
> Yes - it's in the branch before rc3.
>
> > While working with RC3, if I open a docu
On Thu, 2012-02-09 at 12:56 -0500, drew wrote:
> Hope you don't mind.
Of course not ! :-)
> Added Micheal's repo to SuseStudio.
Neat.
> From within an OpenSUSE 12.1 (32bit) vm project, go to the Software tab,
> click on Add repository and enter the name: mm-gtk3
I hope
---
.../source/drivers/postgresql/pq_tools.cxx | 14 ---
.../source/drivers/postgresql/pq_tools.hxx |2 -
pyuno/inc/pyuno/pyuno.hxx | 11 --
pyuno/source/module/pyuno_impl.hxx |2 -
pyuno/source/module/pyuno_runtime.cxx
Hello, in file comphelper/qa/string/test_string.cxx there is a missing unit
test to check the method "islowerAsciiString(rtl::OString const&)".
Attached to this mail there is a patch to add this new test. Please review.
___
LibreOffice mailing list
LibreO
This patch removes unused code as listed in unusedcode.easy
From 15c5ffc7456b5155dfb634110daa518d6dde8535 Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Thu, 9 Feb 2012 20:45:46 +0100
Subject: [PATCH] Remove unused code.
---
comphelper/inc/comphelper/string.hxx | 30 ---
Hi,
On 2012-02-09 at 15:47 +0100, Andras Timar wrote:
> Also check the version of make. make 3.81 shipped with cygwin is buggy.
> Use make 3.82 from http://dev-www.libreoffice.org/bin/cygwin/make
Actually, I am not really happy with stock 3.82 either; on my Linux box,
it adds 5 unnecessary minu
getColumns() is a XDatabaseMetadata interface function to get the list
of columns of a table and info on these columns.
The PostgreSQL-SDBC implementation in 3.5.0 has a couple of bugs fixed
by the attached patch.
- If the table previously had a column that has since been dropped
(removed),
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Alex Thurgood changed:
What|Removed |Added
Depends on||43567
--
Configure bugmail: https://bug
https://bugs.freedesktop.org/show_bug.cgi?id=37361
--- Comment #177 from Alex Thurgood 2012-02-09 10:24:18
PST ---
Nominating 43567, nasty crash in XML Form document production.
Alex
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail
On Thu, 2012-02-09 at 16:38 +, Michael Meeks wrote:
> Hi Andor,
>
> On Thu, 2012-02-09 at 16:05 +0100, Andor E wrote:
> > I have read recently that LibreOffice 3.5 will support an online mode.
>
> Correct :-) at least - this is a prototype feature, and it needs a
> chunk of work to prod
* Present
+ Norbert, David, Michael M, Fridrich, Stephan, Mitch,
Lionel, Rainer, Markus, Eike, Petr, Bjoern,
Michael S, Caolan, Kohei, Andras, Kendy
* Completed Action Items
+ poke admins wrt. anongit / cgit down-ness (Michael)
+ talk to Debian guys wrt.
With a PostgreSQL-SDBC database, Base query design does not allow the
user to use groupings and aggregate functions.
Change PostgreSQL-SDBC so that it declares to support Core SQL.
Please apply to libreoffice-3-5
See dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
OSelectionBrowseBox::ini
Hi,
actually there was not a scrollbar appearing at the bottom, there was a
border. :)
The root cause lives in sw/source/ui/uiview/viewport.cxx,
SwView::CalcAndSetBorderPixel.
The code is:
//#i32913# in browse mode the visibility of the horizontal scrollbar
// depends on the content
Michael Meeks píše v Čt 09. 02. 2012 v 12:16 +:
> Hi Josh,
>
> On Thu, 2012-02-09 at 18:37 +1030, Josh Heidenreich wrote:
> > These patches are the last of the module READMEs in the copying over
> > from the wiki.
>
> Cool :-)
>
> > It covers the modules from libs-extern-sys, extension
Le 09/02/12 18:06, Petr Mladek a écrit :
Hi Petr,
It seems to have done the trick, I am no longer receiving hundreds of
mails saying I'm the assignee of bug x, bug y :-)
Have closed the issue opened by Rainer. Thanks to all for looking into this.
Alex
___
> But now --enable-mergelibs is used only for android,
Hmm, but was the concept developed only for Android's benefit? If it
was, why then have a configure switch at all, why not just test "$(OS)
"== "ANDROID" directly?
> but will somebody use it on Windows ?
Don't know;) If it is likely to be un
On Thursday 09 of February 2012, Lubos Lunak wrote:
> On Thursday 09 of February 2012, Michael Meeks wrote:
> > Personally, I'd -love- someone to rename ~all of these
> > RTL_USTR() or RTL_STR() or somesuch - we have enough pointlessly hard to
> > read and indent coding around the place. Hey -
Alexander Thurgood píše v Čt 09. 02. 2012 v 14:32 +0100:
> Le 09/02/12 11:43, Christian Lohmaier a écrit :
>
> Hi Petr, Christian,
>
>
> > This would be possible when you are watching the default owner
> > (libreoffice-b...@lists.freedesktop.org) and/or when you're actually
> > subscribed to the
On Sat, 2012-02-04 at 00:47 +0700, Korrawit Pruegsanusak wrote:
> Could someone please have a look at this, and then move it into the
> Article page? Thanks! :-)
Looks about right to me, made some trivial tweaks and inserted it.
C.
___
LibreOffice mail
Hi Mat,
Mat M píše v Čt 09. 02. 2012 v 00:14 +0100:
> How NL translators are warned about changes in WikiHelp system ? Is there
> an automatic process, or just a mail is pushed to L10n list ?
Whenever I do something that would affects translators, I warn them on
the l10n list. But this change
Hi Muthu,
Muthu Subramanian K píše v Čt 09. 02. 2012 v 19:12 +0530:
> +1 Looks ok to me.
>
> PS: How many sign-off's would we need in these cases (script changes)?
Just one is enough - so please push to libreoffice-3-x, if you haven't
yet :-)
Thanks a lot,
Kendy
__
On Mon, 2012-02-06 at 10:15 +, Noel Power wrote:
> On 02/02/12 18:17, Muhammad Haggag wrote:
> > On Thu, Feb 2, 2012 at 5:13 PM, Muhammad Haggag
> > wrote:
> > On Thu, Feb 2, 2012 at 2:01 PM, Noel Power
> > wrote:
> > very nice patch, looking at the spec I agr
Hi Albert,
> At least I get two annoying bugs:
> 1) The cursor moves In front of the text when the Prefix is reverted.
> 2) When trying to delete text in the edit box, the last character
> sticks (can't be deleted).
>
> Does someone have a clue whats going on?
Hm, no (not a coder I am). But can y
Hi Tor,
On Thu, 2012-02-09 at 16:59 +0200, Tor Lillqvist wrote:
> BTW, one thought about using --enable-mergelibs in a Windows build
> (MSVC or Mingw, same issue) that came to my mind:
:-)
> How is the FOO_DLLIMPLEMENTATION thing handled? Don't we in the
> --enable-mergelibs case need to
Michael Meeks píše v St 08. 02. 2012 v 15:03 +:
> On Wed, 2012-02-08 at 12:48 +0100, Petr Mladek wrote:
> > Also I am not sure whether the following change is desired:
> >
> > --- cut ---
> > - Text[ en-US ] = "This product was supplied by %OOOVENDOR.";
> > + Text[ en-US ] = "%PRODUCTNAME is a
Hi Andor,
On Thu, 2012-02-09 at 16:05 +0100, Andor E wrote:
> I have read recently that LibreOffice 3.5 will support an online mode.
Correct :-) at least - this is a prototype feature, and it needs a
chunk of work to productise it, but you can certainly play with it.
> I'm aware that thi
On Wed, 2012-02-08 at 12:29 +0100, Alexander Bergmann wrote:
> ---
> linguistic/inc/linguistic/misc.hxx |6
> linguistic/source/misc.cxx | 51
>
> unusedcode.easy|5 ---
> 3 files changed, 0 insertions(+), 62 deletion
On 9 February 2012 15:59, Tor Lillqvist wrote:
> BTW, one thought about using --enable-mergelibs in a Windows build
> (MSVC or Mingw, same issue) that came to my mind:
SAL_DLLPUBLIC_IMPORT is empty for Mingw (
http://cgit.freedesktop.org/libreoffice/core/tree/sal/inc/sal/types.h#n250
)
so it shou
On Thu, 2012-02-09 at 16:11 +0100, Riccardo Magliocchetti wrote:
> > When you've done that a rm -Rf unxlngi6.pro ; build&& deliver in scp2
> > - before re-running make install is prolly what you want to do.
>
> Fixed this issue but now something failing in scp2 during dev-install:
F
Using --with-max-jobs=1 --with-num-cpus=1
fails generating vfork error.
Regards
Walter
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
On Thu, 2012-02-09 at 21:19 +0800, LOH KOK HOE wrote:
> My development is on Fedora Linux with Firefox web browser.
Fine :-) You're trying to get the web office piece working then I
assume ? if so you'll need to compile the latest gtk3 from git as well.
> I was reading the guide from thi
Hi Michael,
Il 08/02/2012 16:37, Michael Meeks ha scritto:
Hi Riccardo,
On Tue, 2012-02-07 at 18:19 +0100, Riccardo Magliocchetti wrote:
I've progressed a bit with X11 / cairo less build. Now everything builds
but somethings chokes in make dev-install:
As Matus says, you'll need to a
Hi,
I have read recently that LibreOffice 3.5 will support an online mode.
I'm aware that this is still experimental, but I'd like to give it a
test anyway, since we are highly interested in such a feature. I was
unable to find any documentation how to host LibreOffice. Could
someone give me some p
BTW, one thought about using --enable-mergelibs in a Windows build
(MSVC or Mingw, same issue) that came to my mind:
How is the FOO_DLLIMPLEMENTATION thing handled? Don't we in the
--enable-mergelibs case need to add into the Library_blah.mk file for
each library that will be part of libmerged a -
On Thu, 2012-02-09 at 13:53 +0100, Cor Nouws wrote:
> >> http://cgit.freedesktop.org/libreoffice/core/commit/?id=9babbf346c4d6f76e8b3a243a00e73a173c16ba6
...
> Did this make 3.5.0rc3?
Yes - it's in the branch before rc3.
> While working with RC3, if I open a document and the mouse pointe
Hi,
>
> Given that, I still think it's better (and easier) to check for every
> key-press, but instead of launching an error dialog for an illegal name,
> just put the old legal name back into the text box and sound an beep or
> something. That's less intrusive than a big dialog being thrown righ
Hi Walter,
2012.02.08. 16:00 keltezéssel, walter írta:
Now I get the same error but with a different behavior.
_JOBS_="--with-max-jobs=8"
_CPUS_="--with-num-cpus=8"
Do you have 8 core CPU? If not, do not set these values, configure will
set them for you to reasonable values.
Also check the v
I have a 4 core cpu with hyper-threading enabled.
I'm already using make 3.82.
If I don't use 'lang=.. ' all works fine !
Best regards,
walter
-Messaggio originale-
Da: Andras Timar [mailto:tima...@gmail.com]
Inviato: giovedì 9 febbraio 2012 15:47
A: w.guerri...@ranocchilab.com
Cc: Li
On 9 February 2012 15:25, Tor Lillqvist wrote:
> Anyway, I think Matus had planned/experimented with merging also fwk
> (and more) into libmerged; will next then try that with the new fwk
> and see what happens and what needs to be fixed for it to work.
fwe in used in Library_sfx.mk so you would
Hi,
My past and present patches for LibreOffice are contributed under LGPLv3+ /
MPL 1.1.
My future patches for LibreOffice are contributed under LGPv3+ / MPL 1.1
until further notice.
Regards,
--Muhammad
___
LibreOffice mailing list
LibreOffice@lists.fr
> I'd do whatever is easiest :-)
Well, that would be to verify that what I have already done, i.e.
merging all fw* libraries into the fwk one, actually works also in a
MSVC build. And if yes, then push it and wait for complaints;)
Anyway, I think Matus had planned/experimented with mergin
Le 09/02/12 11:43, Christian Lohmaier a écrit :
Hi Petr, Christian,
> This would be possible when you are watching the default owner
> (libreoffice-b...@lists.freedesktop.org) and/or when you're actually
> subscribed to the list and then don't receive the mails from bugzilla
> itself, but via th
+1 Looks ok to me.
PS: How many sign-off's would we need in these cases (script changes)?
On 02/08/2012 10:06 PM, Jan Holesovsky wrote:
> Hi,
>
> I'm about to upload the new version of the 3.4 wikihelp. These are the
> patches I am using to generate that, would be great to get them in the
> rep
Thank you so much on the support.
My development is on Fedora Linux with Firefox web browser.
I was reading the guide from this site (the only site I can reference). >
http://www.libreoffice.org/developers-3/. I think it should be the latest
one.
Regarding on the code base documentation, I found
Hi
All of my past, present and future patches for LibreOffice are
contributed under LGPLv3+ / MPL 1.1 or later.
Regards,
Noel Grandin
Disclaimer: http://www.peralex.com/disclaimer.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.o
Hi
Attached path converts usage of SV_DECL_PTRARR_DEL in sc/inc/detdata.hxx
and associated code to boost::ptr_vector
Code is contributed under MPL+/LGPL+/GPL+
Regards, Noel Grandin
Disclaimer: http://www.peralex.com/disclaimer.html
diff --git a/sc/inc/detdata.hxx b/sc/inc/detdata.hxx
index
Michael Meeks wrote (31-01-12 16:56)
On Tue, 2012-01-31 at 15:48 +0100, Cedric Bosdonnat wrote:
I just fixed some remaining leaking page breaks. Could someone review
and cherry-pick it for 3.5 (and hopefully it's not too late for 3.5.0)?
http://cgit.freedesktop.org/libreoffice/core/commit/?id=
On Thu, 2012-02-09 at 13:14 +0200, Tor Lillqvist wrote:
> On the other hand, desktop/Pagein_common.mk mentions all except fwm.
:-) prolly that needs removing I guess.
> (But then fwm is clearly the very smallest of them, so whether it is
> included in a merged super-fwk or not shouldn't
That prolly fits better on the discuss list ;-)
All the best,
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freed
Hi Josh,
On Thu, 2012-02-09 at 18:37 +1030, Josh Heidenreich wrote:
> These patches are the last of the module READMEs in the copying over
> from the wiki.
Cool :-)
> It covers the modules from libs-extern-sys, extensions, extras,
> postprocess, sdk and testing.
Lovely stuff.
>
http://www.techworld.com.au/article/414500/lenovo_ordered_pay_1920_making_french_laptop_buyer_pay_windows_too
--
Luc Castermans
mailto:luc.casterm...@gmail.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/m
Christian Lohmaier schrieb:
This would be possible when you are watching the default owner
Hi,
sorry, I only was in contact with Alex ... (I really hate these multi
list discussions.)
H've got some information from Alex, in his mails I see "You are
receiving this mail because: You are t
>Thanks for the explanation. It seems that loading a writer document
> gives us: 'fwk', 'fwi', and 'fwe' but not 'fwm' and 'fwl' - so prolly it
> makes sense to merge only the ones used at startup.
On the other hand, desktop/Pagein_common.mk mentions all except fwm.
(But then fwm is clearly the v
Hi all,
On Thu, Feb 09, 2012 at 10:43:48AM +0100, Miklos Vajna wrote:
> On Wed, Feb 08, 2012 at 08:40:26PM -0500, Nathan Peterson
> wrote:
> > Hi, I'm looking at working on bug 43895 (
> > https://bugs.freedesktop.org/show_bug.cgi?id=43895) But there is not
> > code pointer provided so that I kn
Hi *,
On Thu, Feb 9, 2012 at 10:51 AM, Petr Mladek wrote:
> Alexander Thurgood píše v St 08. 02. 2012 v 13:49 +0100:
>
>> (1) I don't get an e-mail every time someone creates a new bug report
> [...]
> Hmm, I do not see it in the bugzilla setting page. I could only get
> mails for new bugs when I
On Wed, 2012-02-08 at 21:36 +0100, Stephan Bergmann wrote:
> On 02/08/2012 09:30 PM, Caolán McNamara wrote:
> > So there are some alternatives options to hide something from
> > callcatcher. [...] write unit tests that call it [...]
>
> I somehow like that solution best. :)
Ditto :-)
On Thursday 09 of February 2012, Michael Meeks wrote:
> On Thu, 2012-02-09 at 09:20 +, Caolán McNamara wrote:
> > Yeah, see commentary around SAL_UNUSED_PARAMETER in sal/inc/sal/types.h,
> > can replace it with that if necessary.
>
> If we can choose - why do we add such over-long macros
On Thu, Feb 09, 2012 at 09:34:45AM +, Michael Meeks wrote:
> Out of interest, do databasen use 'not zero' for their true state (as
> C/C++ etc.) ? or always exactly 1 ?
In the SQL standard, the only (explicit, with a cast)s data conversion
specified for booleans are to/from the strings
Hi Mathias,
First - thanks for your input ! :-)
On Wed, 2012-02-08 at 23:56 +0100, Mathias Bauer wrote:
> Indeed. You should be prepared to have fun. :-)
:-) all LibreOffice hackers are prepared to have fun :-)
> First we wanted to have two libraries: one for GUI related code th
Olivier Hallot wrote (9 februari 2012 10:25)
>I wrote a Label.xcu file for a local label manufacturer (Pimaco) [1]. To
>update it to your new schema, I just need to add the page size ( in
>1/100 of mm) at the end of the Measure , right?
>S;5000;14000;5000;14000;500;850;4;2;21000;29700
Yes, that
On Thu, 2012-02-09 at 08:14 +0100, Jonathan Aquilina wrote:
> Would it be possible to get a branch specifically for android work where
> i can push any of my work or for now just work on a local clone for the
> time being?
Git has this wonderful concept of local branches - you can creat
On Thu, 2012-02-09 at 09:20 +, Caolán McNamara wrote:
> Yeah, see commentary around SAL_UNUSED_PARAMETER in sal/inc/sal/types.h,
> can replace it with that if necessary.
If we can choose - why do we add such over-long macros ? :-)
Everyone is still suffering daily from:
Alexander Thurgood píše v St 08. 02. 2012 v 13:49 +0100:
> Hi all,
>
> I've been trying to change my options in the FDO bugzilla, so that :
>
> (1) I don't get an e-mail every time someone creates a new bug report
This behavior is very unusual and definitely not the default one. Have
you changed
On Wed, Feb 08, 2012 at 08:40:26PM -0500, Nathan Peterson
wrote:
> Hi, I'm looking at working on bug 43895 (
> https://bugs.freedesktop.org/show_bug.cgi?id=43895) But there is not
> code pointer provided so that I know where to start looking. Does
> anyone have an idea of where I could start with
On Wed, 2012-02-08 at 16:44 +0100, Alexander Bergmann wrote:
> Now --without-doxygen and --disable-odk look like they can be used,
> too. Probably --disable-mozilla as well?
Yep.
> I guess it might be a good idea, to have a switch --minimal, which
> disables all switches, which are not n
On Wed, 2012-02-08 at 18:47 +0100, Lionel Elie Mamane wrote:
> fdo#44813 is a crasher on 3.4.x, and has been filed as such
> separately in fdo#44823.
>
> Since it is a crasher, let's fix it in 3.4.x, too. Attached is a port
> to libreoffice-3-4 of the corresponding commits in
> libreoffice-3-5, w
I must kill cl.exe to stop the build process
The build works fine only without --with-lang=it
Please see logs AT http://pastebin.com/u/walterLO
Regards
Walter
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedeskt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Winfried
I wrote a Label.xcu file for a local label manufacturer (Pimaco) [1]. To
update it to your new schema, I just need to add the page size ( in
1/100 of mm) at the end of the Measure , right?
S;5000;14000;5000;14000;500;850;4;2;21000;297
On Thu, 2012-02-09 at 10:04 +0200, Tor Lillqvist wrote:
> Sure, it silences warnings from gcc. But MSVC still warns. We do want
> to eventually be warning-free with MSVC, too, don't we? Don't we
> already have a convention how to handle unused parameters in C++ code,
> i.e. comment their name out?
Yes, we have web-based help. But the help for the normal desktop
LibreOffice will be of little use for a touch-based LibreOffice-based
word processor, spreadsheet or presentation viewer (or even editing)
app. So how is that relevant? Surely help for such apps needs to be
written from scratch. And b
On 09/02/2012 08:43, Tor Lillqvist wrote:
For just basic UI experimentation / "active mockups" without any
actual document handling code behind you don't need any LibreOffice
code.
That said, there is already a feature/android branch. I don't know if
we intend to merge it to master soon, perhaps
Hi,
See
http://cgit.freedesktop.org/libreoffice/core/commit/?id=1f77a5e8d5bf8a7f1b7bd7206996d2b2efc59462
It makes the RTF export generate valid table output in case the original
ODT had table:is-sub-table elements.
Could somebody sign-off and push to -3-5, please?
Thanks,
Miklos
__
Hi Josh,
Il 09/02/2012 09:07, Josh Heidenreich ha scritto:
Hi,
These patches are the last of the module READMEs in the copying over
from the wiki.
Thanks a lot from a newcomer to the libreoffice codebase :)
--
Riccardo Magliocchetti
___
LibreOffice
Hi,
These patches are the last of the module READMEs in the copying over
from the wiki.
It covers the modules from libs-extern-sys, extensions, extras,
postprocess, sdk and testing.
After this, I'm going to look to see if there is any modules I missed,
and fix them, then it should be all complete
In pq_common.hxx there is:
#ifdef UNUSED
#elif defined(__GNUC__)
# define UNUSED(x) UNUSED_ ## x __attribute__((unused))
#elif defined(__LCLINT__)
# define UNUSED(x) /*@unused@*/ x
#else
# define UNUSED(x) x
#endif
and then UNUSED is used like this (just in two places (so far, I guess
the intent
87 matches
Mail list logo