History log of /trunk/main/ (Results 101 - 125 of 7819)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0b2ceee117-Jun-2024 Damjan Jovanovic

Delete unused import.

Patch by: me

6a86ac4b16-Jun-2024 Damjan Jovanovic

svl module doesn't need OOoRunner.jar as a complex test dependency.

Patch by: me

9386131016-Jun-2024 Damjan Jovanovic

sot module doesn't need OOoRunner.jar as a complex test dependency.

Patch by: me

895285e116-Jun-2024 Damjan Jovanovic

The linguistic module's complex JunitTest doesn't need OOoRunner.

Patch by: me

0ced32bd16-Jun-2024 Damjan Jovanovic

Add the complex unit test to the bean module.

Patch by: me

f525edeb16-Jun-2024 Damjan Jovanovic

comphelper's JunitTest doesn't need OOoRunner.jar.

Patch by: me

6795508b15-Jun-2024 Damjan Jovanovic

Fix the main/sc unoapi tests, and add them to the build.

Patch by: me

8561b59115-Jun-2024 Damjan Jovanovic

Fix the unoapi tests in configmgr.

Patch by: me

7ee8c2c615-Jun-2024 Damjan Jovanovic

Fix the unoapi tests in qadevOOo.

Patch by: me

fd6e8d9f15-Jun-2024 Damjan Jovanovic

Fix the installation path for OpenOffice used by dmake
when running JUnit tests.

Patch by: me

eeb47f1e15-Jun-2024 Damjan Jovanovic

Add $(HAMCREST_CORE_JAR) to other dmake makefiles where it was missing.

Patch by: me

efc1756a15-Jun-2024 Damjan Jovanovic

Fix a typo in a dmake variable name. It's called PATH_SEPERATOR, not PATH_SEPARATOR.

Patch by: me

870c379217-Jul-2024 mseidel

Fixed typo (completly -> completely) and many more

f40a72b709-Jul-2024 mseidel

Re-add space for continuation line in package description

de739a4508-Jul-2024 John Bampton

Fix spelling (#222)

* Fix spelling

* Update unochart.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

ab0bad1607-Jul-2024 Damjan Jovanovic

Fix exception specification in a few places where they were missing,
and causing AOO to crash when compiled with Clang.

Also fix formatting of some writerfilter code.

Partially

Fix exception specification in a few places where they were missing,
and causing AOO to crash when compiled with Clang.

Also fix formatting of some writerfilter code.

Partially fixes: https://bz.apache.org/ooo/show_bug.cgi?id=127252
Patch by: me

show more ...

b122016507-Jul-2024 mseidel

Change mail address in package description

97073f9405-Jul-2024 John Bampton

Fix spelling (#220)

bce6c35801-Jul-2024 mseidel

Updated English dictionary

d0ac748326-Jun-2024 mseidel

mode change config.guess

ff1d3d8926-Jun-2024 mseidel

Updated to the latest version:

- config.guess: 2024-01-01
- config.sub: 2024-01-01

0a01f5af25-Jun-2024 DiGro

Uodated two strings "temporally" to "temporarily" (#219)

* Create .gitattributes

* Delete .gitattributes

* Create .gitattributes

* Delete .gitattributes

*

Uodated two strings "temporally" to "temporarily" (#219)

* Create .gitattributes

* Delete .gitattributes

* Create .gitattributes

* Delete .gitattributes

* Updated download link for zlib, updated LICENSE

* Fixed typo (minmal -> minimal)

* Changed icon for OLE objects in Navigation (Writer) - This fixes issue 128315

* Fixed typos

* Latest Finnish translation, contributed by: Mechtilde

* Changed icon for OLE objects in Navigation (Writer) - Forgot icons in Classic

* Create .gitattributes

* Delete .gitattributes

* Create .gitattributes

* Delete .gitattributes

* Added new file

* Fixed typos

* Changed helptext after resolved problem.

[:space:] should represent any whitespace character in regular expressions.
However, in the older, before OOo 3.4, it did not find the tab \t.
Used to be Issue 41706

Now it does due to changing the regexp engine since 3.4

* Updated variable static Era gengou_eraArrya with new era Reiwa, as of May, 1 2019

Added the start date for the era Reiwa to the variable "static Era gengou_eraArray[ ]"

Updated after post on the forum https://forum.openoffice.org/en/forum/viewtopic.php?f=9&t=104665

* Occurence "OpenOffice.org" in dialog Writing Aids for new thesaurus

Just noticed the occurrence of the string "OpenOffice.org New Thesaurus" in the
dialog Writing Aids (Tools > Options > Language Settings > Writing Aids) in the
Developer Build 4.2.0

This should probably be changed to "New Thesaurus" only.

OpenGrok found the string just once, in:

/trunk/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx (revision
c4c42a0e)

Line:
576 {
577 MutexGuard aGuard( GetLinguMutex() );
578 return A2OU( "OpenOffice.org New Thesaurus" );
579 }

Since I'm no developer at all I won't touch the code.
Hope someone will pick this up.

Should probably also need to be changed in branches AOO41 and AOO42 too

Earlier reported in BugZilla Issue ID: 128483 https://bz.apache.org/ooo/show_bug.cgi?id=128483

* Update libs2test.txt = temporally > temporarily

Replaced temporally by temporarily.
The latter seems to be the most appropriate word to use.
As to me, it seems that the definitions below that sentence are disabled for now

* Update osl_File.cxx temporally > temporarily

Replaced temporally by temporarily, as that seems to be the most suitable word to use.
I read it as:
"If the condition no longer fails on RH9, it will probably be reinstated."

---------

Co-authored-by: mseidel <mseidel@apache.org>

show more ...

ebe83c8c16-Jun-2024 mseidel

Maintenance cleanup

9617871512-Jun-2024 Damjan Jovanovic

Just like we check for an initial decimal separator in ScanStartString()
when the string doesn't start with a currency symbol, check for an
initial decimal separator after the currency symbol

Just like we check for an initial decimal separator in ScanStartString()
when the string doesn't start with a currency symbol, check for an
initial decimal separator after the currency symbol too. Without this,
"$.nn" gets parsed as a text field with "$.nn" instead of a numeric field
with $0.nn.

Add a subsequent JUnit test for this too.

Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=82687
- Text entry or CSV import treats $.nn as text
Patch by: me

show more ...

91d859a210-Jun-2024 Damjan Jovanovic

Translate some German comments to English.

Patch by: me

12345678910>>...313