fad7b0c6 | 08-Jul-2024 |
John Bampton |
Fix spelling (#222) * Fix spelling * Update unochart.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (cherry picked from commit de739a45664e
Fix spelling (#222) * Fix spelling * Update unochart.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (cherry picked from commit de739a45664e13ac6744efb02ae3ce7d6c95e7a9)
show more ...
|
7a5c319b | 06-Apr-2024 |
Damjan Jovanovic |
Fix typos: mehtod -> method, mehtods -> methods. Patch by: me (cherry picked from commit a4b70a5c0dc286fe80079976f51a3b5d7c08957d) |
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 |
|
fb0b81f5 | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more (cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899) |
Revision tags: 420-Dev2-m2, AOO417 |
|
940681c7 | 11-Jun-2019 |
Matthias Seidel |
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
4aa87146 | 29-Aug-2018 |
Damjan Jovanovic |
Automatically build .idl files found in src/main/idl and src/test/idl without having to specify them. Clean up the Ant build a little, removing the unused cppumaker functions I was e
Automatically build .idl files found in src/main/idl and src/test/idl without having to specify them. Clean up the Ant build a little, removing the unused cppumaker functions I was experimenting with, and fully generalize IDL building so it doesn't use any Ant properties, only macrodefs. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839593 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0ee94df0 | 08-Apr-2018 |
Damjan Jovanovic |
We don't need dmake makefiles in main/jurt any more. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828644 13f79535-47bb-0310-9956-ffa450edef68 |
26c56e0b | 08-Apr-2018 |
Damjan Jovanovic |
Add a file accidentally left out of the last commit. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828638 13f79535-47bb-0310-9956-ffa450edef68 |
41f03cd9 | 08-Apr-2018 |
Damjan Jovanovic |
Added an Ant target type to gbuild, that can be used to call Ant to build a deliverable. Added Ant support files that provide build infrastructure that can be used by Java projects, including
Added an Ant target type to gbuild, that can be used to call Ant to build a deliverable. Added Ant support files that provide build infrastructure that can be used by Java projects, including testing with JUnit at compile time, processing of external dependencies, using the IDL toolchain (idlc, regmerge, javamaker), and general build support like compiling into class files, building the JAR file and cleaning. These features require Ant version >= 1.9.1. Ported main/jurt to gbuild and this Ant infrastructure. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828636 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415, AOO414 |
|
9e76c51f | 14-Jul-2017 |
Damjan Jovanovic |
Update AnyConverter.toObject() to use Java 1.5+'s generics. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1801975 13f79535-47bb-0310-9956-ffa4
Update AnyConverter.toObject() to use Java 1.5+'s generics. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1801975 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO413 |
|
5b5659a7 | 25-Mar-2017 |
Damjan Jovanovic |
Add some Java performance optimizations with boxing of basic types: instead of using "new <Type>(<value>)", use <Type>.valueOf(<value>), or better yet, rely on autoboxing. Since the
Add some Java performance optimizations with boxing of basic types: instead of using "new <Type>(<value>)", use <Type>.valueOf(<value>), or better yet, rely on autoboxing. Since the box objects are immutable, Java can and does cache them for values between -128 and 127, which includes all possible boolean and byte values and many common values for all other basic types. Thus, unlike the constructor, calling valueOf() or autoboxing such values does not allocate memory at all, and only returns the pre-existing instance, which is not only faster, but uses zero extra memory too. This is the first of many patches. This one fixes this problem in bridges, javaunohelper and jurt, which are parts of the Java<->Uno bridge, which is critical to performance. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1788667 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9a0474a5 | 24-Dec-2016 |
pfg |
More use of the Date svn keyword. These were missed in r1775849. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775982 13f79535-47bb-0310-9956-ffa450edef68 |
99e66e07 | 23-Dec-2016 |
pfg |
Re-enable some Date svn:keywords. These all pre-existed in the code, probably from CVS/SVN days, and it is convenient to let Subversion handle them directly. These should have no eff
Re-enable some Date svn:keywords. These all pre-existed in the code, probably from CVS/SVN days, and it is convenient to let Subversion handle them directly. These should have no effect on the build. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775849 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 ...
|
6229858e | 11-Nov-2015 |
Damjan Jovanovic |
r1712824 withdrawn by committer. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1713895 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO412 |
|
f2de8a8b | 05-Nov-2015 |
Damjan Jovanovic |
#i126360# Possible exception/segfault in jurt jpipe.dll under Windows with pipe connection - Remove the LoadLibrary from DLLMain (from windows not recommended) see http://msdn.microsoft.co
#i126360# Possible exception/segfault in jurt jpipe.dll under Windows with pipe connection - Remove the LoadLibrary from DLLMain (from windows not recommended) see http://msdn.microsoft.com/en-us/library/windows/desktop/ms682583(v=vs.85).aspx in section Remarks - Improve the comment why we need two dll's (jpipe.dll and jpipx.dll) - Integrate CriticalSection, init in DllMain see link http://msdn.microsoft.com/en-us/library/windows/desktop/dn633971(v=vs.85).aspx#general_best_practices Patch by: Juergen Funk <juergen.funk_ml at cib.de> Review by: Damjan Jovanovic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1712824 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: SNAPSHOT, AOO411 |
|
a893be29 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories h* - p*. 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 h* - p*. 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@1591060 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
b6cda301 | 26-Feb-2014 |
Jürgen Schmidt |
#124315# insert check for libs with jnilib extension on mac os git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571942 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401, AOO400 |
|
e6b649b5 | 25-Dec-2012 |
Pedro Giffuni |
Cleanup various javadoc issues. Collect several javadoc issues from Noel: Fix a bunch of javadoc warnings in param. Cleanup javadoc see tags. Fix various misc. javadoc issue
Cleanup various javadoc issues. Collect several javadoc issues from Noel: Fix a bunch of javadoc warnings in param. Cleanup javadoc see tags. Fix various misc. javadoc issues. Author: Noel Grandin git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425753 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
170fb961 | 21-Dec-2012 |
Pedro Giffuni |
Java cleanup: remove unnecessary semi-colons. Special thanks to the author for contributing to this project the result of such tedious and never sufficiently appreciated task! A
Java cleanup: remove unnecessary semi-colons. Special thanks to the author for contributing to this project the result of such tedious and never sufficiently appreciated task! Author: Noel Grandin git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425082 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
2407af08 | 13-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1231335 13f79535-47bb-0310-9956-ffa450edef68 |
e6b7d829 | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229816 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-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 |
5fa9200e | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208543 13f79535-47bb-0310-9956-ffa450edef68 |
dae005e6 | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208201 13f79535-47bb-0310-9956-ffa450edef68 |
2be43276 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198159 13f79535-47bb-0310-9956-ffa450edef68 |