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 |
|
b57309c1 | 17-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) |
e2d7a903 | 28-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) |
5e03f7d3 | 28-Jan-2023 |
Arrigo Marchiori |
Scripts check their "Referer". Menu choices always set a trusted "Referer". (cherry picked and adapted from commit 98c68b91f53a89d44b8d4d563791eeb186d6d605) |
57221d74 | 19-Oct-2021 |
Arrigo Marchiori |
All scripts must be subject to checks (cherry picked from commit fb9ad7aa17549019ccdd2762a97d104449abf45d) |
76cc21a6 | 02-Oct-2019 |
Don Lewis |
Delete leftover debug code. (cherry picked from commit 7ad89c327ca8d1c30aea9294edf39579304566f5) |
af1b3ff9 | 19-Aug-2019 |
mseidel |
Patch by: Damjan (cherry picked from commit 5168e59c15cb9af435bdca9b78b99d1abe16c58e) |
573d1ca0 | 02-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 |
Revision tags: AOO410, AOO410_Beta, AOO401, AOO400 |
|
b5f289e3 | 12-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 ...
|
910823ae | 18-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 |
bc42e70b | 13-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 |
7d9fa7c3 | 18-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 ...
|
15745147 | 10-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 |
|
735dd73b | 29-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 |
13cfd8df | 27-Jul-2012 |
Pedro Giffuni |
i119384 - Python: replace deprecated compiler module with ast The "compiler" module is deprecated on Python 2.6 and was removed on 3.x so it's a good time to replace it. The ast modu
i119384 - Python: replace deprecated compiler module with ast The "compiler" module is deprecated on Python 2.6 and was removed on 3.x so it's a good time to replace it. The ast module was introduced in Python 2.5 so this will cause trouble if using very old versions of system python. While here run the python reindent tool on the adjacent files. Author: hanya git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366506 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
61c9e2f8 | 30-May-2012 |
Ariel Constenla-Haile |
i118478 - Implement getInvocationContext in PyUNO ScriptContext Original author: Tsutomu Uchino <hanya.runo at gmail.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/
i118478 - Implement getInvocationContext in PyUNO ScriptContext Original author: Tsutomu Uchino <hanya.runo at gmail.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1344092 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9f22d7c2 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307005 13f79535-47bb-0310-9956-ffa450edef68 |
30a5ff43 | 26-Mar-2012 |
Oliver-Rainer Wittmann |
fix another XML snippet processed by xml2cmp - remove duplicate license headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1305257 13f79535-47bb-0310-9956-ffa450ed
fix another XML snippet processed by xml2cmp - remove duplicate license headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1305257 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e6a4f794 | 24-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304706 13f79535-47bb-0310-9956-ffa450edef68 |
a0b87975 | 24-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304672 13f79535-47bb-0310-9956-ffa450edef68 |
807ac8b5 | 15-Feb-2012 |
Pavel Janík |
Change order of initialization to prevent WaE issue. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244571 13f79535-47bb-0310-9956-ffa450edef68 |
79aad27f | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from more source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 13f79535-47bb-0310-9956-ffa450edef68 |
752c0af7 | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from make and pack files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244512 13f79535-47bb-0310-9956-ffa450edef68 |
e5e61ed1 | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from configuration files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244487 13f79535-47bb-0310-9956-ffa450edef68 |
67e470da | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68 |
de8e2ca5 | 14-Feb-2012 |
Pedro Giffuni |
i#106270#: Workbook.Close causes application crash. Confirmed by Uwe Altamann. Patch by lihuiibm. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244150 13f79535-47bb-0310
i#106270#: Workbook.Close causes application crash. Confirmed by Uwe Altamann. Patch by lihuiibm. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244150 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|