49fb1b37 | 25-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> (cherry picked from commit 0a01f5af3675670deff925c8a584e3b4d1d36780)
show more ...
|
1fb1d6b8 | 11-Jun-2024 |
John Bampton |
Fix spelling (#218) * Fix spelling * Update spreadsheetml2ooo.xsl --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (cherry picked from commit 99a
Fix spelling (#218) * Fix spelling * Update spreadsheetml2ooo.xsl --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (cherry picked from commit 99ad85ff5d61cf2054d3df3b4503ee1b84f3f4d0)
show more ...
|
Revision tags: AOO420-Dev5-m5 |
|
5db5960c | 22-May-2023 |
mseidel |
Fixed typos (unknown) and some other, removed whitespace (cherry picked from commit 95e2fe77240256cfc0711c47019d8b74a6327be0) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA |
|
657ff7db | 13-Mar-2021 |
mseidel |
Fixed typo (retrive -> retrieve) (cherry picked from commit 8cc42d09d618e539d9b7e6d3909e41c02dffea8f) |
Revision tags: AOO419-GA, AOO418-GA |
|
796b7e2a | 01-Oct-2020 |
mseidel |
Fixed typos (thats -> that's) and many more (cherry picked from commit cfd52e183e60a1a0f86b79e1f5a1cdd3ab0b202f) |
5b21bb1f | 17-Sep-2020 |
mseidel |
Fixed typos (implementated -> implemented) (cherry picked from commit b5acf79805e7f0a71facf3aabec1715348370040) |
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413 |
|
b4039cdd | 31-Jan-2017 |
Don Lewis |
The clear_001 QA test fails sporadically with a 7 nSec mutex hold time measurement. The nominal hold time for the mutex is 5 seconds, but because the mutex state is polled at 1 second interv
The clear_001 QA test fails sporadically with a 7 nSec mutex hold time measurement. The nominal hold time for the mutex is 5 seconds, but because the mutex state is polled at 1 second intervals, the actual measured time will probably be 6+ seconds. If the nanoseconds field of the starting timestamp is large, it is possible that it will have wrapped to a small value at the poll time when the mutex is detected as having been released. If the time interval was calculated at full precision by subtracting both the seconds and nanoseconds fields of the before and after timestamps, an interval of just over 6 seconds could look like 7 seconds and a large negative number of nanoseconds. Since this test only subtracts the seconds field, it can think the difference is 7 seconds and fail the "nSec < 7" assertion. As a quick fix, change the assertion to "nSec <= 7". git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1781021 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7b4f4066 | 22-Dec-2016 |
pfg |
Re-enable some Id svn:keywords. Most of these pre-existed in the code, probably due to older version control. New Id keywords were added only in these files: main/solenv/inc/mi
Re-enable some Id svn:keywords. Most of these pre-existed in the code, probably due to older version control. New Id keywords were added only in these files: main/solenv/inc/minor.mk main/vcl/unx/kde4/KDEXLib.cxx The latter are important as they keep release information and we want to maintain such references when new versions are bumped. While here, update the information for KDE. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775751 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO4121 |
|
30acf5e8 | 22-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 ...
|
4bc2e809 | 29-Jan-2016 |
Damjan Jovanovic |
Remove an unused empty file that is causing the RAT scan to fail. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1727463 13f79535-47bb-0310-995
Remove an unused empty file that is causing the RAT scan to fail. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1727463 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e6348c9c | 28-Jan-2016 |
Damjan Jovanovic |
#i126787# fix unit tests on Windows Fix a regression caused by r1710853 and which always existed in some files, where <prewin.h> and <postwin.h> were being included before and after
#i126787# fix unit tests on Windows Fix a regression caused by r1710853 and which always existed in some files, where <prewin.h> and <postwin.h> were being included before and after <windows.h>, yet unavailable as the tools module isn't built (and can't be) before sal. Patch by: j.nitschke at ok.de Review by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1727413 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e7e17449 | 15-Nov-2015 |
Damjan Jovanovic |
Fix a main/sal/qa/osl/mutex build error on MacOS. Found by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Patch by: Pathangi Janardhanan Jatinshravan <JATIN
Fix a main/sal/qa/osl/mutex build error on MacOS. Found by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg> Review by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1714423 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412 |
|
a03c9fa9 | 27-Oct-2015 |
Damjan Jovanovic |
Fix some main/sal unit tests on Windows, remove unneeded OOO_SUBSEQUENT_TESTS, and run all that pass during the build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/t
Fix some main/sal unit tests on Windows, remove unneeded OOO_SUBSEQUENT_TESTS, and run all that pass during the build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710853 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
cb98cea0 | 27-Oct-2015 |
Damjan Jovanovic |
Remove unnecessary OOO_SUBSEQUENT_TESTS from main/sal/qa/ByteSequence and main/sal/qa/OStringBuffer. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710840 13f79
Remove unnecessary OOO_SUBSEQUENT_TESTS from main/sal/qa/ByteSequence and main/sal/qa/OStringBuffer. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1710840 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: SNAPSHOT |
|
a94656cd | 06-Oct-2015 |
Damjan Jovanovic |
#i125003# fix a cppunit comment git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707106 13f79535-47bb-0310-9956-ffa450edef68 |
4b40cfcd | 06-Oct-2015 |
Damjan Jovanovic |
#i125003# eliminate cppunittester, include files, and all cppunit usage in ported tests from from main/sal. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707101 13
#i125003# eliminate cppunittester, include files, and all cppunit usage in ported tests from from main/sal. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707101 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
f67ef9ec | 06-Oct-2015 |
Damjan Jovanovic |
#i125003# Commit leftover changes from some unit test. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707097 13f79535-47bb-0310-9956-ffa450edef68 |
4bc9e743 | 06-Oct-2015 |
Damjan Jovanovic |
#i125003# Remove some superfluous version.map files from tests. Google Test uses executables, not libraries, so they don't need version maps any more. git-svn-id: https://svn.a
#i125003# Remove some superfluous version.map files from tests. Google Test uses executables, not libraries, so they don't need version maps any more. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1706945 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
eec98089 | 05-Oct-2015 |
Damjan Jovanovic |
Fix an incompletely ported Google Test. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1706894 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO411 |
|
63045d55 | 20-Sep-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/osl/security from cppunit to Google Test. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1704121 13f79535-47bb-0310-9956-ffa450edef68 |
7c40abb8 | 20-Sep-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/systools from cppunit to Google Test. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1704112 13f79535-47bb-0310-9956-ffa450edef68 |
953605d5 | 15-Sep-2015 |
Pedro Giffuni |
Revert r1700845 for more scripts. The shebang situation for Windows seems to be a bit odd. Revert the change in all the cases where it is likely to cause trouble. Found and repo
Revert r1700845 for more scripts. The shebang situation for Windows seems to be a bit odd. Revert the change in all the cases where it is likely to cause trouble. Found and reported by: damjan git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1703220 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bfbc7fbc | 05-Sep-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/osl/file from cppunit to Google Test, get tests to compile, but not all of them pass. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun
#i125003# migrate main/sal/qa/osl/file from cppunit to Google Test, get tests to compile, but not all of them pass. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701419 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
63d99982 | 05-Sep-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/osl/socket from cppunit to Google Test, get tests to compile and not to SIGSEGV or die from EPIPE, and get as many tests to pass as possible.
#i125003# migrate main/sal/qa/osl/socket from cppunit to Google Test, get tests to compile and not to SIGSEGV or die from EPIPE, and get as many tests to pass as possible. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701357 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
85328e2a | 04-Sep-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/osl/module from cppunit to Google Test. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701312 13f79535-47bb-0310-9956-ffa450edef68 |