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, 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 ...
|
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 ...
|
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 ...
|
Revision tags: SNAPSHOT |
|
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 |
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 |
44e8df1f | 04-Sep-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/osl/process from cppunit to Google Test. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701288 13f79535-47bb-0310-9956-ffa450edef68 |
2a2e2c38 | 03-Sep-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/osl/profile from cppunit to Google Test. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701080 13f79535-47bb-0310-9956-ffa450edef68 |
90482c4b | 03-Sep-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/osl/setthreadname from cppunit to Google Test. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701079 13f79535-47bb-0310-9956-ffa450ede
#i125003# migrate main/sal/qa/osl/setthreadname from cppunit to Google Test. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701079 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8748f2e1 | 03-Sep-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/osl/mutex from cppunit to Google Test. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701078 13f79535-47bb-0310-9956-ffa450edef68 |
f7e98e71 | 30-Aug-2015 |
Damjan Jovanovic |
Put the main function in the test file instead of a separate missing file. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700150 13f79535-47bb-0310-9956-ffa450edef68 |
4fda3f8e | 30-Aug-2015 |
Damjan Jovanovic |
#i125003# migrate main/sal/qa/osl/thread from cppunit to Google Test and run it on every build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700143 13f79535-4
#i125003# migrate main/sal/qa/osl/thread from cppunit to Google Test and run it on every build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700143 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
65cc118f | 30-Aug-2015 |
Damjan Jovanovic |
#i125003# generate a non-fatal test failure in the main/sal/qa/osl/condition destructor instead of commenting out a fatal test failure. git-svn-id: https://svn.apache.org/repos
#i125003# generate a non-fatal test failure in the main/sal/qa/osl/condition destructor instead of commenting out a fatal test failure. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700140 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4a7db6b2 | 04-Jun-2014 |
Herbert Dürr |
#i125003# fix google-test for osl_condition in the sal module the test didn't initialize the nanosecond part of the condition timeout and so the absolute timeout calculated from the seco
#i125003# fix google-test for osl_condition in the sal module the test didn't initialize the nanosecond part of the condition timeout and so the absolute timeout calculated from the second and nanosecond values could become invalid depending on the pseudo-random value of the nanosecond member. This resulted in spurious gtest failures (first seen on Ubuntu). git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600106 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
37e87705 | 03-Jun-2014 |
Juergen Schmidt |
#125038# add header for Sleep under windows git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599549 13f79535-47bb-0310-9956-ffa450edef68 |