4c737b6470
Decouple disabling of scripting (BASIC &co) from OS being iOS
2012-02-27 10:06:22 +02:00
8361d62aa9
expand and remove dcsssf macro
2012-02-21 20:56:57 +01:00
3006397439
Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
...
to equalsIgnoreAsciiCaseAscii("...")
2012-02-21 01:07:21 +09:00
64e1ae0f55
Added READMEs for modules which used to be in libs-core
2012-02-08 06:37:16 +01:00
c857dff7fc
switch to include-based build rather than sourced-based build
2012-02-05 19:34:05 -06:00
81cf9f5099
Bypass building BASIC and scripting related modules for iOS
...
Any LO-based app distributed through the App Store can't have
scripting or extendability anyway.
Sure, this will break the build elsewhere because of missing headers.
No big deal, I will take care of that eventually. It isn't as if there
would anybody else building for iOS anyway, as far as I know. If there
is, please make yourself heard.
2012-01-27 22:43:58 +02:00
0439af27e1
Code cleanup: ( () ) replaced by (())
2012-01-26 17:41:07 +00:00
aab14cb9fb
fix prefix of command line switches (-- instead of -)
2012-01-11 19:25:45 +01:00
fffd541c3e
Fix for fdo43460 Part XXIX getLength() to isEmpty()
...
Part XXIX
Modules
sax, scaddins, sccomp, scripting
2012-01-05 22:05:45 -02:00
8cc98837d3
catch exception by constant reference
2011-12-25 15:09:58 +09:00
6a8f6c4b13
Removed extra semicolons
2011-12-15 16:38:50 +00:00
dcfd4beb21
childs -> children
2011-12-08 11:32:41 +02:00
2acd8fbac9
in modules, when we have a env we are in stage gbuild
2011-12-07 15:53:06 +01:00
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
c0bed9c72e
remove precompiled_xxx.hxx/cxx
2011-11-27 18:07:55 -06:00
3f2ff54778
remove pch from the include list
2011-11-27 15:24:45 -06:00
d843e92c73
remove include of pch header from scripting
2011-11-27 13:20:34 -06:00
992757cc5e
remove pre-compiled header support in gbuild and gbuildified module
2011-11-27 11:49:38 -06:00
f2f0dbd273
make gbuild makefiles run independant of pwd again
2011-11-25 12:04:40 +01:00
148529c36c
switch python scripting extension to passive registration
2011-11-24 11:30:59 +00:00
0ea8c014ef
tweak gbuild standart Makefile to allow partial build in unsourced env
...
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
5541912fed
ScriptProviderForPython: better description
2011-11-08 14:14:39 +01:00
4570fe5875
ScriptProviderForPython: add some description
2011-11-05 00:08:34 +01:00
974c159234
a very minor typo in a comment
2011-11-04 23:29:13 +01:00
a72a7dc500
fdo#42312: Change bsh and js script providers from extensions to optional modules.
...
Their jar files reference other non-URE jars, so they cannot be extensions.
bsh.jar has been moved into the optional module (it used to be installed
always, but it looks like only the bsh script provider needs it; also, it
had been added to URE_MORE_JAVA_CLASSPATH_URLS if SYSTEM_BSH, which also
appears unnecessary as it is mentioned with an absolute file URL in the
Class-Path of the script provider jar).
js.jar has been included in the optional module (it used to be not installed
at all?).
2011-11-03 14:18:59 +01:00
b786a33cfd
Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation.
2011-10-24 13:59:58 +02:00
c77a9254dd
no need for SRCDIR parameter here
2011-10-23 13:20:29 +02:00
a8699a2665
add Class-Path: to ScriptProviderForBeanShell.jar when using system-beanshell
2011-10-16 16:52:59 +02:00
e94a19f3e0
simplfy dmake to gbuild bridgefile
2011-10-05 00:31:50 +02:00
3bcf910cde
bsh can be external
2011-10-04 09:48:54 +02:00
a116d39db6
finished converting scripting to gbuild
2011-10-01 17:26:24 +02:00
3250c79071
convert scripting to gbuild - first step
...
There are java and extensions missing.
2011-10-01 17:16:42 +02:00
1f5c696c37
add mode-lines to .m files and last round of merged files, etc.
2011-09-30 09:09:25 +01:00
ff6af4030a
callcatcher: unused code
2011-09-26 10:18:39 +01:00
92b54aa8b3
set lang to en-US in order l10ntools can extract strings
2011-09-21 16:08:31 +02:00
be6a8677a6
OSL_TRACE: Remove trailing newlines
...
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
ecc5249190
Revert "n#676858: added new menu entry for headers/footers edit mode"
...
This reverts the following commits:
+ f3e275a2123c6356951a294051d0be230c178851
+ 29a45a09ba8a21022e105f3d500a027f93a4fca0 (partly)
Conflicts:
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
2011-09-12 18:09:50 +02:00
3f62165fd4
replace api.openoffice.org to api.libreoffice.org
2011-09-07 10:27:56 +02:00
a434088adf
Resolves: fdo#40516 missing : on line 52
2011-08-31 16:35:23 +01:00
eb6621d437
scripting: make a debug build log uncaught exception when loading a provider
...
Also put a newline between "Error creating provider from factory" and message of the exception raised by the provider load
2011-08-21 01:46:10 +02:00
a21b285064
fix a missing parentheis
2011-08-13 23:14:47 +09:00
a1775d69e8
make logging less painful under windows
2011-08-02 11:07:16 +01:00
a34c9a8065
can't use set_debuglevel under windows
2011-08-02 11:07:16 +01:00
a751a0c74d
Some cppcheck cleaning
2011-07-31 18:41:58 +02:00
de0b43dcdb
coerce port to int
2011-07-26 12:24:49 +01:00
0f93062d43
Bin unused files
2011-07-22 10:30:33 +03:00
a90983bd65
Remove component_getImplementationEnvironment methods
2011-07-12 17:59:13 +02:00
f3e275a212
n#676858: added new menu entry for headers/footers edit mode
2011-06-30 15:04:05 +02:00
e5a758f0d8
the ifaces should be in namespace ooo::vba
2011-06-17 16:41:34 +02:00
7d4590a542
Use DESKTOP and NATIVE where appropriate
2011-06-16 21:01:51 +03:00