bd243367 | 03-Dec-2012 |
Jian Hong Cheng |
Revise un-necessary checking.. Patch by: chengjh,<chengjh@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416368 13f79535-47bb-0310-9956-ffa450edef68 |
984e9da2 | 02-Dec-2012 |
Ariel Constenla-Haile |
Fix non-pro build breaker: SvMemoryStream has no member GetRecLeft() Possible introduced from copy and paste from sc, see sal_Size XclImpStream::GetRecLeft() function in class:XclImpStre
Fix non-pro build breaker: SvMemoryStream has no member GetRecLeft() Possible introduced from copy and paste from sc, see sal_Size XclImpStream::GetRecLeft() function in class:XclImpStream sc/source/filter/inc/xistream.hxx git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416192 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
cb9c2375 | 02-Dec-2012 |
Ariel Constenla-Haile |
Fix build breaker: include <limits> for std::numeric_limits git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1416191 13f79535-47bb-0310-9956-ffa450edef68 |
cc2f77aa | 01-Dec-2012 |
Pavel Janík |
Comment out unused variables. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415986 13f79535-47bb-0310-9956-ffa450edef68 |
3173565f | 30-Nov-2012 |
Herbert Dürr |
#i120927# ww8par.hxx always needs the numeric_limits include git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415741 13f79535-47bb-0310-9956-ffa450edef68 |
d91d5845 | 30-Nov-2012 |
Herbert Dürr |
#i120927# limit scope of case-specific pSdrObj git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415625 13f79535-47bb-0310-9956-ffa450edef68 |
3f267dae | 30-Nov-2012 |
Pavel Janík |
Add missing break in the original code. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415617 13f79535-47bb-0310-9956-ffa450edef68 |
91eb8ec2 | 30-Nov-2012 |
Jian Hong Cheng |
Fix issue #120927: Import/Export Hyperlink Info of Graphic with Anchor Type Except “As Character” to MS Word Binary File * sw/source/filter/ww8/escher.hxx * sw/source/filter/ww8/wrtw8esh
Fix issue #120927: Import/Export Hyperlink Info of Graphic with Anchor Type Except “As Character” to MS Word Binary File * sw/source/filter/ww8/escher.hxx * sw/source/filter/ww8/wrtw8esh.cxx * sw/source/filter/ww8/wrtww8.hxx * sw/source/filter/ww8/ww8graf.cxx * sw/source/filter/ww8/ww8par.cxx * sw/source/filter/ww8/ww8par.hxx Interoperability of Hyperlink within Flying object Patch by: Jane Kang,<kangjane2012@gmail.com> Found by: Yan Ji,<yanji.yj@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415477 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bd4633cd | 29-Nov-2012 |
Pavel Janík |
Reorder initializations to prevent compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415339 13f79535-47bb-0310-9956-ffa450edef68 |
9bd1ff0d | 29-Nov-2012 |
Pavel Janík |
Default return to prevent compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415337 13f79535-47bb-0310-9956-ffa450edef68 |
5d88b683 | 29-Nov-2012 |
Pavel Janík |
Add default case to prevent compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415336 13f79535-47bb-0310-9956-ffa450edef68 |
6c4bfe4b | 29-Nov-2012 |
Pavel Janík |
Comment out unused variable to prevent compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415335 13f79535-47bb-0310-9956-ffa450edef68 |
d762df0f | 29-Nov-2012 |
Pavel Janík |
Un-name unused argument to prevent compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415328 13f79535-47bb-0310-9956-ffa450edef68 |
65f9e310 | 29-Nov-2012 |
Pavel Janík |
Un-name unused argument to prevent compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1415327 13f79535-47bb-0310-9956-ffa450edef68 |
41623124 | 28-Nov-2012 |
Jian Hong Cheng |
Fix issue #i120928: Import Graphic Bullets of MS Word Binary Document into AOO Writer Correctly * sw/inc/numrule.hxx * sw/source/core/doc/number.cxx * sw/source/filter/ww8/attribute
Fix issue #i120928: Import Graphic Bullets of MS Word Binary Document into AOO Writer Correctly * sw/inc/numrule.hxx * sw/source/core/doc/number.cxx * sw/source/filter/ww8/attributeoutputbase.hxx * sw/source/filter/ww8/escher.hxx * sw/source/filter/ww8/rtfattributeoutput.cxx * sw/source/filter/ww8/rtfattributeoutput.hxx * sw/source/filter/ww8/rtfexport.hxx * sw/source/filter/ww8/rtfexport.cxx * sw/source/filter/ww8/writerhelper.cxx * sw/source/filter/ww8/writerhelper.hxx * sw/source/filter/ww8/wrtw8esh.cxx * sw/source/filter/ww8/wrtw8nds.cxx * sw/source/filter/ww8/wrtw8num.cxx * sw/source/filter/ww8/wrtww8.cxx * sw/source/filter/ww8/wrtww8.hxx * sw/source/filter/ww8/wrtww8gr.cxx * sw/source/filter/ww8/ww8attributeoutput.hxx * sw/source/filter/ww8/ww8par.cxx * sw/source/filter/ww8/ww8par.hxx * sw/source/filter/ww8/ww8par3.cxx * sw/source/ui/wrtsh/wrtsh1.cxx Graphic Bullets Fidelity Patch by: chengjh,<chengjh@apache.org> Found by: chengjh,<chengjh@apache.org> Review by: Fan Zheng,<zheng.easyfan@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1414498 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
d295759e | 22-Nov-2012 |
Oliver-Rainer Wittmann |
#120938# - method <WW8AttributeOutput::ParaTabStop(..) - consider left indentation when converting tab stop positions of styles git-svn-id: https://svn.apache.org/repos/asf/incubator/oo
#120938# - method <WW8AttributeOutput::ParaTabStop(..) - consider left indentation when converting tab stop positions of styles git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1412533 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3078b051 | 22-Nov-2012 |
Oliver-Rainer Wittmann |
#120879# - import "Microsoft Word TOC bookmarks" as cross reference bookmarks and suppress the import of unreferenced ones. Review by: zhengfan git-sv
#120879# - import "Microsoft Word TOC bookmarks" as cross reference bookmarks and suppress the import of unreferenced ones. Review by: zhengfan git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1412516 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ad051b6d | 14-Nov-2012 |
Oliver-Rainer Wittmann |
#121282# function <lcl_TCFlags(...)> - correct type of parameter <nRowSpan> Found by: Pedro Giffuni git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@14
#121282# function <lcl_TCFlags(...)> - correct type of parameter <nRowSpan> Found by: Pedro Giffuni git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1409212 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6f0b96b4 | 14-Nov-2012 |
Armin Le Grand |
#121334# turbned back chart non-fill defaults, done the non-fill using tooling when chreating new chart modules git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1409191 13f79
#121334# turbned back chart non-fill defaults, done the non-fill using tooling when chreating new chart modules git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1409191 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e6f63103 | 23-Oct-2012 |
Armin Le Grand |
#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401294 13f79535-47bb-0310-9956-f
#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401294 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
93641701 | 19-Oct-2012 |
Armin Le Grand |
#121236# Added support for fast move of objects with cursor keys (holding shift) for Writer and Calc (was alraedy in Draw/Impress) git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/
#121236# Added support for fast move of objects with cursor keys (holding shift) for Writer and Calc (was alraedy in Draw/Impress) git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1400124 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d6add818 | 09-Oct-2012 |
Chen ZuoJun |
#i119587# For doc file loaded by AOO, correct table position when table across pages with the Around wrap attribute. Reported by: Yan Ji Patch by: Lei De Bin Review by: Chen Zuo Jun
#i119587# For doc file loaded by AOO, correct table position when table across pages with the Around wrap attribute. Reported by: Yan Ji Patch by: Lei De Bin Review by: Chen Zuo Jun git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1395853 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9cc8671d | 08-Oct-2012 |
Chen ZuoJun |
#i119466# Doc file loaded by AOO, table with incorrect text wrapping property. Reported by: louqle Patch by: Chen Zuo Jun Review by: Lei De Bin git-svn-id: https://svn.apach
#i119466# Doc file loaded by AOO, table with incorrect text wrapping property. Reported by: louqle Patch by: Chen Zuo Jun Review by: Lei De Bin git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1395547 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
67da96a4 | 28-Sep-2012 |
Oliver-Rainer Wittmann |
avoid assignments in if-conditions git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1391367 13f79535-47bb-0310-9956-ffa450edef68 |
4a3d9508 | 28-Sep-2012 |
Pavel Janík |
Simplify the code and prevent compiler warning at the same time. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1391354 13f79535-47bb-0310-9956-ffa450edef68 |