History log of /aoo41x/main/sc/source/ui/src/ (Results 1 - 24 of 24)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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
b88f496d01-Dec-2018 Mechtilde Stehmann

correct typo - closed #120336 https://bz.apache.org/ooo/show.cgi?id=120336

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

correct typo - closed #120336 https://bz.apache.org/ooo/show.cgi?id=120336

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847893 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 4e5ac2044c5d4ddfea4e988b9a6ae4ccc4f5a9ac)

show more ...

8f9c936627-Jun-2022 mseidel

Added missing space in string

(cherry picked from commit 829751c3fadae430961e9be254a8dec55356d193)

7593381f24-May-2021 mseidel

Reposition fixed vertical lines

(cherry picked from commit 7b0e10fa567f7916af4ddc1faf729d7440443004)

5a2a13f216-Feb-2020 mseidel

Resized Solver dialog

(cherry picked from commit b6c7a28b99eb2897f6f5ea9585b3031356dcfd24)

49cf81a224-Jul-2020 mseidel

Unified size of More button, removed whitespace

(cherry picked from commit b464c4e8143ab968a7bf07ce7a1418fabaa1d785)

Revision tags: AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
a4c25fe720-Jan-2014 Tsutomu Uchino

#i56998# add space before percent character in text and quick help

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

e775bd6222-Dec-2013 Andrea Pescetti

#123323# Fix typo in English string (concatentation)

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

Revision tags: AOO401, AOO400
ca6f8f2116-Apr-2013 Armin Le Grand

i122041 Added vaues for defining behaviour of ColorValueSets to SvtAccessibilityOptions

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

i122041 Added vaues for defining behaviour of ColorValueSets to SvtAccessibilityOptions

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

show more ...

430a148e08-Apr-2013 Jan Iversen

removed all non en-US messages incl. x-comment, to enable correct translation.
corrected a few problems where en-US was dublicated.
NO code/makefile changes


git-svn-id: https://

removed all non en-US messages incl. x-comment, to enable correct translation.
corrected a few problems where en-US was dublicated.
NO code/makefile changes


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

show more ...

97a4461926-Feb-2013 Jürgen Schmidt

#111413# reintegrate resource strings for translation

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

c3d385a825-Feb-2013 Ariel Constenla-Haile

i117782 - Re-size controls according to the optimal size

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

Revision tags: AOO340
39c2db0b10-Oct-2012 Wang Lei

#i121120 AOO doesn't support RightB(), LeftB(),LenB() and MidB() in formula

Patch by: Zhang Lu
Review by: Wang Lei

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

#i121120 AOO doesn't support RightB(), LeftB(),LenB() and MidB() in formula

Patch by: Zhang Lu
Review by: Wang Lei

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

show more ...

6e86bbc106-Sep-2012 Andrew Rist

calcishmakkica: #i90269# #i95144# #i101466#

From: Eike Rathke <erack@apache.org>

* For SUMIFS, AVERAGEIFS and COUNTIFS:
* All ranges must be of same dimension and size.

calcishmakkica: #i90269# #i95144# #i101466#

From: Eike Rathke <erack@apache.org>

* For SUMIFS, AVERAGEIFS and COUNTIFS:
* All ranges must be of same dimension and size.
* Bail out if error encountered for any parameter, without calculating
remaining parameters.
* Adapted ScParameterClassification to cope with paired repeated parameters.
* In function resource have a trailing blank for repeated parameters so the
number is appended with a blank between.

Original Author: Eike Rathke [er] <eike.rathke@oracle.com>
Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>

# HG changeset patch
# User Eike Rathke [er] <eike.rathke@oracle.com>
# Date 1288820521 -3600
# Node ID 79da8a1033b663c919f0dc48799f70256bffa497
# Parent 02cf226fcde498f6fd926d45df497e9fb412fe0f


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

show more ...

1b1b70fb06-Sep-2012 Andrew Rist

calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COUNTIFS; patch from <makkica>

From: Eike Rathke <erack@apache.org>

Original Author: Marina Plakalovic <mak

calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COUNTIFS; patch from <makkica>

From: Eike Rathke <erack@apache.org>

Original Author: Marina Plakalovic <makkica@openoffice.org>
Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>

# HG changeset patch
# User Eike Rathke [er] <eike.rathke@oracle.com>
# Date 1288810126 -3600
# Node ID 02cf226fcde498f6fd926d45df497e9fb412fe0f
# Parent 528da6bfd0daed4355d745590d5ac3a319b08fb4

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

show more ...

245212b406-Sep-2012 Andrew Rist

calcishmakkica: #i114428# implement XOR

From: Eike Rathke <erack@apache.org>

Original Author: Marina Plakalovic <makkica@openoffice.org>
Original Committer: Eike Rathke [er] <ei

calcishmakkica: #i114428# implement XOR

From: Eike Rathke <erack@apache.org>

Original Author: Marina Plakalovic <makkica@openoffice.org>
Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>

# HG changeset patch
# User Eike Rathke [er] <eike.rathke@oracle.com>
# Date 1284060031 -7200
# Node ID 528da6bfd0daed4355d745590d5ac3a319b08fb4
# Parent 237cb91dd986ff11eb100cc631206cda102e91f7


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

show more ...

f53782eb06-Sep-2012 Andrew Rist

calcishmakkica: #i101466# implement AVERAGEIF; slightly reworked patch by <makkica>

From: Eike Rathke <erack@apache.org>

Original Author: Marina Plakalovic <makkica@openoffice.org>

calcishmakkica: #i101466# implement AVERAGEIF; slightly reworked patch by <makkica>

From: Eike Rathke <erack@apache.org>

Original Author: Marina Plakalovic <makkica@openoffice.org>
Original Author: Eike Rathke [er] <eike.rathke@oracle.com>
Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>

# HG changeset patch
# User Eike Rathke [er] <eike.rathke@oracle.com>
# Date 1284055400 -7200
# Node ID 237cb91dd986ff11eb100cc631206cda102e91f7
# Parent 1c32319bb02fdf173de6a609fca9f2e9c9f4c73a

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

show more ...

dffa72de31-Aug-2012 Wang Lei

#i120478 Enhancement request: support sheet scoped named ranges in Calc

Patch by: zhaoshzh (Zhao Shao Zhi)
Review by: Wang Lei

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

#i120478 Enhancement request: support sheet scoped named ranges in Calc

Patch by: zhaoshzh (Zhao Shao Zhi)
Review by: Wang Lei

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

show more ...

02c0dac223-Jul-2012 Ariel Constenla-Haile

#i120341# - Make SCSTR_FIELDSEP less translation-error-prone

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

d29d13b209-Jul-2012 Jürgen Schmidt

#117782# increase size of control

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

5d6e898710-Jun-2012 Ariel Constenla-Haile

i119411 - Read/write RDF support on ODS file format

Patch by: Tsutomu Uchino
Review by: arielch

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348605 13f79535

i119411 - Read/write RDF support on ODS file format

Patch by: Tsutomu Uchino
Review by: arielch

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

show more ...

58ae0c8628-May-2012 Ariel Constenla-Haile

i119460 - Use localized strings on Data Pilot fields grouped by date

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

7871dc3e11-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

82177cdb30-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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

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