| Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, 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, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta | 
|
| 4b2c1a94 | 14-Jan-2014 | Steve Yin | Bug 119604 - [From Symphony]the notes view and the postion and size of the note textbox are wrong when opening the pptx file
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@155
 Bug 119604 - [From Symphony]the notes view and the postion and size of the note textbox are wrong when opening the pptx file
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1557992 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
            | Revision tags: AOO401, AOO400 | 
|
| 8c6705ed | 29-Nov-2012 | Armin Le Grand | #121371# Do set values as planned, but do not override complete CustomShapeGeometry, that would reset the already added Type entry and make the shapes typeless so that they will not be rendered
 
 #121371# Do set values as planned, but do not override complete CustomShapeGeometry, that would reset the already added Type entry and make the shapes typeless so that they will not be rendered
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415118 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
            | Revision tags: AOO340 | 
|
| a44335ce | 24-Sep-2012 | Armin Le Grand | #119920# corrected typo
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389474 13f79535-47bb-0310-9956-ffa450edef68
 | 
| d742e3ec | 24-Sep-2012 | Armin Le Grand | #119920# added handling of missing TextRotateAngle for CustomShape import for ooxml import
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389432 13f79535-47bb-0310-9956-ff
 #119920# added handling of missing TextRotateAngle for CustomShape import for ooxml import
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389432 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| f325a5bf | 14-Sep-2012 | Jian Fang Zhang | #i119547#, support the chart legend positon of top&&left, just set the Anchor to Alignment_TOP_RIGHT
 Found by: Shan Zhu
 Patch by: zhaoshzh
 Review by: zhangjf
 
 
 git-svn-id
 #i119547#, support the chart legend positon of top&&left, just set the Anchor to Alignment_TOP_RIGHT
 Found by: Shan Zhu
 Patch by: zhaoshzh
 Review by: zhangjf
 
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1384809 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 ...  | 
| 506e6541 | 07-Sep-2012 | Zhe Wang | Fix issue #i120723#: Table style is lost when import PPTX by AOO* subversion/main/oox/inc/oox/drawingml/table/tableproperties.hxx
 * subversion/main/oox/source/drawingml/table/tableprop
 Fix issue #i120723#: Table style is lost when import PPTX by AOO* subversion/main/oox/inc/oox/drawingml/table/tableproperties.hxx
 * subversion/main/oox/source/drawingml/table/tableproperties.cxx
 []if the imported table in pptx just have tableStyleId, should fill the tablestyle's content.
 
 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@1381863 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| bbdaa03c | 07-Sep-2012 | Zhe Wang | Fix issue #i119579#: [From Symphony]][BIDI]The position and direction of Right bracket is incorrect in Arabic locale* subversion/main/oox/source/drawingml/textparagraphpropertiescontext.cxx
 
 Fix issue #i119579#: [From Symphony]][BIDI]The position and direction of Right bracket is incorrect in Arabic locale* subversion/main/oox/source/drawingml/textparagraphpropertiescontext.cxx
 []WritingMode2 is used to numerous explicit writing directions, so use WritingMode2 to instead WritingMode.
 
 Patch by: Ma Bingbing <jiazema@gmail.com>
 Suggested by: Wang Zhe <kingwisemmx@gmai.com>
 Found by: Wang Lifeng <phoenix.wanglf@gmail.com>
 Review by: Wang Zhe <kingwisemmx@gmai.com>
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381862 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| f1574915 | 21-Jun-2012 | Armin Le Grand | +120051# corrected char color for pptx table text import by giving the text color from the StyleSheet priority over the text color from the default.Patch by: bjcheny
 Review by: alg
 Found
 +120051# corrected char color for pptx table text import by giving the text color from the StyleSheet priority over the text color from the default.Patch by: bjcheny
 Review by: alg
 Found by: bjcheny
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1352577 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| 4323f6b5 | 08-Jun-2012 | Jürgen Schmidt | 119889: Import .pptx file into OO3.4, the vertical text direction of the table will be lost.
 fix: Set property to cell object if the cell has vertical property. And fix in svx module by sett
 119889: Import .pptx file into OO3.4, the vertical text direction of the table will be lost.
 fix: Set property to cell object if the cell has vertical property. And fix in svx module by setting cell's vertical property.
 
 Patch By: companycy
 Found By: Shan Zu
 Review By: jsc
 
 
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348039 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| 7fe2509e | 08-Jun-2012 | Jürgen Schmidt | 119629: Bullet color is lost when open pptx sample file
 fix: apply text's color to bullet color.
 
 Patch By: companycy
 Found By: zongdj
 Review By: jsc
 
 
 
 git-s
 119629: Bullet color is lost when open pptx sample file
 fix: apply text's color to bullet color.
 
 Patch By: companycy
 Found By: zongdj
 Review By: jsc
 
 
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348027 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| 3a5971bb | 19-May-2012 | Regina Henschel | Add missing chart data point ODF1.2 standard symbols
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1340555 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 79aad27f | 15-Feb-2012 | Herbert Dürr | remove svn:executable properties from more source files
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 752c0af7 | 15-Feb-2012 | Herbert Dürr | remove svn:executable properties from make and pack files
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244512 13f79535-47bb-0310-9956-ffa450edef68
 | 
| d0626817 | 12-Jan-2012 | Andrew Rist | Update headers to Alv2 headers
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230366 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
 | 
| e3508121 | 06-Nov-2011 | Andrew Rist | Update headers to Alv2 headers
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198456 13f79535-47bb-0310-9956-ffa450edef68
 | 
| ca5ec200 | 06-Nov-2011 | Andrew Rist | Update headers to Alv2 headers
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198266 13f79535-47bb-0310-9956-ffa450edef68
 | 
| cdf0e10c | 16-Aug-2011 | rcweir | Initial import of the old OOo hg repository tip revision.
 .../trunk/main is a copy of (currently tip-most)
 http://hg.services.openoffice.org/OOO340/rev/c904c1944462
 
 .../trunk/
 Initial import of the old OOo hg repository tip revision.
 .../trunk/main is a copy of (currently tip-most)
 http://hg.services.openoffice.org/OOO340/rev/c904c1944462
 
 .../trunk/extras/l10n is a copy of (currently tip-most)
 http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5
 
 Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):
 
 /ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt
 /ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt
 /ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt
 /ooo/trunk/core/gettext/gettext-0.18.1.1.patch
 /ooo/trunk/core/apache-commons/patches/codec.patch
 /ooo/trunk/core/libcroco/libcroco-0.6.2.patch
 /ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt
 /ooo/trunk/core/graphite/graphite-2.3.1.patch
 /ooo/trunk/core/hwpfilter/source/hwpeq.cpp
 /ooo/trunk/core/solenv/bin/cwstouched.pl
 /ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html
 /ooo/trunk/core/writerfilter/source/doctok/escher.html
 /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd
 /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd
 /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl
 /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl
 
 Also: Repository.mk from the l10n toplevel
 
 
 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  |