History log of /trunk/main/chart2/source/view/ (Results 1 - 25 of 31)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
30b5884518-Jul-2024 mseidel

Fixed various typos, general cleanup

870c379217-Jul-2024 mseidel

Fixed typo (completly -> completely) and many more

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA
c2eaa08201-Jan-2023 Damjan Jovanovic

Preliminary attempt to convert all instances of GetParagraphCount()
to return a sal_uInt32 or sal_uLong, and fix any related problems
in all their callers.

Patch by: me

Revision tags: AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417
74cbd1f108-Jun-2019 Matthias Seidel

Fixed typos (wether -> whether)

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

Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1
b1bc2d9726-Aug-2018 Matthias Seidel

Fixed typo (meaningfull -> meaningful)

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

Revision tags: AOO415, AOO414, AOO413, AOO4121
30acf5e822-May-2016 pfg

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


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

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


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

show more ...

Revision tags: AOO412, SNAPSHOT, AOO411
07a3d7f129-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
9ec58d0410-Feb-2014 Herbert Dürr

#i123862# use O*String's isEmpty() method to check for emptiness in chart2 module

Patch-by: j.nitschke@ok.de
Review-by: hdu@apache.org


git-svn-id: https://svn.apache.org/re

#i123862# use O*String's isEmpty() method to check for emptiness in chart2 module

Patch-by: j.nitschke@ok.de
Review-by: hdu@apache.org


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

show more ...

9a1ec79424-Jan-2014 Andre Fischer

124069: Prevent infinite loop when looking too far into the future.

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

Revision tags: AOO401, AOO400
a3c1aa2b27-May-2013 Herbert Dürr

#i122378# filter symbols from win's native tr1 from reexport


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

c7be74b128-Apr-2013 Armin Le Grand

i122120 Cleanup of XPropertyList and derivates to RefCounted instances, more cleanups

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

i122120 Cleanup of XPropertyList and derivates to RefCounted instances, more cleanups

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

show more ...

47148b3b09-Apr-2013 Oliver-Rainer Wittmann

rebase on current trunk

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


97e8a92905-Apr-2013 Armin Le Grand

i121791 Unified usage of LineStyle ListBox, unified XPropertyList/XPropertyTable implementations, streamlined Ui Bitmap generation

git-svn-id: https://svn.apache.org/repos/asf/openoffice/bra

i121791 Unified usage of LineStyle ListBox, unified XPropertyList/XPropertyTable implementations, streamlined Ui Bitmap generation

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

show more ...

2e7c066619-Mar-2013 Herbert Dürr

WaE: fix AxisProperties's copy construction for its m_nDimensionIndex member


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

edc031aa17-Mar-2013 Regina Henschel

i117986 Adapt spline implementation to ODF1.2
Author: Regina Henschel

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

01cd07fb31-Jan-2013 Pedro Giffuni

i121681 - Wrong sorting of values in Calc

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

Revision tags: AOO340
76aaceed11-Sep-2012 Jian Fang Zhang

#i120831#, call dispose() from ChartView dtor to make sure SfxBaseModel object is freed correctly

Found by: zhangjf
Patch by: zhangjf


git-svn-id: https://svn.apache.org/rep

#i120831#, call dispose() from ChartView dtor to make sure SfxBaseModel object is freed correctly

Found by: zhangjf
Patch by: zhangjf


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

show more ...

eef955ca31-Jul-2012 Andre Fischer

#i120271# Fixed automatical scaling of vertical chart axis.

Patch by: bo.tian
Review by: Andre Fischer


git-svn-id: https://svn.apache.org/repos/asf/incu

#i120271# Fixed automatical scaling of vertical chart axis.

Patch by: bo.tian
Review by: Andre Fischer


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

show more ...

26734c9930-Jul-2012 Armin Le Grand

#116001# Reverted revision 1366087

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

c073947626-Jul-2012 Armin Le Grand

#116001# TextToFitSize item/property optimized to boolean

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

0e62035928-Jun-2012 Armin Le Grand

#119989# Support relative 3D pie chart height when importing charts.
Reported by: Yan Li
Patch by: Yan Li, Tan Li, alg
Review by: alg

git-svn-id: https://svn.apache.org/repos/asf

#119989# Support relative 3D pie chart height when importing charts.
Reported by: Yan Li
Patch by: Yan Li, Tan Li, alg
Review by: alg

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

show more ...

ad4cf70221-May-2012 Pavel Janík

WaE: comment unused variable to prevent warning.


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

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

79aad27f15-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

e3c0131113-Jan-2012 Andrew Rist

Update headers to Alv2 headers

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

12