Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
96eff784 | 11-Aug-2022 |
mseidel |
Fixed Powerpoint -> PowerPoint |
Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
ae974647 | 17-Aug-2018 |
Don Lewis |
When importing a Microsoft Office Drawing Binary File Format data stream, ignore properties with the bComplex flag set indicating they have data external to the property record if the indicat
When importing a Microsoft Office Drawing Binary File Format data stream, ignore properties with the bComplex flag set indicating they have data external to the property record if the indicated size of the data is larger than will fit in the containing property table record. DffPropSet::GetPropertyString() should return an empty string if the bComplex flag is not set since there is no data to return. Bail out of the loop that processes the array of properties early if we hit the end of the property table record. Limit the length of the property table record to the remaining size of the stream. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838292 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
|
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, AOO410_Beta, AOO401, AOO400, AOO340 |
|
7ce6a452 | 31-Oct-2012 |
Armin Le Grand |
removed unused variable bSuppressRotation git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1404257 13f79535-47bb-0310-9956-ffa450edef68 |
ffce66a5 | 11-Sep-2012 |
Jianyuan Li |
#119467# Form controls cannot be saved into .ppt file in AOO3.4 Reported by: Du Jing Patch by: Jianyuan Li Review by: sunying git-svn-id: https://svn.apache.org/repos/asf/incubat
#119467# Form controls cannot be saved into .ppt file 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@1383298 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b755f37f | 10-Sep-2012 |
Jianyuan Li |
#119520# the right brace shape cannot display after save the sample .odt file to .doc file then reopen in aoo Reported by: louqle Patch by: Jianyuan Li Review by: sunying git-svn
#119520# the right brace shape cannot display after save the sample .odt file to .doc file then reopen in aoo Reported by: louqle Patch by: Jianyuan Li Review by: sunying git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1382685 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4fc609c8 | 10-Sep-2012 |
Sun Ying |
#119753# fix audio video object lost 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/incubat
#119753# fix audio video object lost 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@1382625 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
129ba977 | 07-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 ...
|
9dfa9400 | 17-Aug-2012 |
Sun Ying |
#119866# fix the bullet in default outline area lost when open .ppt file Reported by: Li Feng Wang Patch by: Ying Sun Review by: Jian Yuan Li git-svn-id: https://svn.apache.
#119866# fix the bullet in default outline area lost 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@1374179 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 ...
|
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 ...
|
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 ...
|
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 ...
|
cb0a2370 | 11-Jun-2012 |
Armin Le Grand |
#119735# Adapted patch provided by Sven Jacobi (thanks), added some ixes/cleanups to make it work with all kind of graphics (SVG, Bitmap, Metafile) git-svn-id: https://svn.apache.org/repos/a
#119735# Adapted patch provided by Sven Jacobi (thanks), added some ixes/cleanups to make it work with all kind of graphics (SVG, Bitmap, Metafile) git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348774 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
67e470da | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68 |
2891ce04 | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208659 13f79535-47bb-0310-9956-ffa450edef68 |
abcefd7c | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208611 13f79535-47bb-0310-9956-ffa450edef68 |
22e87013 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198436 13f79535-47bb-0310-9956-ffa450edef68 |
9e0fc027 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198245 13f79535-47bb-0310-9956-ffa450edef68 |
ef660199 | 10-Sep-2011 |
Eike Rathke |
impress212: #158494# fixed excel import (text rotation) # User sj <sj@openoffice.org> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1167638 13f79535-47bb-0310-995
impress212: #158494# fixed excel import (text rotation) # User sj <sj@openoffice.org> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1167638 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b9503147 | 10-Sep-2011 |
Eike Rathke |
impress212: fixed compile problem (added newline) # User sj <sj@openoffice.org> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1167636 13f79535-47bb-0310-9956-ffa4
impress212: fixed compile problem (added newline) # User sj <sj@openoffice.org> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1167636 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2e8e6dd8 | 10-Sep-2011 |
Eike Rathke |
impress212: DffPropSet -> minor code improvements, removing table # User sj <sj@openoffice.org> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1167634 13f79535-47b
impress212: DffPropSet -> minor code improvements, removing table # User sj <sj@openoffice.org> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1167634 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3681f89c | 10-Sep-2011 |
Eike Rathke |
impress212: #i97241# added relative links # User sj <sj@openoffice.org> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1167624 13f79535-47bb-0310-9956-ffa450edef68 |