933545f9bee6ed8d791ee4026cc0986702417ed8
Author: Vinaya Mandke
Date: Fri Jun 6 14:12:48 2014 +0530
fdo#78939 [DOCX] Hang while opening due to incorrect modification of Style
http://opengrok.libreoffice.org/xref/core/sw/source/core/unocore/unosett.cxx#1884
Modifies the refernced style of the numbering rule to
0d5b053436eebac00948e95d64a87e150d195c07
Author: Vinaya Mandke
Date: Tue Jul 8 15:32:29 2014 +0530
DOCX FILEOPEN VML Shape (image) is lost on import fdo#81031
ShapeContextHandler::getDrawingShapeContext mxDrawingShapeContext is set
once and never reset.
So in a file which has numPicBullets and vml shapes in
/factoryimpl_ns.py |2 ++
writerfilter/source/ooxml/model.xml | 10 --
6 files changed, 25 insertions(+), 2 deletions(-)
New commits:
commit 981e2dcd44d3b33b5af791645f77b6c7f2da831c
Author: Vinaya Mandke
Date: Fri Jul 18 17:32:26 2014 +0530
FILESAVE
sw/qa/core/data/ooxml/pass/fdo81491.docx |binary
sw/source/core/doc/docbm.cxx |3 ++-
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 9a733398516b7ee08ad5b3887c75f11f0f6bbc27
Author: Vinaya Mandke
Date: Fri Jul 25 15:05:50 2014 +0530
fdo#81491
6d73c5d748363173e73861ba46fcba36f04a1122
Author: Vinaya Mandke
Date: Tue May 13 18:19:52 2014 +0530
fdo#78651 DOCX Incorrect export of nested Tables
As the m_oldTableReference->m_pOldTablepInner was not cleared
the same tabled was incorrectly nested with itself.
Another is
3c87d89bca61732cb2ee679e278863bd56bb
Author: Vinaya Mandke
Date: Wed May 21 11:42:07 2014 +0530
fdo#78910 Hyperlink and Field start-end mismatch
Originally a Field began inside a hyperlink but ended after the hyperlink.
This causes the corruption in MS Word.
Incremented the field count if the field is
| 87 +++--
writerfilter/source/dmapper/DomainMapper_Impl.hxx |4
writerfilter/source/dmapper/ModelEventListener.cxx | 10 --
7 files changed, 113 insertions(+), 18 deletions(-)
New commits:
commit 7bbfdfdac302d766325bd3476f52eb35854d7c38
Author: Vinaya Mandke
Date
e49d2b31fb2020d065b4ad940d1031d07b10f32b
Author: Vinaya Mandke
Date: Fri Jun 6 14:12:48 2014 +0530
fdo#78939 [DOCX] Hang while opening due to incorrect modification of Style
http://opengrok.libreoffice.org/xref/core/sw/source/core/unocore/unosett.cxx#1884
Modifies the refernced style of the numbering rule to
:
commit 9fbdb02c9a1da28b4dd51b053d39cb254631e535
Author: Vinaya Mandke
Date: Tue Jun 24 14:59:30 2014 +0530
fdo#79940 LO crashes on opening; tries to remove a para with bookmarks
LO crashes while opening the issue file as,
DomainMapper_Impl::RemoveLastParagraph
tries to dispose
:
commit b00a59287e0b1dcc0a46dd18e5e884282eb859f3
Author: Vinaya Mandke
Date: Wed Jun 25 12:53:07 2014 +0530
fdo#80514 LO crashes on opening; tries to remove a para with NumPicBullet
LO crashes while opening the issue file as, an extra Num Pic Bullets is
attached to the dummy
/PropertyMap.hxx|2
9 files changed, 131 insertions(+), 4 deletions(-)
New commits:
commit 2ba645fee8ea7e4c5e1ad9a81774a33e899cf18d
Author: Vinaya Mandke
Date: Fri Apr 18 15:50:51 2014 +0530
fdo#39056 fdo#75431 Section Properties if section starts with table
Section
+++
sw/source/filter/ww8/wrtw8nds.cxx|1 +
6 files changed, 29 insertions(+), 1 deletion(-)
New commits:
commit e6b295e55d82f236206c24f5cf1dcc314c34b20f
Author: Vinaya Mandke
Date: Thu Aug 28 11:29:06 2014 +0530
fdo#83057 File corrupts on save, as SDT is added incorrectly
oox/source/export/chartexport.cxx |8
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 3383fd7b229a9d78044231bfb5ccca256fe400a2
Author: Vinaya Mandke
Date: Wed Sep 10 18:23:06 2014 +0530
Clean-up
Change-Id
files changed, 46 insertions(+), 2 deletions(-)
New commits:
commit c1e563f6efd09cd3463f1b92a3022ae288c92087
Author: Vinaya Mandke
Date: Fri Apr 4 15:07:52 2014 +0530
fdo#76741 [DOCX] Table Alignment and width type
There are two issue related to table in the saved(exported) file
Author: Vinaya Mandke
Date: Fri Apr 18 15:50:51 2014 +0530
fdo#39056 fdo#75431 Section Properties if section starts with table
Section properties are not imported if the section starts with a table for
DOCX,
and also for a few RTF files with combination of tables and section
: Vinaya Mandke
Date: Mon May 5 14:13:31 2014 +0530
fdo#78284 Content-type of ".png" images in Smart Art
Content-type for 'png' images was not getting added in
[Content_Types].xml. This was as only 'jpeg' and 'wmf'
extensi
Hi,
PFA the diff file...
I know that its incomplete and should have a separate handler, but as of
now I can atleast save the comment data...
This is what I have done
- I have handled comments exactly as notes
- In slidefragmenthandler added tokens to handle the comment attributes
- New
structure needs to be populated for an Annotation to be
displayed (rendered )?
Regards,
Vinaya
On Mon, Jan 28, 2013 at 8:04 PM, Vinaya Mandke wrote:
> Hi,
>
> PFA the diff file...
>
> I know that its incomplete and should have a separate handler, but as of
> now I can atleast sav
Hi,
I followed the PPT (ImportComment10) flow and was able to display the
comments!!!
using the following in presentationfragmenthandler.cxx
uno::ReferencexAnnotationAccess(xSlide,UNO_QUERY_THROW);
uno::ReferencexAnnotation(xAnnotationAccess->createAndInsertAnnotation());
Regards, n Thanks :)
V
for the Annotations (Annotations.cxx AnnotationAccess.cxx etc)
- In presentationfragmenthandler there needs to another handler for
comments but I am stuck on how this can be implemented.
So can you please guide how should I go about solving this issue ?
Eagerly waiting for your reply...
Reg
org> wrote:
> Vinaya Mandke wrote:
> > I am a trainee and have been assigned a project to debug and correct one
> > bug of LiBo.
> >
> Hi Vinaya,
>
> this is cool - great to have you looking into that!
>
> > As of now I have identified this much:-
&
/DomainMapper_Impl.cxx |1
writerfilter/source/dmapper/DomainMapper_Impl.hxx |4 +++
6 files changed, 38 insertions(+), 3 deletions(-)
New commits:
commit 0c61ffc15ecd8122cb9102d2591561e1d4e37327
Author: Vinaya Mandke
Date: Thu Dec 5 18:22:56 2013 +0530
Fix for Column Break if it
aefd8ff742f8952327f1bddc37e62317d69ffb7d
Author: Vinaya Mandke
Date: Mon Dec 9 15:13:20 2013 +0530
Follow-up Patch
Changed variable names to Hungarian Notation
Change-Id: I00f2a91f9faa4fd779851be7b48449a7be203e49
Reviewed-on: https://gerrit.libreoffice.org/7007
Reviewed-by: Norbert Thiebaud
Tested
Author: Vinaya Mandke
Date: Thu Nov 7 18:49:10 2013 +0530
Fix for multipe occurrences of attibute in
After round trip multiple occurrences of w:left, w:right etc
were exported.
Also added UT for the test file.
Conflicts:
sw/qa/extras/ooxmlexport
Hi all,
All of my past & future contributions to LibreOffice may be licensed under
the MPLv2/LGPLv3+ dual license.
Regards,
Vinaya Mandke
--
This e-mail, including any attached files, may contain confidential and
privileged information for the sole use of the intended recipient. Any
re
Hi,
All of my past and future contributions to the LibreOffice project are
under LGPLv3+/GPLv3+/MPL until further notice.
Regards,
Vinaya Mandke
--
This e-mail, including any attached files, may contain confidential and
privileged information for the sole use of the intended recipient. Any
| 87 +++--
writerfilter/source/dmapper/DomainMapper_Impl.hxx |4
writerfilter/source/dmapper/ModelEventListener.cxx | 10 --
7 files changed, 113 insertions(+), 18 deletions(-)
New commits:
commit 9679e9c23216decb5f9f25f85b04cb3f2521
Author: Vinaya Mandke
Date
| 10 ++
10 files changed, 84 insertions(+), 5 deletions(-)
New commits:
commit c4ff46485f0461de6a2804ae859dbbc81b6af105
Author: Vinaya Mandke
Date: Wed Jan 8 18:54:51 2014 +0530
fdo#65833 Fix to preserve VML Canvas Information
Grab-bagged the "editas" at
c035c3dc527c0756b51865124b96c507c44743ed
Author: Vinaya Mandke
Date: Mon Jan 20 16:59:56 2014 +0530
fdo#73556 Docx was exported with incorrect column width
The file contains a table with 3 columns. The girdcols
are as follows: {1210, 1331, 1210}, whereas the
individual cells have {1210, 400
(+), 7 deletions(-)
New commits:
commit ce85ba3e2e926f72084cef2f18343f5f09f03152
Author: Vinaya Mandke
Date: Wed Oct 30 16:36:25 2013 +0530
Unit tests for Chart Series Name
Added UTS to verify the series names (Labels) for chart series for
following-
* xls, xlsx, ods
xmloff/source/chart/SchXMLExport.cxx | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
New commits:
commit 9239dc026ae31d38e495c7031b1e55cab4aebe9a
Author: Vinaya Mandke
Date: Wed Oct 23 14:25:19 2013 +0530
Fix for Chart Series Names
For Docx files, the
commits:
commit 486222c7c003e250813bd885a95192bc63cc9830
Author: Vinaya Mandke
Date: Thu Oct 31 11:46:10 2013 +0530
Unit test for Docx Chart Series Name
UT to verify that the series labels are
imported (or rendered) as in the docx file.
Change-Id
CLs here:
1. OOXML-Linear <https://gerrit.libreoffice.org/#/c/12056/9>
2. OOXML-Radial <https://gerrit.libreoffice.org/#/c/13130/2>
3. OOXML-Rect <https://gerrit.libreoffice.org/#/c/13166/1>
Can someone review these changes ?
Regards,
Vinaya Mandke
--
This e-mail, incl
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
/ww8/docxsdrexport.cxx | 49 +++-
sw/source/filter/ww8/docxsdrexport.hxx |2 +
7 files changed, 75 insertions(+), 5 deletions(-)
New commits:
commit 17d31e6fb316da2bf1267c337eed88165dfa1a54
Author: Vinaya Mandke
Date: Mon Mar 17 13:01:37 2014 +0530
fdo
|2 +-
sw/source/filter/ww8/wrtw8sty.cxx | 10 ++
6 files changed, 36 insertions(+), 6 deletions(-)
New commits:
commit 7057d1c9097b7c7aa4d232a9f67199bbf406d3f6
Author: Vinaya Mandke
Date: Wed Mar 19 11:54:08 2014 +0530
fdo#76101 [DOCX] Export: Limit no of styles in
54d913aa74962781e31290d9bb7e2d95212d994c
Author: Vinaya Mandke
Date: Thu Mar 27 12:07:25 2014 +0530
fdo#76586 Table column separators from individual cell widths
In the test file Table Grid had only one value for entire table width
while there are two cells in a table row. So the
60fad3fabb26a50ea238bed2f046670c6e5678f7
Author: Vinaya Mandke
Date: Wed Aug 6 19:38:40 2014 +0530
fdo#81945 [DOCX] Round Tripped file corrupted due to nested SDTs
Original File contains two separate SDTs which are getting
nested during RT as follows:-
sdtStart [MARK] rPr [MARK] sdtEND RunSTART
files changed, 80 insertions(+), 9 deletions(-)
New commits:
commit 263938c4a8789d881f8e736d317b6bcc09c3bce5
Author: Vinaya Mandke
Date: Thu Feb 13 20:02:53 2014 +0530
fdo#73596 [DOCX] Multiple Columns in Index
The number of columns in an Index is given by the "\c&qu
commits:
commit a45bdb8aa8f3a183842c715106e4f6e59f2f94c7
Author: Vinaya Mandke
Date: Fri Feb 14 19:13:03 2014 +0530
fdo#73596 [DOCX] Auto Columns in Index
When number of columns in the Index is not specified
by the "\c" switch, then avoid adding the section breaks
:
commit 6536826f2f4c747582d60ed40b0418c6a67a9829
Author: Vinaya Mandke
Date: Tue Feb 25 13:13:11 2014 +0530
fdo#74792 [DOCX] Grab-bag rels and images for SmartArt
Added support to grab-bag rels and associated Images for
data[i].xml, and drawing[i].xml.
Added UT for the same
(+), 3 deletions(-)
New commits:
commit 7691532a89a94120c220f77e8cc6c42615e3d7c4
Author: Vinaya Mandke
Date: Mon Mar 3 16:31:00 2014 +0530
fdo#73596 [DOCX] Index:distance between columns
Import the "w:space" or the distance between multiple
columns of an Index
ffb1053b287fddd2c96757e5c6825381afc43fa1
Author: Vinaya Mandke
Date: Mon Feb 3 11:53:02 2014 +0530
fdo#74115 Fix for DOCX BitmapFill for Chart Wall
Fixed import and export for chart wall Bitmap Fill in DOCX
Added UT for the same.
Conflicts:
oox/source/export/chartexport.cxx
Change
|4
writerfilter/source/dmapper/SettingsTable.cxx | 10 ++
writerfilter/source/dmapper/SettingsTable.hxx |1 +
7 files changed, 42 insertions(+)
New commits:
commit 8c6ee9360b3ffdc07335da0e3a2c6f05e5438909
Author: Vinaya Mandke
Date: Fri Jan 24 19:29:47 2014 +0530
fdo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
1 - 100 of 142 matches
Mail list logo