History log of /aoo42x/ (Results 5101 - 5125 of 8186)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ab4b560e04-Mar-2013 Herbert Dürr

WaE: fix narrowing conversion for systems with signed char

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

8722e53e04-Mar-2013 Herbert Dürr

WaE: clarify precedence in WW8SwFlyPara's FlySecur1()

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

64a494d003-Mar-2013 Ariel Constenla-Haile

i121823 - update serf to new version 1.2.0

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

f3a4552a03-Mar-2013 Ariel Constenla-Haile

i121825 - Fix build breaker

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

5b073cc702-Mar-2013 Alexandro Colorado

new xml

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

3e45b8de01-Mar-2013 Herbert Dürr

WaE: fix css::FactoryInfo::setIcon()

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

38fa8b4001-Mar-2013 Herbert Dürr

quota.h should be included via generic path for our MacOSX targets

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

2b0ef37901-Mar-2013 Herbert Dürr

fix build breaker in ICU caused by narrowing conversion in an initializer list

Upstream ICU should change the type of ranges.value to an uint32_t
but the static_cast is less invasive so

fix build breaker in ICU caused by narrowing conversion in an initializer list

Upstream ICU should change the type of ranges.value to an uint32_t
but the static_cast is less invasive so it is better for our case


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

show more ...

50864d1a28-Feb-2013 Ariel Constenla-Haile

css.document.DocumentInfo API is deprecated

Side note: source code should not use CRLF line terminators


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1451382 13

css.document.DocumentInfo API is deprecated

Side note: source code should not use CRLF line terminators


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

show more ...

2a3b378628-Feb-2013 Herbert Dürr

svarray has outlived ancient C++ compilers

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

8a5d84eb28-Feb-2013 Herbert Dürr

fix CR_SetBoxWidth's copy constructor

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

1d6e128b28-Feb-2013 Pedro Giffuni

Minor string mismatch.

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

555a694128-Feb-2013 Herbert Dürr

fix miscarried bitwise check in ppt::AnimationImporter

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

b3b047bd28-Feb-2013 Herbert Dürr

fix typo that caused the DFF_Prop_c3DExtrudeForward property to be mis-calculated

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1451215 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 ...

b82e1ef828-Feb-2013 Herbert Dürr

fix WaE-worthy if-condition with assignment

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

d7e3d99b28-Feb-2013 Herbert Dürr

fpicker: fix some const-correctness issues

AOO would get along fine keeping these NSStrings const, but
Cocoa APIs such as setTitle require non-const NSString arguments


git-

fpicker: fix some const-correctness issues

AOO would get along fine keeping these NSStrings const, but
Cocoa APIs such as setTitle require non-const NSString arguments


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

show more ...

d192718a28-Feb-2013 Herbert Dürr

fpicker: avoid variable-init bypassing jumps in switch statements

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

bc14b2c427-Feb-2013 Armin Le Grand

i121420: Found no way to define doubles in sdi files, commented out for now

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1450895 13f79535-47bb-0310-9956-ffa450ede

i121420: Found no way to define doubles in sdi files, commented out for now

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

show more ...

d5370dc827-Feb-2013 Armin Le Grand

i121420: Enhancements on the four svx-based panels, Area, Line, Graphic and Transformation

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1450891 13f79535-47bb-0310

i121420: Enhancements on the four svx-based panels, Area, Line, Graphic and Transformation

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

show more ...


main/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
main/cui/source/tabpages/tpline.cxx
main/filter/source/msfilter/msdffimp.cxx
main/sc/sdi/drawsh.sdi
main/sc/source/filter/excel/xiescher.cxx
main/sc/source/ui/app/typemap.cxx
main/sc/source/ui/drawfunc/drawsh.cxx
main/sd/sdi/_drvwsh.sdi
main/sd/source/core/typemap.cxx
main/sd/source/ui/func/fuarea.cxx
main/sd/source/ui/func/fuline.cxx
main/sd/source/ui/table/tableobjectbar.cxx
main/sd/source/ui/view/drviews2.cxx
main/sd/source/ui/view/drviewsf.cxx
main/sd/source/ui/view/drviewsj.cxx
main/svx/Package_inc.mk
main/svx/inc/helpid.hrc
main/svx/inc/svx/AffineMatrixItem.hxx
main/svx/inc/svx/dialogs.hrc
main/svx/inc/svx/svxids.hrc
main/svx/inc/svx/xenum.hxx
main/svx/inc/svx/xlinjoit.hxx
main/svx/inc/svx/xlncapit.hxx
main/svx/sdi/svx.sdi
main/svx/sdi/xoitems.sdi
main/svx/source/sdr/attribute/sdrformtextattribute.cxx
main/svx/source/sdr/primitive2d/sdrattributecreator.cxx
main/svx/source/sidebar/geometry/AreaPropertyPanel.cxx
main/svx/source/sidebar/geometry/AreaPropertyPanel.hxx
main/svx/source/sidebar/geometry/GraphicPropertyPanel.cxx
main/svx/source/sidebar/geometry/GraphicPropertyPanel.hxx
main/svx/source/sidebar/geometry/LinePropertyPanel.cxx
main/svx/source/sidebar/geometry/LinePropertyPanel.hrc
main/svx/source/sidebar/geometry/LinePropertyPanel.hxx
main/svx/source/sidebar/geometry/LinePropertyPanel.src
main/svx/source/sidebar/geometry/TransformationPropertyPanel.cxx
main/svx/source/sidebar/geometry/TransformationPropertyPanel.hxx
main/svx/source/svdraw/svdedtv1.cxx
main/svx/source/svdraw/svdfmtf.cxx
main/svx/source/xoutdev/xattr2.cxx
main/svx/source/xoutdev/xpool.cxx
main/sw/sdi/drawsh.sdi
main/sw/source/ui/shells/drawdlg.cxx
main/sw/source/ui/shells/slotadd.cxx
main/sw/source/ui/wrtsh/wrtsh3.cxx
ab0a86ef27-Feb-2013 Herbert Dürr

WaE: calculatePropArrayCount() was always wrong but fortunately nobody used it anyway

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

WaE: calculatePropArrayCount() was always wrong but fortunately nobody used it anyway

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

show more ...

9105f98327-Feb-2013 Herbert Dürr

WaE: fix if-condition with mixed-up assignment vs. comparison

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

025194d627-Feb-2013 Herbert Dürr

WaE: fix allocation of an CGPoint array

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

19aabd7027-Feb-2013 Herbert Dürr

WaE: default-initialized const object requires a user-provided default constructor

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

8cdd833e27-Feb-2013 Herbert Dürr

WaE: removed suspicious self-assignments in the new BMP_SCALE_* code

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

1...<<201202203204205206207208209210>>...328