git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595439 13f79535-47bb-0310-9956-ffa450edef68(cherry picked and adapted from commit 718aea4866b8baf60c4038072103fda22842ad48)
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)
All scripts must be subject to checks(cherry picked from commit fb9ad7aa17549019ccdd2762a97d104449abf45d)
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
#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
show more ...
#121996# integrate first part to remove 3layer officegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 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
#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
#i55055# Simplify pythonscript.py codeauthor: hanyagit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366950 13f79535-47bb-0310-9956-ffa450edef68
i119384 - Python: replace deprecated compiler module with astThe "compiler" module is deprecated on Python 2.6 and wasremoved on 3.x so it's a good time to replace it. Theast module was introduce
i119384 - Python: replace deprecated compiler module with astThe "compiler" module is deprecated on Python 2.6 and wasremoved on 3.x so it's a good time to replace it. Theast module was introduced in Python 2.5 so this will causetrouble if using very old versions of system python.While here run the python reindent tool on the adjacentfiles.Author: hanya git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366506 13f79535-47bb-0310-9956-ffa450edef68
i118478 - Implement getInvocationContext in PyUNO ScriptContextOriginal author: Tsutomu Uchino <hanya.runo at gmail.com>git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1344092 13
i118478 - Implement getInvocationContext in PyUNO ScriptContextOriginal 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
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307005 13f79535-47bb-0310-9956-ffa450edef68
fix another XML snippet processed by xml2cmp - remove duplicate license headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1305257 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304706 13f79535-47bb-0310-9956-ffa450edef68
Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304672 13f79535-47bb-0310-9956-ffa450edef68
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
remove svn:executable properties from more source filesgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 13f79535-47bb-0310-9956-ffa450edef68
remove svn:executable properties from make and pack filesgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244512 13f79535-47bb-0310-9956-ffa450edef68
remove svn:executable properties from configuration filesgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244487 13f79535-47bb-0310-9956-ffa450edef68
remove svn:executable properties from source filesgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68
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-ff
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
12