History log of /aoo41x/main/scripting/ (Results 1 - 25 of 71)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411
b57309c117-May-2014 Tsutomu Uchino

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595439 13f79535-47bb-0310-9956-ffa450edef68

(cherry picked and adapted from commit 718aea4866b8baf60c4038072103fda22842ad48)

441693eb09-Nov-2017 Damjan Jovanovic

#127044# - Defects in the code

Commit fixes for sub-issues 1, 2, 5, 9 and 10.

Found by: AppChecker <appchecker at cnpo.ru>
Patch by: me

git-svn-id: https://svn.apache.o

#127044# - Defects in the code

Commit fixes for sub-issues 1, 2, 5, 9 and 10.

Found by: AppChecker <appchecker at cnpo.ru>
Patch by: me

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814705 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit f1d3244ef953db9afc1728bb7d37a8d1a9c2d8bc)

show more ...

e2d7a90328-Jan-2023 Arrigo Marchiori

Add a "referer" property to SfxObjectShell::CallXScript() and trust macros explicitly requested by the user

(cherry picked and adapted from commit 9112548547be8d3a47281bcef5925a60e1435527)

5e03f7d328-Jan-2023 Arrigo Marchiori

Scripts check their "Referer". Menu choices always set a trusted "Referer".

(cherry picked and adapted from commit 98c68b91f53a89d44b8d4d563791eeb186d6d605)

4271e4a816-Oct-2022 Damjan Jovanovic

Fix some errors in the scripting module's XInputStreamImpl:
- Check the loop termination in readBytes() properly: currently it increments
totalBytesRead while also decrementing nBytesToRead

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)

show more ...

57221d7419-Oct-2021 Arrigo Marchiori

All scripts must be subject to checks

(cherry picked from commit fb9ad7aa17549019ccdd2762a97d104449abf45d)

c735bb6420-Feb-2022 mseidel

Updated icons

(cherry picked from commit ccd71dddfa2d42460ca5bb2e703a8d97f3e6f48a)

5a5de59411-Feb-2022 Arrigo Marchiori

Add support for Azul JDK's

fa262b0417-Jul-2021 Arrigo Marchiori

Detect AdoptOpenJDK 1.8 on macOS

b977c68311-Jan-2020 mseidel

Fixed typos

(cherry picked from commit 7c5cbfde20e595d678c73935a8f75203773bea47)

76cc21a602-Oct-2019 Don Lewis

Delete leftover debug code.

(cherry picked from commit 7ad89c327ca8d1c30aea9294edf39579304566f5)

af1b3ff919-Aug-2019 mseidel

Patch by: Damjan

(cherry picked from commit 5168e59c15cb9af435bdca9b78b99d1abe16c58e)

573d1ca002-Feb-2017 Ariel Constenla-Haile

i127165 - Catch the right excepction



git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1781484 13f79535-47bb-0310-9956-ffa450edef68

4aab7c0b12-Jun-2014 Juergen Schmidt

#124442# adapt build script to work on macos 10.9.3 and Java 7

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602196 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO410, AOO410_Beta, AOO401, AOO400
b5f289e312-Jul-2013 Herbert Dürr

#i120083# make python loglevel and log output changeable through environment vars

Set the log level with the environment variable "PYSCRIPT_LOG_LEVEL"
"DEBUG" (for debugging)

#i120083# make python loglevel and log output changeable through environment vars

Set 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 default
and 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

show more ...

910823ae18-Apr-2013 Jürgen Schmidt

#121996# integrate first part to remove 3layer office

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68

8b0d333508-Feb-2013 Pedro Giffuni

classic java compiler mode isn't available anymore since jdk 1.4

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1444151 13f79535-47bb-0310-9956-ffa450edef68

cc697cd025-Jan-2013 Herbert Dürr

better classpath control for javac compile runs

setting ant's includeantruntime option makes builds more repeatable


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun

better classpath control for javac compile runs

setting ant's includeantruntime option makes builds more repeatable


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1438520 13f79535-47bb-0310-9956-ffa450edef68

show more ...

bc42e70b13-Jan-2013 Ariel Constenla-Haile

i121612 - Fix broken python mail component

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1432668 13f79535-47bb-0310-9956-ffa450edef68

e6b649b525-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 ...

170fb96121-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 ...

7d9fa7c318-Dec-2012 Pedro Giffuni

#i121496# - [PyUNO] Python3 support

Add initial python 3 compatibility to native scripts now that
pyuno supports python3.

This is the result of running the python 2to3 script wi

#i121496# - [PyUNO] Python3 support

Add initial python 3 compatibility to native scripts now that
pyuno supports python3.

This is the result of running the python 2to3 script with
conservative settings.

Still more porting work may be required and any regression
with 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

show more ...

1574514710-Dec-2012 Pedro Giffuni

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 13f7953

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

show more ...

Revision tags: AOO340
28e5110431-Jul-2012 Pedro Giffuni

Python reindent.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1367813 13f79535-47bb-0310-9956-ffa450edef68

735dd73b29-Jul-2012 Pedro Giffuni

#i55055# Simplify pythonscript.py code

author: hanya


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366950 13f79535-47bb-0310-9956-ffa450edef68

123