History log of /trunk/main/scripting/ (Results 1 - 25 of 88)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA
9112548528-Jan-2023 Arrigo Marchiori

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

98c68b9128-Jan-2023 Arrigo Marchiori

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

Revision tags: AOO4114-GA, AOO420-Dev4-m4
6e1ccbb010-Nov-2022 Bidouille

Fix for Issue 114497 (#151)

7e29bacc16-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
fb9ad7aa19-Oct-2021 Arrigo Marchiori

All scripts must be subject to checks

ccd71ddd20-Feb-2022 mseidel

Updated icons

6b9dcf4211-Feb-2022 Arrigo Marchiori

Add support for Azul and OpenJDK JDK's

Revision tags: AOO4111-GA, AOO420-Dev3-m3
6e9cccf426-Apr-2021 mseidel

Fixed typos (initalize -> initialize)

Revision tags: AOO4110-GA
8cc42d0913-Mar-2021 mseidel

Fixed typo (retrive -> retrieve)

26c8159209-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
dfec590522-Dec-2020 Jim Jagielski

Push latest updates: macOS, beanshell

(cherry picked from commit ecf1c5e9ed4686657a2b296e936b55d484d94961)

Revision tags: AOO418-GA
15daf39225-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 ...

02463baf25-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 ...

6f247e9c10-Jul-2020 mseidel

Fixed typos (contex -> context)

7950f2af14-Jun-2020 mseidel

Fixed typos (the the -> the) and some more

Revision tags: 420-Dev2-m2
4f68618718-Jan-2020 Damjan Jovanovic

scripting: add Python 3 support to the Python provider

Patch by: me

7c5cbfde11-Jan-2020 mseidel

Fixed typos

a5dab53716-Dec-2019 mseidel

Fixed typos (SMPT -> SMTP)

7ad89c3202-Oct-2019 Don Lewis

Delete leftover debug code.

Revision tags: AOO417
5168e59c19-Aug-2019 mseidel

Patch by: Damjan

217556ff04-Jun-2019 Matthias Seidel

Fixed typo

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

dd9b7fde26-Apr-2019 Matthias Seidel

Updated graphic

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

7c6e202325-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
622f9d2507-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
4078a61118-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

1234