History log of /aoo41x/main/filter/source/msfilter/svdfppt.cxx (Results 1 - 25 of 28)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414
# bf1024d2 03-Aug-2017 Jim Jagielski

limit levels


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1803943 13f79535-47bb-0310-9956-ffa450edef68


Revision tags: AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
# a9ab3c7b 21-Jan-2014 Herbert Dürr

get rid of an extraneous parentheses in "if((A==B))"

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560012 13f79535-47bb-0310-9956-ffa450edef68


Revision tags: AOO401, AOO400, AOO340
# 87bc88d3 19-Oct-2012 Herbert Dürr

make conversions between BitmapColor and sal_uInt8 explicit

Implicit conversions are a dangerous cause of confusion as seen
in http://markmail.org/thread/a4copx2di7cxeowg and require tri

make conversions between BitmapColor and sal_uInt8 explicit

Implicit conversions are a dangerous cause of confusion as seen
in http://markmail.org/thread/a4copx2di7cxeowg and require tricky
rewrites to work around them, this change cleans them up and
disables them for all code outside of the immutable binfilter.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1400149 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 11f7746c 05-Oct-2012 Armin Le Grand

#119885# corrected AutoGrowHeight setting when importing PPT text boxes

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1394533 13f79535-47bb-0310-9956-ffa450edef68


# 6faff3c3 20-Sep-2012 Pavel Janík

Remove unused variable nLastStartNumbering to silence the compiler in
WaE mode.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1387870 13f79535-47bb-0310-9956-ffa4

Remove unused variable nLastStartNumbering to silence the compiler in
WaE mode.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1387870 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 1fa2bb83 19-Sep-2012 Sun Ying

#119477# fix bullet's start with error when save .ppt file
Reported by: Liu Ping Tan
Patch by: Ying Sun
Review by: Steve Yin.


git-svn-id: https://svn.apache.org/repos/asf/in

#119477# fix bullet's start with error when save .ppt file
Reported by: Liu Ping Tan
Patch by: Ying Sun
Review by: Steve Yin.


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1387482 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 95fd23ee 10-Sep-2012 Jianyuan Li

#119521# Layout is corrupted in PPT when open in AOO3.4
Reported by: Du Jing
Patch by: Jianyuan Li
Review by: sunying

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/t

#119521# Layout is corrupted in PPT when open in AOO3.4
Reported by: Du Jing
Patch by: Jianyuan Li
Review by: sunying

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1382688 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# f93e23d7 07-Sep-2012 Zhe Wang

Fix issue #i120773#: [From Symphony] Numbering will lose when saving or opening a ppt file
* subversion/main/editeng/inc/editeng/svxenum.hxx
Define some numbering types supported b

Fix issue #i120773#: [From Symphony] Numbering will lose when saving or opening a ppt file
* subversion/main/editeng/inc/editeng/svxenum.hxx
Define some numbering types supported by MS ppt
* subversion/main/filter/source/msfilter/svdfppt.cxx
Mapping added MS numbering types to Symphony numbering types
* subversion/main/sd/source/filter/eppt/epptso.cxx
Export added MS numbering types

Patch by: Yin Bing <steve.yin.aoo@gmail.com>
Suggested by: Wang Zhe <kingwisemmx@gmail.com>
Found by: Yin Bing <steve.yin.aoo@gmail.com>
Review by: Wang Zhe <kingwisemmx@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381885 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 7b1524ad 07-Sep-2012 Zhe Wang

Fix issue #i120344#: The line spacing of the paragraphs is incorrectly if open the .ppt doc
* subversion/main/filter/source/msfilter/svdfppt.cxx
[]if the line space type is SVX_LINE_SPA

Fix issue #i120344#: The line spacing of the paragraphs is incorrectly if open the .ppt doc
* subversion/main/filter/source/msfilter/svdfppt.cxx
[]if the line space type is SVX_LINE_SPACE_FIX, set it
* subversion/main/editeng/source/editeng/impedit3.cxx
[]reset the text height and max ascent of the line when type is SVX_LINE_SPACE_FIX.

Patch by: Ma Bingbing <jiazema@gmail.com>
Suggested by: Wang Zhe <kingwisemmx@gmail.com>
Found by: Ma Bingbing <jiazema@gmail.com>
Review by: Wang Zhe <kingwisemmx@gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381875 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 6f89e1e2 16-Aug-2012 Sun Ying

#119523# fix the indent and left margin attribute lost when save .ppt file and open .ppt file
Reported by: liupingtan
Patch by: Ying Sun
Review by: Jian Yuan Li

git-svn-id: https

#119523# fix the indent and left margin attribute lost when save .ppt file and open .ppt file
Reported by: liupingtan
Patch by: Ying Sun
Review by: Jian Yuan Li

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1373731 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 3f8457be 16-Aug-2012 Sun Ying

#119875# fix vertical text direction in table cell change when save .ppt file
Reported by: Li Feng Wang
Patch by: Ying Sun
Review by: Jian Yuan Li

git-svn-id: https://svn.apache.

