Hi,
On Tue, Aug 14, 2012 at 10:19:47PM +0200, Andras Timar wrote:
> Hi,
>
> Windows Explorer shell extension of LibreOffice, which displays
> document metadata and thumbnail image of ODF files in Windows
> Explorer, crashed when the view contained Flat ODF files.
>
> As a quick fix, I disabled r
> Tor - I had a feeling you were looking at some (MathML ?) detection
> issue that may be related to this (and/or fixed it already);
Don't think so; the problem I looked at was caused by the MathML
filter "detecting" *any* XML file as MathML, but then obviously
failing to actually load it
scp2/source/calc/registryitem_calc.scp | 21 -
scp2/source/draw/registryitem_draw.scp | 21 -
scp2/source/impress/registryitem_impress.scp | 21 -
scp2/source/writer/registryitem_writer.scp | 21 -
Hi, Peter,
On Tue, Aug 14, 2012 at 09:09:14PM +0200, Peter Jentsch wrote:
> Hi there,
>
> I've been working on a fix for
> https://bugs.freedesktop.org/show_bug.cgi?id=44969 fdo#44969.
>
> The fix replaces some XSLT constructs that aren't handled well
> performance-wise by libxslt with exslt con
RepositoryExternal.mk | 18 ++
config_host.mk.in |3 +++
configure.in|7 +++
external/mingw-dlls/makefile.mk |1 +
scp2/InstallModule_ooo.mk |1 +
scp2/source/ooo/mingw_dlls.scp |3 +++
6 files changed, 33
Hi All,
First off, sorry that I'm starting a new thread, I'm not sure how to
"reply" to something from the digest in gmail.
A couple days ago there was a very brief discussion about NEEDINFO and that
it wasn't very useful to have the NEEDINFO status sit for weeks or months
on end if the users wer
On Tue, Aug 14, 2012 at 3:15 PM, Michael Meeks wrote:
> Thoughts ?
It appears that the type detection asks SwFilterDetect::detect() to
detect its type, and it returns empty handed, which eventually leads
to it being "detected" as ascii text.
I've tried a simple Word document I created f
On Tue, Aug 14, 2012 at 03:06:58PM +0300, Tor Lillqvist wrote:
> Makes the MathML filter less prone to think any random XML file is for
> it. Some people want to open XML files in Writer (through the ASCII
> filter), yes, weird, which worked in 3.3. Please cherry-pick to the
> 3-6 branch. I was not
starmath/source/smdetect.cxx | 18 ++
1 file changed, 14 insertions(+), 4 deletions(-)
New commits:
commit 81db599486053dacb453bf6532406000f7a19c52
Author: Tor Lillqvist
Date: Tue Aug 14 12:33:52 2012 +0200
Be more careful in recognizing MathML (bnc#774921)
Chan
basic/source/classes/image.cxx | 22 ++
basic/source/classes/sbxmod.cxx |8
basic/source/inc/image.hxx | 10 +-
3 files changed, 19 insertions(+), 21 deletions(-)
New commits:
commit dfe544c87b55cb6b7db4efe8a992868ad6e11339
Author: Takeshi Abe
D
connectivity/Library_mork.mk |1
connectivity/source/drivers/mork/MQueryHelper.cxx | 232 ++
connectivity/source/drivers/mork/MQueryHelper.hxx | 94
connectivity/source/drivers/mork/MResultSet.cxx | 67 +++---
connectivity/source/driver
Multiple sends aside, was this flush of "old/obsolete" bugs as an a
"clean-up" of LibreOffice Bugzilla really all that productive?
Over on the user side--where a lot of these issues get picked up--the
reception was decidedly unappreciative...
http://nabble.documentfoundation.org/Excuse-me-but-y
solenv/bin/modules/installer/download.pm | 26 --
1 file changed, 26 deletions(-)
New commits:
commit 065b591504096661ac9f421902e108fbb8624b23
Author: Tim Retout
Date: Tue Aug 14 22:21:11 2012 +0100
installer::download: Remove unused create_link_tree.
Ch
sc/qa/unit/data/ods/cell-anchored-shapes.ods |binary
sc/qa/unit/subsequent_filters-test.cxx | 41 +++
sc/source/filter/xml/xmlimprt.cxx|3 +
3 files changed, 44 insertions(+)
New commits:
commit a7a12bd3dee32db44a6b50a68ab700dc8ce437df
Author: Kohe
Hey,
[1] correctly exports the background color in conditional formats to
xlsx. This patch also simplifies the exported xml content a bit and
brings it in line with excel's export.
The patch only affects cond format export to xlsx and leaves all other
features untouched.
Regards,
Markus
[1]
ht
solenv/bin/modules/installer/download.pm | 74 ++-
1 file changed, 5 insertions(+), 69 deletions(-)
New commits:
commit 0038f19b97f5e036870d2210f975358c18e5809e
Author: Tim Retout
Date: Tue Aug 14 22:13:55 2012 +0100
Remove unused create_download_link_tree
Hey,
I'd like [1] to be backported to 3-6 and 3-6-1. It fixes a crash that
should only happen with this insane document but it is a safe fix and
can't harm in normal cases.
Please just merge it with [2] before pushing.
Regards,
Markus
[1]
http://cgit.freedesktop.org/libreoffice/core/commit/?id
sc/source/filter/excel/xestyle.cxx |1 -
1 file changed, 1 deletion(-)
New commits:
commit 42c35f0d5bea1eafdbc02b92febaed1dcb2ab332
Author: Markus Mohrhard
Date: Tue Aug 14 23:00:05 2012 +0200
remove debug output
Change-Id: I0fc3ba52fd1da096b5859b0af41595db4fb8498f
diff --gi
sc/source/filter/excel/xestyle.cxx | 59 ++---
sc/source/filter/inc/xestyle.hxx | 23 ++
2 files changed, 58 insertions(+), 24 deletions(-)
New commits:
commit 631b6e87ca95c0e2bcb2bdc34095c5f601af3469
Author: Markus Mohrhard
Date: Tue Aug 14 22
sfx2/AllLangResTarget_sfx2.mk |1
sfx2/Library_sfx.mk|1
sfx2/Package_inc.mk|1
sfx2/inc/sfx2/templateinfodlg.hxx | 46 +++
sfx2/inc/templatedlg.hxx |1
sfx2/source/dialog/templateinfodlg.cxx | 130 +
Hi,
Windows Explorer shell extension of LibreOffice, which displays
document metadata and thumbnail image of ODF files in Windows
Explorer, crashed when the view contained Flat ODF files.
As a quick fix, I disabled registration of shell extension for Flat ODF files.
http://cgit.freedesktop.org/li
scp2/source/calc/registryitem_calc.scp | 21 -
scp2/source/draw/registryitem_draw.scp | 21 -
scp2/source/impress/registryitem_impress.scp | 21 -
scp2/source/writer/registryitem_writer.scp | 21 -
Hi,
I did
make clean
./autogen.sh
make
make dev-install
and finally the build is finished :)
Thanks to all who helped me.
Samuel
Am 14.08.2012 11:43, schrieb Michael Meeks:
Hi Samuel,
On Mon, 2012-08-13 at 22:51 +0200, Samuel Mehrbrodt wrote:
Yes, I followed the instructions there.
I alrea
>From Peter Foley :
Peter Foley has uploaded a new change for review.
Change subject: fix broken download links for dbghelp.dll and gdiplus.dll
..
fix broken download links for dbghelp.dll and gdiplus.dll
Change-Id: Icb567a8481
>From Peter Foley :
Peter Foley has uploaded a new change for review.
Change subject: fix error when dictionaries has not been fetched yet
..
fix error when dictionaries has not been fetched yet
Change-Id: Id40b2fb6f8e1667bcb51
>From Peter Foley :
Peter Foley has uploaded a new change for review.
Change subject: Fix build with VS2010
..
Fix build with VS2010
Change-Id: Ic3bbb20c446545d67682a6c547fb69e2255eb0b7
---
M oowintool
1 file changed, 2 inserti
>From Peter Foley :
Peter Foley has uploaded a new change for review.
Change subject: fix build with VS2010
..
fix build with VS2010
Change-Id: Ifee45475f8cfeee6b2a4f880f0ff1cc7f9024715
---
M lcms2/makefile.mk
1 file changed, 1
sd/source/ui/dlg/animobjs.cxx | 274 --
sd/source/ui/inc/animobjs.hxx |9 -
tools/Package_inc.mk |1
tools/inc/tools/list.hxx | 64 -
4 files changed, 139 insertions(+), 209 deletions(-)
New commits:
commit 18f010bb6eb8c28b
Hi everyone,
Today's progress
- Added rotated views (involved some refactoring of the presentation
activity to allow for restarts).
- Some touchup on the pairing UI on the android side, minor touchups on
the LibO side.
- Refactoring of the presentation activity/fragments to use Broadcasts
rath
Hi there,
Tor - I had a feeling you were looking at some (MathML ?) detection
issue that may be related to this (and/or fixed it already); Kohei -
IIRC you did some simplification of the filter workrecently ?
Using -3-6 (or master) if I load:
http://users.freedesktop.org/~
android/sdremote/res/drawable-land-hdpi/handle_default.9.png
|binary
android/sdremote/res/drawable-land-hdpi/handle_light.9.png
|binary
android/sdremote/res/drawable-land-ldpi/handle_default.9.png
|binary
android/sdremote/res/drawable-land-ld
Hi there,
I've been working on a fix for
https://bugs.freedesktop.org/show_bug.cgi?id=44969 fdo#44969.
The fix replaces some XSLT constructs that aren't handled well
performance-wise by libxslt with exslt constructs.
We build and ship libexslt, but don't link against it when building
libxsltfilt
solenv/bin/modules/installer/download.pm | 58 ---
1 file changed, 58 deletions(-)
New commits:
commit e6ac2ad7ac9bbdae9ac226a2c8202f627dd0ba8a
Author: Tim Retout
Date: Tue Aug 14 08:33:22 2012 +0100
installer::download: Remove unused unicode conversion funct
svtools/source/graphic/grfmgr2.cxx | 60 +--
vcl/inc/vcl/alpha.hxx | 187 ++---
vcl/source/gdi/alpha.cxx | 57 ++-
vcl/source/gdi/bitmap3.cxx |6 -
vcl/source/gdi/bitmapex.cxx| 53 ++
5 files
The JPEG image at http://i47.tinypic.com/29cx4pe.jpg is noticeably
lighter in LibreOffice (for
Windows and Linux), Chromium (Linux) , Chrome (Windows), GIMP, and
eog; and noticeably darker in MS Paint, Internet Explorer 10, and MS
Publisher 2013. I think maybe the apps in which it is lighter all us
On 13 August 2012 21:30, Matúš Kukan wrote:
> Now I use signal emitted when the channel is closed but then the info
> popup is displayed also when we close the document.
Ah, it was too late and I was stupid, it's fixed.
So when the contact leaves you get gtk dialog showed.
(I hope the gtk depende
autodoc/Module_autodoc.mk |2 -
cosv/Module_cosv.mk |4 ++
sc/source/ui/collab/sccollaboration.cxx |3 -
sc/source/ui/inc/sccollaboration.hxx|2 -
solenv/gbuild/Executable.mk |1
tubes/Executable_liboapprover.mk| 12 +
On 13 August 2012 21:41, Jean-Tiare LE BIGOT wrote:
>> In fact, it does not work as expected :-(. Because when the contact
>> closes the document, he is still online, so we don't know about closed
>> channel.
>
>
> My 2 cents: Could you use something like a "keepalive" signal ? A timeout
> could t
On Tue, Aug 14, 2012 at 6:30 PM, John Smith wrote:
>
> checking if gij knows its java.home... /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.5
> checking for jawt lib name... configure: error: jni.h could not be
> found. Mismatch between gcc and libgcj or libgcj-devel missing?
>
Hrm. looks like I have been
Hi all,
there have been created the libreoffice-3-6-1 branch. It will be used
for fine tuning of the 3.6.1 release.
The following rules apply:
+ preferably just translation or blocker fixes
+ only cherry-picking from libreoffice-3-6 branch
+ 2 additional reviews needed; 2
Hi,
there have been created the libreoffice-3.6.1.1 tag (aka rc1). The
corresponding official builds will be available within next few days.
See the attached list of changes against 3.6.0.3[*].
Now, you might switch your current 3-6 source tree to it using:
./g fetch --tags
./g checkout -b tag
On Tue, 2012-08-14 at 18:28 +0200, Philipp Riemer wrote:
> However, the tool did not upload only the last one but all my
> patches of the evening... Seems as if it is too smart for me
> and I did something wrong. Help/hints appreciated!
Nah - it was prolly slow / out of sync.
> However,
I'm forwarding the appended from Florian :-)
It's clearly good to close the old / obsolete bugs.
I wonder though - what metric was used; I saw us close some that might
have been in NEEDINFO state for ages, but had active comments recently.
Is it possible to filter those out in fut
On Tue, 2012-08-14 at 17:49 +0200, Matúš Kukan wrote:
> I've pushed them myself ;-)
Ah ! :-)
> This happened because I've pushed them and in short time after that,
> I've pushed something else to gerrit.
> But gerrit was still at older commit at that time, so he thought I am
> pushing al
2012/8/14 Michael Meeks :
>
> On Sun, 2012-08-12 at 16:58 +, Gerrit wrote:
>> Philipp Riemer has uploaded a new change for review.
>> Change subject: change indentation
>
> Found pushed,
>
> Michael.
>
> PS. do we really need to send this lot via gerrit ? and hence the
>
On Thu, 2012-08-09 at 22:23 +, Gerrit wrote:
> Michael Stahl has uploaded a new change for review.
> Change subject: fdo#53154: fix report design wizard crash:
found pushed to -3-6
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot
__
On Fri, 2012-08-10 at 00:04 +, Gerrit wrote:
> Christian Lohmaier has uploaded a new change for review.
> Change subject: help XCode 2.5 resolve @loader_path/libfoo.dylib
found pushed,
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot
___
On Fri, 2012-08-10 at 00:04 +, Gerrit wrote:
> Christian Lohmaier has uploaded a new change for review.
> Change subject: cosmetics
Found pushed; thanks Christian :-)
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Bug 37361 depends on bug 35079, which changed state.
Bug 35079 Summary: EDITING: Drawing element completely in mouse selection frame
not selected
https://bugs.freedesktop.org/show_bug.cgi?id=35079
What|Old Value
On Fri, 2012-08-10 at 04:03 +, Gerrit wrote:
> Jean-Tiare Le Bigot has uploaded a new change for review.
> Change subject: Applied fdo#46808 to offapi/auth module
found pushed,
Thanks :-)
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant i
On Tue, Aug 14, 2012 at 05:49:40PM +0200, Matúš Kukan wrote:
> Sorry, I didn't realize I have to wait when pushing to gerrit.
If everything goes well, from tommorrow on this wont be an issue anymore.
Best,
Bjoern
___
LibreOffice mailing list
LibreOffic
https://bugs.freedesktop.org/show_bug.cgi?id=6
Bug 6 depends on bug 53113, which changed state.
Bug 53113 Summary: DOCX filter loses shape containing text
https://bugs.freedesktop.org/show_bug.cgi?id=53113
What|Old Value |New Value
---
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Bug 37361 depends on bug 53113, which changed state.
Bug 53113 Summary: DOCX filter loses shape containing text
https://bugs.freedesktop.org/show_bug.cgi?id=53113
What|Old Value |New Value
---
>From Miklos Vajna :
Miklos Vajna has uploaded a new change for review.
Change subject: fdo#53113 various docx shape export fixes
..
fdo#53113 various docx shape export fixes
- docx export: initial shape text support
- vml expo
On 14 August 2012 17:06, Michael Meeks wrote:
>
> PS. It would be -really- nice if gerrit correctly sent out the
> [PUSHED] mail when such a commit is merged to avoid duplicated
> work and/or loosing mailing-list patches.
> PPS. Come on Matus - you're an expert you don't need review for
> these si
icu/icu4c.7601.Indic-ccmp.patch | 43
icu/icu4c.8198.revert.icu5431.patch | 127
icu/makefile.mk |8 ++
3 files changed, 178 insertions(+)
New commits:
commit e1fb965edba01883ce83421693cdb548f992381a
Author: Caolán
Tag 'libreoffice-3.6.1.1' created by Petr Mladek at
2012-08-14 16:36 -0700
Tag libreoffice-3.6.1.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
iQIcBAABAgAGBQJQKnB/AAoJEPQ0oe+v7q6jMwEP/2PJxjE319PkIDLCA1MK3h6v
7fiVWPY+Y+mGVK9WeJXAAyz4/6goeUlyYDYe5q2INASjA6OzqGlo/d5ET8QmFzDb
kt
Tag 'libreoffice-3.6.1.1' created by Petr Mladek at
2012-08-14 16:36 -0700
Tag libreoffice-3.6.1.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
iQIcBAABAgAGBQJQKnB/AAoJEPQ0oe+v7q6jtDUP/RoiYimw1NahJAL4JMPvCKcJ
MwIqdfqogTcs37Yvkcunjntal2aLqiWGzK6cnRtSqG06BFf7xe394CLKscbL8LAq
+y
Tag 'libreoffice-3.6.1.1' created by Petr Mladek at
2012-08-14 16:36 -0700
Tag libreoffice-3.6.1.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
iQIcBAABAgAGBQJQKnB/AAoJEPQ0oe+v7q6j2T8P+gIYanTsQgOHN/CxH64oVqWP
xj6TqU/0B+q3y09F2SEs1Ynf1ulcO7PhdVbWHoVpIADydff60C5zr+QHNBbmmSb9
rB
On Sun, 2012-08-12 at 16:58 +, Gerrit wrote:
> Philipp Riemer has uploaded a new change for review.
> Change subject: Moved method declaration in class definition
Found pushed,
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot
__
On Sun, 2012-08-12 at 16:58 +, Gerrit wrote:
> Philipp Riemer has uploaded a new change for review.
> Change subject: Removed ascii art + added/removed blank lines
found pushed,
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot
_
On Sun, 2012-08-12 at 16:58 +, Gerrit wrote:
> Philipp Riemer has uploaded a new change for review.
> Change subject: Reformatted existing comments
found pushed,
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot
_
sd/source/ui/dlg/RemoteDialogClientBox.cxx |1 -
1 file changed, 1 deletion(-)
New commits:
commit 2380db59653f5f1cb7e8f6d43727be5ca61f77cf
Author: Tor Lillqvist
Date: Tue Aug 14 18:09:26 2012 +0300
WaE: unused variable
Change-Id: I828e6ffd3aafa5182d98535c87bdd8fe448fb10f
di
On Sun, 2012-08-12 at 16:58 +, Gerrit wrote:
> Philipp Riemer has uploaded a new change for review.
> Change subject: change indentation
Found pushed,
Michael.
PS. do we really need to send this lot via gerrit ? and hence the
mailing list :-)
--
michael.me...@suse.c
On Sun, 2012-08-12 at 16:58 +, Gerrit wrote:
> Philipp Riemer has uploaded a new change for review.
> Change subject: align code pieces to surrounding lines/style
found pushed,
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot
___
On Sun, 2012-08-12 at 16:58 +, Gerrit wrote:
> Philipp Riemer has uploaded a new change for review.
> Change subject: removed commented out calls
found pushed,
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot
___
On Sun, 2012-08-12 at 16:58 +, Gerrit wrote:
> Philipp Riemer has uploaded a new change for review.
> Change subject: formatted a missed comment into doxygen style
found pushed,
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot
_
On Sun, 2012-08-12 at 23:52 +, Gerrit wrote:
> Matúš Kukan has uploaded a new change for review.
> Change subject: merge these libraries only for android
Found pushed,
Michael.
PS. It would be -really- nice if gerrit correctly sent out the
[PUSHED] mail when such a c
writerfilter/source/rtftok/rtfdocumentimpl.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 53d64c71d3a4fcc6b238e946fd6883b8b4593bca
Author: Miklos Vajna
Date: Tue Aug 14 16:50:16 2012 +0200
Fix fdo#47495 backport
On master, the fix was fine, b
On Sun, 2012-08-12 at 23:52 +, Gerrit wrote:
> Matúš Kukan has uploaded a new change for review.
> Change subject: unusedcode: SpriteCanvasHelper's methods
found pushed,
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot
_
On Sun, 2012-08-12 at 23:52 +, Gerrit wrote:
> Matúš Kukan has uploaded a new change for review.
> Change subject: fileaccess: use anonymous namespace
found pushed.
Michael.
--
michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot
__
Hi Lennard,
Many thanks for your patch, it works like a charm. I only transformed
the magical number 61 into its corresponding ID in
drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
I just pushed it to master branch.
http://cgit.freedesktop.org/libreoffice/core/commit/?id=234738874f29ed
writerfilter/source/rtftok/rtfdocumentimpl.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 558f5af9feec7825f4edf5f7e4e6f7094fc1c094
Author: Miklos Vajna
Date: Tue Aug 14 16:50:16 2012 +0200
Fix fdo#47495 backport
On master, the fix was fine, b
drawinglayer/inc/drawinglayer/primitive2d/baseprimitive2d.hxx |2
drawinglayer/source/primitive2d/baseprimitive2d.cxx | 31 +-
2 files changed, 18 insertions(+), 15 deletions(-)
New commits:
commit 234738874f29ed23cd2aafb470511b5acf411e3c
Author: Lennard
Date: Sat Aug
writerfilter/source/rtftok/rtfdocumentimpl.cxx |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7910c47221d07e836d62b7d816e1afe19859b601
Author: Miklos Vajna
Date: Tue Aug 14 16:50:16 2012 +0200
Fix fdo#47495 backport
On master, the fix was fine, b
On Tue, 2012-08-14 at 13:14 +0200, Tomaž Vajngerl wrote:
> I know about this problem and I am working on it. There seems to be a
> problem with rendering of transparent images in grfmgr2.cxx.
Oh great ! :-) thanks for digging into that - just trying to raise
master regressions here quickl
I just crossposted here to check about this, it's not a personal
issue, just something that I thought was asking for sharing with
Libreoffice-devs. I let it to the pandoc-list/John MacFarlane on how
to handle this further (either adapt pandoc to work around and/or
filing a bug and/or patching Libre
chart2/source/controller/dialogs/tp_Scale.cxx | 53 +++---
1 file changed, 23 insertions(+), 30 deletions(-)
New commits:
commit 84a219020ca37a28799972cc60d9286c82ca7511
Author: Joseph Brown <1st...@gmail.com>
Date: Mon Aug 13 23:23:04 2012 -0400
fdo#51695 Check for T
>> There are several "undefined reference" errors according to
>>vcl:PDEFWriter
>> and PDFWriterImpl during tail_build.
>
>Should be fixed since yesterday evening, git pull -r and try again.
>
>--tml
Thanks, tml and all of you! It builds successfully.
___
oox/inc/oox/export/vmlexport.hxx |2
oox/source/export/vmlexport.cxx | 20 ++-
sw/source/filter/ww8/docxattributeoutput.cxx |5 +
sw/source/filter/ww8/docxattributeoutput.hxx |1
sw/source/filter/ww8/rtfsdrexport.cxx| 75 +++---
On 08/14/2012 03:20 PM, anwen wrote:
In addition, from the link
(http://www.openoffice.org/api/docs/common/ref/com/sun/star/sdb/OfficeDatabaseDocument.html),
I saw that both "OnPrepareUnload" and "OnUnload" events are synchronously
broadcaster. Does it mean SolarMutex protection again? I really h
instsetoo_native/util/openoffice.lst | 40 +--
solenv/inc/minor.mk |6 ++---
2 files changed, 23 insertions(+), 23 deletions(-)
New commits:
commit a6d7773ec90891cf59754cdb46f5eaf884e7072c
Author: Petr Mladek
Date: Tue Aug 14 16:24:39 2012
sal/rtl/source/cipher.cxx |4
1 file changed, 4 deletions(-)
New commits:
commit 3c23dfb5d06bce5ebdd6886c1f879eadce1b0f6f
Author: Olivier Hallot
Date: Sun Aug 12 10:46:32 2012 -0300
Remove some dead assignements in sal/cipher.cxx
Remove some dead assignements indicated b
sc/source/core/data/colorscale.cxx |2 --
1 file changed, 2 deletions(-)
New commits:
commit 480dc0740cf5112b595902dc44d5640899c40d85
Author: Stephan Bergmann
Date: Tue Aug 14 16:18:46 2012 +0200
warning C4702: unreachable code
Change-Id: I02e6f646ee5deb278f4193185ffac8835efa
New branch 'libreoffice-3-6-1' available with the following commits:
commit 756d1ba15d3841552d0ed4500ff05f668d9c71e6
Author: Petr Mladek
Date: Tue Aug 14 16:18:18 2012 +0200
Branch libreoffice-3-6-1
This is 'libreoffice-3-6-1' - the stable branch for the 3.6.1 release.
Only ver
New branch 'libreoffice-3-6-1' available with the following commits:
commit dc888d2535d8e914dd3b645a38ef8f1ff0750282
Author: Petr Mladek
Date: Tue Aug 14 16:18:18 2012 +0200
Branch libreoffice-3-6-1
This is 'libreoffice-3-6-1' - the stable branch for the 3.6.1 release.
Only ver
New branch 'libreoffice-3-6-1' available with the following commits:
commit 09128ff9c1ff9e56dfd8f111aa1c062a86e6162b
Author: Petr Mladek
Date: Tue Aug 14 16:18:17 2012 +0200
Branch libreoffice-3-6-1
This is 'libreoffice-3-6-1' - the stable branch for the 3.6.1 release.
Only ver
vcl/aqua/source/dtrans/DataFlavorMapping.cxx |4 ++--
vcl/aqua/source/dtrans/HtmlFmtFlt.cxx|6 +++---
vcl/aqua/source/dtrans/PictToBmpFlt.cxx |5 +++--
vcl/source/control/edit.cxx |3 +--
vcl/source/gdi/bitmap3.cxx |2 +-
vcl/sour
On Tue, 2012-08-14 at 15:28 +0200, Joop Kiefte wrote:
> FYI, just interested if there is a known issue here and/or compliance
> errors you can help pandoc with...
Looks like yet-another interoperability bug fix opportunity. The trick
is to file a bug - this is not the right place for prom
Hi jumbo444,
On Friday, 2012-08-10 06:26:52 -0700, jumbo444 wrote:
> I propose a patch for fdo#47674
Pushed
http://cgit.freedesktop.org/libreoffice/core/commit/?id=597bdd89d108fb8325d81f5b30ffdd0d3ea68072
with changes
http://cgit.freedesktop.org/libreoffice/core/commit/?id=d26599c3e1dea940439985
writerfilter/source/rtftok/rtfdocumentimpl.cxx |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 1067832bbfae15811ff2e1d478139b5af283de51
Author: Miklos Vajna
Date: Mon Aug 13 12:23:05 2012 +0200
fdo#47495 fix RTF import of multiple shapes inside textframes
Hello,
this is just a short reminder that tomorrow, we will do the IP change on
various TDF virtual machines. Affected should be at least MozTrap,
AskBot and Gerrit, and probably others.
We expect only some short downtime to occur, but since Murphy is
everywhere, be warned. ;-)
Affected ol
Hi Eike
Eike Rathke-2 wrote
>
> This does not appear to be a problem in 3-5, I assume you'll be happy
> with the fix in 3-6?
>
You are correct. That bug does not affect 3.5.5.3. Just downloaded the
sample file. My bad for assuming it was the same problem.
The problem I had is related to
https
officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 133
sc/inc/scabstdlg.hxx |4
sc/source/ui/attrdlg/scdlgfact.cxx |9
sc/source/ui/attrdlg/scdlgfact.hxx |3
sc/source/ui/dbgui/scuiasc
vcl/inc/unx/gtk/gtksalmenu.hxx|3 -
vcl/unx/gtk/window/gtksalmenu.cxx | 84 +-
2 files changed, 59 insertions(+), 28 deletions(-)
New commits:
commit cd3845cb77a77293bcd3db00058c4e45bdc959b1
Author: Antonio Fernandez
Date: Tue Aug 14 14:38:35 2012
>From Petr Mladek :
Petr Mladek has submitted this change and it was merged.
Change subject: fdo#47495 fix RTF import of multiple shapes inside textframes
..
fdo#47495 fix RTF import of multiple shapes inside textframes
(cherr
writerfilter/source/rtftok/rtfdocumentimpl.cxx |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 9f6ede5c0a998d2925b017b82ff73dd0a793a858
Author: Miklos Vajna
Date: Mon Aug 13 12:23:05 2012 +0200
fdo#47495 fix RTF import of multiple shapes inside textframes
FYI, just interested if there is a known issue here and/or compliance
errors you can help pandoc with...
-- Forwarded message --
From: Oliver Schrenk
Date: 2012/8/14
Subject: Re: LineEnding issues, .md > .docx
To: "pandoc-disc...@googlegroups.com"
Cc: "pandoc-disc...@googlegroup
>From Petr Mladek :
Petr Mladek has submitted this change and it was merged.
Change subject: fdo#47495 fix RTF import of multiple shapes inside textframes
..
fdo#47495 fix RTF import of multiple shapes inside textframes
(cherr
Stephan Bergmann-2 wrote
>
> On 08/14/2012 12:35 AM, anwen wrote:
>> I implemented the above code with c++ . However, it did not work.
>> Anything
>> wrong with the following code:
>> m_xCC is a given Reference
>>
>> Reference
>> xBrd(m_xCC->getServiceManager()->createInstanceWithContext(OUString
1 - 100 of 167 matches
Mail list logo