History log of /aoo42x/main/sw/source/ (Results 451 - 475 of 634)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bd24336703-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

984e9da202-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 ...

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

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

3173565f30-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

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

3f267dae30-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

91eb8ec230-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 ...

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

9bd1ff0d29-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

5d88b68329-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

6c4bfe4b29-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

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

65f9e31029-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

4162312428-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
d295759e22-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 ...

3078b05122-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 ...

ad051b6d14-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 ...

6f0b96b414-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 ...

e6f6310323-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 ...

9364170119-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 ...

d6add81809-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 ...

9cc8671d08-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 ...

67da96a428-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

4a3d950828-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

1...<<11121314151617181920>>...26