#119875# fix vertical text direction in table cell change when save .ppt file
Reported by: Li Feng Wang
Patch by: Ying Sun
Review by: Jian Yuan Li

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1373715 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 059b96ec 13-Aug-2012 Andre Fischer

Add default to switch statements to avoid compiler warnings.

Patch by: Pavel Janik
Review by: Andre Fischer


git-svn-id: https://svn.apache.org/repos/asf/incubator/o

Add default to switch statements to avoid compiler warnings.

Patch by: Pavel Janik
Review by: Andre Fischer


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1372306 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 6d7f00d5 20-Jul-2012 Lei De Bin

#120233# fix ppt import bullet size error

Reported by: liu ping tan
Patch by: Sun Ying
Review by: Lei De Bin

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk

#120233# fix ppt import bullet size error

Reported by: liu ping tan
Patch by: Sun Ying
Review by: Lei De Bin

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1363625 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 639a98dc 20-Jul-2012 Lei De Bin

#119581# fix import issue for left and right horizontal alignment in text box

Reported by: liu ping tan
Patch by: Li Jian Yuan
Review by: Lei De Bin

git-svn-id: https://svn.

#119581# fix import issue for left and right horizontal alignment in text box

Reported by: liu ping tan
Patch by: Li Jian Yuan
Review by: Lei De Bin

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1363619 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 1e9667f1 13-Jul-2012 Andre Fischer

#i119874 Fixed text alignment in RTL layout.

Reported by: Li Feng Wang
Patch by: Jianyuan Li
Review by: Andre Fischer


git-svn-id: https://svn

#i119874 Fixed text alignment in RTL layout.

Reported by: Li Feng Wang
Patch by: Jianyuan Li
Review by: Andre Fischer


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1361109 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 37ead5f4 12-Jul-2012 Andre Fischer

#i119493# Fixed import of tables with connectors.

Reported by: liupingtan
Patch by: SunYing
Review by: Andre Fischer


git-svn-id: https://s

#i119493# Fixed import of tables with connectors.

Reported by: liupingtan
Patch by: SunYing
Review by: Andre Fischer


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1360632 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 16e9886b 06-Jul-2012 Andre Fischer

#i119877# Fixed import of FillBitmapMode.

Reported by: Li Feng Wang
Patch by: SunYing
Reviewed by: Andre Fischer


git-svn-id: https://svn.a

#i119877# Fixed import of FillBitmapMode.

Reported by: Li Feng Wang
Patch by: SunYing
Reviewed by: Andre Fischer


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1358158 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 982434bd 04-Jul-2012 Herbert Dürr

#i120143# fix parsing of bullet height in PPT files

Patch-by: Sun Ying
Found-by: Liu Ping Tan
Review-by: Herbert Duerr


git-svn-id: https://svn.apache.org/repos/asf/incu

#i120143# fix parsing of bullet height in PPT files

Patch-by: Sun Ying
Found-by: Liu Ping Tan
Review-by: Herbert Duerr


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1357304 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# f63bbb65 25-Jun-2012 Zhe Wang

for #119985#

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1353398 13f79535-47bb-0310-9956-ffa450edef68


# bc5695eb 21-Jun-2012 Armin Le Grand

Changed CRLF to Unix

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1352464 13f79535-47bb-0310-9956-ffa450edef68


# 18df9c70 20-Jun-2012 Armin Le Grand

#119475 bullet font info for CJK and CTL, Patch by Sun Ying, Review by alg

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1352206 13f79535-47bb-0310-9956-ffa450edef68


# 3c5693e1 19-Jun-2012 Herbert Dürr

#i120021# fix memory leak in PptSlidePersistEntry::~PptSlidePersistEntry()

Patch by: Chao Huang
Found by: Chao Huang
Review and minor modifications by: Herbert Duerr


gi

#i120021# fix memory leak in PptSlidePersistEntry::~PptSlidePersistEntry()

Patch by: Chao Huang
Found by: Chao Huang
Review and minor modifications by: Herbert Duerr


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1351622 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# cfff179c 13-Jun-2012 Andre Fischer

#i119532# Fixed export of bullet color.

Patch by: SunYing
Review and minor changes by: Andre Fischer



git-svn-id: https://svn.apache.org/repos/asf/i

#i119532# Fixed export of bullet color.

Patch by: SunYing
Review and minor changes by: Andre Fischer



git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1349670 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# e42a997b 12-Jun-2012 Andre Fischer

#i119546# Set minimal table border width to 1 for writing in ppt format.

Patch by: Lei Debin
Review by: Andre



git-svn-id: https://svn.apache.org/re

#i119546# Set minimal table border width to 1 for writing in ppt format.

Patch by: Lei Debin
Review by: Andre



git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1349286 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 5aab86fe 07-Jun-2012 Andre Fischer

#i119478# Fixed application of transparency to table cells.

Patch by: Lei Debin



git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1347577 13f79535

#i119478# Fixed application of transparency to table cells.

Patch by: Lei Debin



git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1347577 13f79535-47bb-0310-9956-ffa450edef68

show more ...


12