History log of /aoo42x/main/svx/source/customshapes/ (Results 1 - 25 of 31)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA
7a98084212-Feb-2023 DamjanJovanovic

Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs

Update EditEngine code to use 32 bit paragraph storage

(cherry picked from commit d5edfd09768da46c2f9d7c365bf67

Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs

Update EditEngine code to use 32 bit paragraph storage

(cherry picked from commit d5edfd09768da46c2f9d7c365bf67318f0694735)

show more ...

Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA
b056bc4212-Nov-2021 mseidel

Fixed typos, removed whitespace

(cherry picked from commit 201d50ff746b6abb0a3ac7f3daa35ffddeb81623)

1c05acec06-Nov-2021 Matthias Seidel

Fix for Bugzilla #128489 (#140)

rendering for extrusion depth of custom shapes is wrong for position values other than zero
See: https://bz.apache.org/ooo/show_bug.cgi?id=128489

Fix for Bugzilla #128489 (#140)

rendering for extrusion depth of custom shapes is wrong for position values other than zero
See: https://bz.apache.org/ooo/show_bug.cgi?id=128489

Many thanks to Regina Henschel!
(cherry picked from commit 3ee92af9639dd80a1e93eb1f3aac6a970a5c9228)

show more ...

Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
4d7c9de028-Nov-2013 Herbert Dürr

#i123768# [ia2] remove pseudo-automatic noisy comments


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

8e8ee8fe29-Sep-2013 Steve Yin

Fix build errors.

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


Revision tags: AOO401
ae7bc73a09-Sep-2013 Armin Le Grand

i122777 Corrected texture mapping for 3D CustomShapes

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

Revision tags: AOO400
3ce09a5818-May-2013 Steve Yin

Merged with the trunk.

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


fda6966108-May-2013 Herbert Dürr

#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations

In stlport<=4 the functors hash and equal_to had specializions for conveniently handlin

#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations

In stlport<=4 the functors hash and equal_to had specializions for conveniently handling c-strings.
For consistency reasons this specialization was not included in the TR1 report and the C++11 standard.
The two new helper functors are drop-in replacements for the old specializations.


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

show more ...

ca62e2c223-Apr-2013 Steve Yin

IA2 for SW. Draft version 1.

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


9b8096d003-Apr-2013 Steve Yin

IA2 migration for cui, editeng, svx

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

e5cfc9ca28-Feb-2013 Herbert Dürr

Fix build aborts in the customshape code caused by integer-narrowing-down problems

0x80000000 is used as magic constant all over the customshape code where
it is squeezed into signed int

Fix build aborts in the customshape code caused by integer-narrowing-down problems

0x80000000 is used as magic constant all over the customshape code where
it is squeezed into signed int32 types that cannot preserve this value. Good
compilers notice the problem and have every right to complain or error-out.
Using the magic constant already casted down consolidates the problem and is
the least invasive way to fix it until the code gets its well deserved makeover.


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

show more ...

22d4c96212-Dec-2012 Armin Le Grand

Converted to unix lineends

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

bfc23b6710-Dec-2012 Armin Le Grand

#121437# Added patch from Regina which implements QuadraticBezier segemnts to CustomShapes
Patch by: Regina
Review by: ALG

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

#121437# Added patch from Regina which implements QuadraticBezier segemnts to CustomShapes
Patch by: Regina
Review by: ALG

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

show more ...

Revision tags: AOO340
be7f03df14-Sep-2012 Armin Le Grand

#120848# Added correct text content frame for NotchedRightArrow Autoshape
Patch by: JianYuan Li
Review by: alg

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

#120848# Added correct text content frame for NotchedRightArrow Autoshape
Patch by: JianYuan Li
Review by: alg

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

show more ...

129ba97707-Sep-2012 Zhe Wang

Fix issue #i119631#: [From Symphony]Teardrop shape can not show correct in pptx sample file
* subversion/main/filter/inc/filter/msfilter/escherex.hxx
* subversion/main/filter/source/msf

Fix issue #i119631#: [From Symphony]Teardrop shape can not show correct in pptx sample file
* subversion/main/filter/inc/filter/msfilter/escherex.hxx
* subversion/main/filter/source/msfilter/escherex.cxx
[]check whether one shape is default shape of ppt by shape type
* subversion/main/svx/inc/svx/msdffdef.hxx
* subversion/main/oox/source/drawingml/customshapegeometry.cxx
* subversion/main/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
[]add definition and declaration for tear drop
* subversion/main/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
[]the content of tear drop shape which incudes "path, adjust value, handle"

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

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

show more ...

d1d225be22-Aug-2012 Armin Le Grand

#120569# Corrected 3D object creations

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

89e7315620-Aug-2012 Sun Ying

#119881# fix the"RingInside" fontwork display incorrectly when open .ppt file
Reported by: Li Feng Wang
Patch by: Ying Sun
Review by: Jian Yuan Li

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

#119881# fix the"RingInside" fontwork display incorrectly when open .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@1374907 13f79535-47bb-0310-9956-ffa450edef68

show more ...

be2132ac16-Aug-2012 Sun Ying

#120556# fix the "RingOutside" fontwork display incorrectly when open .ppt file
Reported by: Li Feng Wang
Patch by: Ying Sun
Review by: Jian Yuan Li

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

#120556# fix the "RingOutside" fontwork display incorrectly when open .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@1373732 13f79535-47bb-0310-9956-ffa450edef68

show more ...

8899a09115-Aug-2012 Armin Le Grand

#120569# Enhanced 3D visualisation of line custom shapes

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

39b9b16814-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 ...

d2ad559506-Aug-2012 Regina Henschel

#i78247# and #i78029# wrong glue points in iscosceles and in right triangle

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

4d2151e501-Aug-2012 Armin Le Grand

#119755# A new custom shape ellipse ribbon is added and used
Patch by: Jianyuan Li
Review by: alg

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

#119755# A new custom shape ellipse ribbon is added and used
Patch by: Jianyuan Li
Review by: alg

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

show more ...

26734c9930-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

c073947626-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

f566f36c09-Jul-2012 Andre Fischer

#i119519# Fixed import of closed borders from PPT when an ellipse is involved.

Reported by: liupingtan
Patch by: Jianyuan Li
Review by: Andre Fischer

#i119519# Fixed import of closed borders from PPT when an ellipse is involved.

Reported by: liupingtan
Patch by: Jianyuan Li
Review by: Andre Fischer


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

show more ...

12