git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595439 13f79535-47bb-0310-9956-ffa450edef68(cherry picked and adapted from commit 718aea4866b8baf60c4038072103fda22842ad48)
#127044# - Defects in the codeCommit fixes for sub-issues 1, 2, 5, 9 and 10.Found by: AppChecker <appchecker at cnpo.ru>Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trun
#127044# - Defects in the codeCommit fixes for sub-issues 1, 2, 5, 9 and 10.Found by: AppChecker <appchecker at cnpo.ru>Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814705 13f79535-47bb-0310-9956-ffa450edef68(cherry picked from commit f1d3244ef953db9afc1728bb7d37a8d1a9c2d8bc)
show more ...
Add a "referer" property to SfxObjectShell::CallXScript() and trust macros explicitly requested by the user(cherry picked and adapted from commit 9112548547be8d3a47281bcef5925a60e1435527)
Scripts check their "Referer". Menu choices always set a trusted "Referer".(cherry picked and adapted from commit 98c68b91f53a89d44b8d4d563791eeb186d6d605)
Fix some errors in the scripting module's XInputStreamImpl:- Check the loop termination in readBytes() properly: currently it increments totalBytesRead while also decrementing nBytesToRead, so whe
Fix some errors in the scripting module's XInputStreamImpl:- Check the loop termination in readBytes() properly: currently it increments totalBytesRead while also decrementing nBytesToRead, so when compared to each other, the loop terminates when the buffer is half full. Only check for nBytesToRead instead.- Deal with the possibility of available() returning 0 in readSomeBytes().Patch by: me(cherry picked from commit 7e29bacc90c4b1b9788c3b71dfacd17daecde7a7)
All scripts must be subject to checks(cherry picked from commit fb9ad7aa17549019ccdd2762a97d104449abf45d)
Updated icons(cherry picked from commit ccd71dddfa2d42460ca5bb2e703a8d97f3e6f48a)
Add support for Azul JDK's
Detect AdoptOpenJDK 1.8 on macOS
Fixed typos(cherry picked from commit 7c5cbfde20e595d678c73935a8f75203773bea47)
Delete leftover debug code.(cherry picked from commit 7ad89c327ca8d1c30aea9294edf39579304566f5)
Patch by: Damjan(cherry picked from commit 5168e59c15cb9af435bdca9b78b99d1abe16c58e)
i127165 - Catch the right excepctiongit-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1781484 13f79535-47bb-0310-9956-ffa450edef68
#124442# adapt build script to work on macos 10.9.3 and Java 7git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602196 13f79535-47bb-0310-9956-ffa450edef68
#i120083# make python loglevel and log output changeable through environment varsSet the log level with the environment variable "PYSCRIPT_LOG_LEVEL" "DEBUG" (for debugging) "ERROR" (show e
#i120083# make python loglevel and log output changeable through environment varsSet the log level with the environment variable "PYSCRIPT_LOG_LEVEL" "DEBUG" (for debugging) "ERROR" (show errors only) "NONE" (or anything else) (for production) is the defaultand the log output type with the enviroment variable "PYSCRIPT_LOG_STDOUT" "0" (log output to user/Scripts/python/log.txt) "1" (or anything else) (log output to stdout)Patch by: Tsutomu Uchino <hanya.runo@gmail.com>Review by: Herbert Durr <hdu@apache.org>Note: Commit message edited by ASF infra team to work around a known issue with the ASF svn install (not an issue with svn) and UTF-8 handling. This is a temporary issue that we hope to resolve soon.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1502482 13f79535-47bb-0310-9956-ffa450edef68
#121996# integrate first part to remove 3layer officegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68
classic java compiler mode isn't available anymore since jdk 1.4git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1444151 13f79535-47bb-0310-9956-ffa450edef68
better classpath control for javac compile runssetting ant's includeantruntime option makes builds more repeatablegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1438520 13f79535-4
better classpath control for javac compile runssetting ant's includeantruntime option makes builds more repeatablegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1438520 13f79535-47bb-0310-9956-ffa450edef68
i121612 - Fix broken python mail componentgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1432668 13f79535-47bb-0310-9956-ffa450edef68
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
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 Grandingit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425753 13f79535-47bb-0310-9956-ffa450edef68
Java cleanup: remove unnecessary semi-colons.Special thanks to the author for contributing to this project theresult of such tedious and never sufficiently appreciated task!Author: Noel Grandin
Java cleanup: remove unnecessary semi-colons.Special thanks to the author for contributing to this project theresult of such tedious and never sufficiently appreciated task!Author: Noel Grandingit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425082 13f79535-47bb-0310-9956-ffa450edef68
#i121496# - [PyUNO] Python3 supportAdd initial python 3 compatibility to native scripts now thatpyuno supports python3.This is the result of running the python 2to3 script withconservative sett
#i121496# - [PyUNO] Python3 supportAdd initial python 3 compatibility to native scripts now thatpyuno supports python3.This is the result of running the python 2to3 script withconservative settings.Still more porting work may be required and any regressionwith the default Python 2.7.3 should be considered a bug.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1423676 13f79535-47bb-0310-9956-ffa450edef68
Python3: Add some more python 2to3 compatibility and cleanups.Partially inspired by hanya's work.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1419529 13f79535-47bb-0310-9956-ffa
Python3: Add some more python 2to3 compatibility and cleanups.Partially inspired by hanya's work.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1419529 13f79535-47bb-0310-9956-ffa450edef68
Python reindent.git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1367813 13f79535-47bb-0310-9956-ffa450edef68
#i55055# Simplify pythonscript.py codeauthor: hanyagit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366950 13f79535-47bb-0310-9956-ffa450edef68
123