History log of /trunk/main/filter/source/msfilter/msdffimp.cxx (Results 1 - 25 of 43)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 95e2fe77 22-May-2023 mseidel

Fixed typos (unknown) and some other, removed whitespace


Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA
# 36a46462 02-Jan-2022 Damjan Jovanovic

Convert all instances of SetParaAttribs() to take a 32 bit paragraph index.

Patch by: me


# c2eaa082 01-Jan-2023 Damjan Jovanovic

Preliminary attempt to convert all instances of GetParagraphCount()
to return a sal_uInt32 or sal_uLong, and fix any related problems
in all their callers.

Patch by: me


# 272eca8e 09-Dec-2022 Arrigo Marchiori

Detect some endless loops


Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
# 49ac0a79 17-Aug-2018 Don Lewis

Ignore the SP_FGROUP flag on shape records. Instead assume that the
first shape in a shape group is the group shape. Add a new flag
parameter to SvxMSDffManager::ImportShape() to indicate t

Ignore the SP_FGROUP flag on shape records. Instead assume that the
first shape in a shape group is the group shape. Add a new flag
parameter to SvxMSDffManager::ImportShape() to indicate the whether
or not this is a group shape based on the calling context. Call
SvxMSDffManager::ImportShape() directly from SvxMSDffManager::ImportGroup()
instead of indirectly via SvxMSDffManager::ImportObj() to facilitate
passing the context information.

Don't call SvxMSDffManager::ProcessObj() from SvxMSDffManager::ImportShape()
when processing a group shape. SvxMSDffManager::ImportObj() expects
SvxMSDffManager::ImportShape() to return a pointer to an SdrObjGroup
object in this case, and SvxMSDffManager::ProcessObj() may replace
the SdrObjGroup object with some other type of shape object.

Change some C-style SdrObjGroup* casts to dynamic_cast so that incorrect
casts will create a NULL pointer and fail quickly rather than executing
methods on an object of the wrong type and doing something possibly
undefined.



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

show more ...


Revision tags: AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411
# 7c24b34b 07-Oct-2014 Armin Le Grand

i125476 Reverted i125187 but kept comments for the case someone else is about to do the same fix

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

i125476 Reverted i125187 but kept comments for the case someone else is about to do the same fix

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

show more ...


# b527dbdb 01-Jul-2014 Armin Le Grand

i125187 more precision at ppt import where the BLIP graphic is located

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


# 07a3d7f1 29-Apr-2014 Pedro Giffuni

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


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

show more ...


Revision tags: AOO410
# 662ac9b6 15-Apr-2014 Steve Yin

Issue 124661 - crash when loading and re-saving attached ppt file with a single customshape

check the equation array element number. If the number is greater than 128, the equation array wil

Issue 124661 - crash when loading and re-saving attached ppt file with a single customshape

check the equation array element number. If the number is greater than 128, the equation array will not be imported.

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

show more ...


# 2cc834b4 26-Mar-2014 Armin Le Grand

i124477 set object shadow always at PPT import, it may be applied to object text

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


Revision tags: AOO410_Beta, AOO401, AOO400
# aaa55f71 26-Apr-2013 Herbert Dürr

WaE: fix suspicious assignment

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


# b3b047bd 28-Feb-2013 Herbert Dürr

fix typo that caused the DFF_Prop_c3DExtrudeForward property to be mis-calculated

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


# d5370dc8 27-Feb-2013 Armin Le Grand

i121420: Enhancements on the four svx-based panels, Area, Line, Graphic and Transformation

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1450891 13f79535-47bb-0310

i121420: Enhancements on the four svx-based panels, Area, Line, Graphic and Transformation

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

show more ...


# 45fd3b9a 10-Jan-2013 Armin Le Grand

#121504# Support for alpha channel in clipboard for all systems

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


Revision tags: AOO340
# 0a8a0311 24-Sep-2012 Oliver-Rainer Wittmann

#119634# shape import (Microsoft Office documents) - apply default shadow color, if none is given; apply default shadow distance, if shadow type is not supported.

Patch by: Jianyuan

#119634# shape import (Microsoft Office documents) - apply default shadow color, if none is given; apply default shadow distance, if shadow type is not supported.

Patch by: Jianyuan Li
Review by: Oliver


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

show more ...


# a2bebc6a 10-Sep-2012 Jianyuan Li

#119628# Arrow shape changed is save doc file by AOO
Reported by: Yan Ji
Review by: sunying
Patch by: Jianyuan Li

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

#119628# Arrow shape changed is save doc file by AOO
Reported by: Yan Ji
Review by: sunying
Patch by: Jianyuan Li

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

show more ...


# 85ecb07a 20-Aug-2012 Lei De Bin

#120158# fix picture shadow lost after saved as doc in some case.
Reported by: Yan Ji
Patch by: Chen Zuo Jun
Review by: Lei De Bin

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

#120158# fix picture shadow lost after saved as doc in some case.
Reported by: Yan Ji
Patch by: Chen Zuo Jun
Review by: Lei De Bin

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

show more ...


# 9e720f75 16-Aug-2012 Pavel Janík

WaE fixes: reorder initialization, handle all cases in switch, ...


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


# 89ef6efa 16-Aug-2012 Jianyuan Li

#119570# fix chaos grouped object when import
Reported by: Du Jing
Patch by: Jianyuan Li
Review by: SunYing

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

#119570# fix chaos grouped object when import
Reported by: Du Jing
Patch by: Jianyuan Li
Review by: SunYing

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

show more ...


# c73c4b92 16-Aug-2012 Jianyuan Li

#120554# Shape Gradient MS2003 import/export Enhancement
Reported by: Jianyuan Li
Patch by: Jianyuan Li
Review by: SunYing

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

#120554# Shape Gradient MS2003 import/export Enhancement
Reported by: Jianyuan Li
Patch by: Jianyuan Li
Review by: SunYing

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

show more ...


# 481021c3 15-Aug-2012 Armin Le Grand

#119496# Correct flags AutoGrowWidth/Height for WordArt
Patch by: SunYing
Review by: Jianyuan Li, alg

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

#119496# Correct flags AutoGrowWidth/Height for WordArt
Patch by: SunYing
Review by: Jianyuan Li, alg

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

show more ...


# 39b9b168 14-Aug-2012 Armin Le Grand

#119443# Import lines from ppt as one poin connectors
Patch by: Jianjuan Li
Review by: alg

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

#119443# Import lines from ppt as one poin connectors
Patch by: Jianjuan Li
Review by: alg

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

show more ...


# 0ce6329e 06-Aug-2012 Armin Le Grand

#120437# Connector corrections in groups and PPT imports

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


# 26734c99 30-Jul-2012 Armin Le Grand

#116001# Reverted revision 1366087

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


# c0739476 26-Jul-2012 Armin Le Grand

#116001# TextToFitSize item/property optimized to boolean

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


12