Revision tags: AOO420-Dev5-m5, AOO4115-GA |
|
91125485 | 28-Jan-2023 |
Arrigo Marchiori |
Add a "referer" property to SfxObjectShell::CallXScript() and trust macros explicitly requested by the user |
98c68b91 | 28-Jan-2023 |
Arrigo Marchiori |
Scripts check their "Referer". Menu choices always set a trusted "Referer". |
Revision tags: AOO4114-GA, AOO420-Dev4-m4 |
|
6e1ccbb0 | 10-Nov-2022 |
Bidouille |
Fix for Issue 114497 (#151) |
7e29bacc | 16-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
show more ...
|
Revision tags: AOO4113-GA, AOO4112-GA |
|
fb9ad7aa | 19-Oct-2021 |
Arrigo Marchiori |
All scripts must be subject to checks |
ccd71ddd | 20-Feb-2022 |
mseidel |
Updated icons |
6b9dcf42 | 11-Feb-2022 |
Arrigo Marchiori |
Add support for Azul and OpenJDK JDK's |
Revision tags: AOO4111-GA, AOO420-Dev3-m3 |
|
6e9cccf4 | 26-Apr-2021 |
mseidel |
Fixed typos (initalize -> initialize) |
Revision tags: AOO4110-GA |
|
8cc42d09 | 13-Mar-2021 |
mseidel |
Fixed typo (retrive -> retrieve) |
26c81592 | 09-Feb-2021 |
Jim Jagielski |
some macOS changes: o ensure current assembly of privateSnippetExecutor o BigSur note o Use vars to make it easier to change overall options o Java8 compatibility (ch
some macOS changes: o ensure current assembly of privateSnippetExecutor o BigSur note o Use vars to make it easier to change overall options o Java8 compatibility (cherry picked from commit 3187fb04a7844dcbfa332c4129f6e43deb893699)
show more ...
|
Revision tags: AOO419-GA |
|
dfec5905 | 22-Dec-2020 |
Jim Jagielski |
Push latest updates: macOS, beanshell (cherry picked from commit ecf1c5e9ed4686657a2b296e936b55d484d94961) |
Revision tags: AOO418-GA |
|
15daf392 | 25-Jul-2020 |
Damjan Jovanovic |
Improve parsing of script URLs and detection of in-document macros therein, as per the excellent sample code in main/dbaccess/source/ext/macromigration/migrationengine.cxx method Migratio
Improve parsing of script URLs and detection of in-document macros therein, as per the excellent sample code in main/dbaccess/source/ext/macromigration/migrationengine.cxx method MigrationEngine_Impl::impl_adjustScriptLibrary_nothrow(). Patch by: me
show more ...
|
02463baf | 25-Jul-2020 |
Damjan Jovanovic |
Update com.sun.star.comp.ScriptProtocolHandler to use XComponentContext. As per https://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Component_Context XMultiServiceFactory is d
Update com.sun.star.comp.ScriptProtocolHandler to use XComponentContext. As per https://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Component_Context XMultiServiceFactory is deprecated, we use XComponentContext now. Also use the cppuhelper factory wrappers instead of custom code. Patch by: me
show more ...
|
6f247e9c | 10-Jul-2020 |
mseidel |
Fixed typos (contex -> context) |
7950f2af | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more |
Revision tags: 420-Dev2-m2 |
|
4f686187 | 18-Jan-2020 |
Damjan Jovanovic |
scripting: add Python 3 support to the Python provider Patch by: me |
7c5cbfde | 11-Jan-2020 |
mseidel |
Fixed typos |
a5dab537 | 16-Dec-2019 |
mseidel |
Fixed typos (SMPT -> SMTP) |
7ad89c32 | 02-Oct-2019 |
Don Lewis |
Delete leftover debug code. |
Revision tags: AOO417 |
|
5168e59c | 19-Aug-2019 |
mseidel |
Patch by: Damjan |
217556ff | 04-Jun-2019 |
Matthias Seidel |
Fixed typo git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860603 13f79535-47bb-0310-9956-ffa450edef68 |
dd9b7fde | 26-Apr-2019 |
Matthias Seidel |
Updated graphic git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1858209 13f79535-47bb-0310-9956-ffa450edef68 |
7c6e2023 | 25-Apr-2019 |
Matthias Seidel |
Fixed typo git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1858167 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO420-Dev-m1, AOO416 |
|
622f9d25 | 07-Dec-2018 |
Matthias Seidel |
Fixed typo, deleted whitespace git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1848426 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416-RC1 |
|
4078a611 | 18-Aug-2018 |
Don Lewis |
Arrays allocated with new [] should be freed using delete[]. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838312 13f79535-47bb-0310-9956-ffa450edef68 |