Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-30 | Remove unnecessary includes | August Sodora | |
2011-11-30 | String->OUString | August Sodora | |
2011-11-30 | Remove unnecessary includes | August Sodora | |
2011-11-30 | Refactor sbxitem | August Sodora | |
2011-12-01 | Now that JAVA_HOME is set early, no need to expand it lazily | Tor Lillqvist | |
Just use $JAVA_HOME instead of '$JAVA_HOME'. Fixes build breaker in at least bean on Linux. | |||
2011-11-30 | split sc's filters-test into in-build and subsequent tests | Markus Mohrhard | |
only testContent and the ods range name test remain in-build, everything else is now a subsequenttest if needed the subsequent_filters-test can be moved to an in-build test in Module_sc.mk | |||
2011-11-30 | move sc's macros test into sc/qa/extras | Markus Mohrhard | |
2011-11-30 | only load the testfile once and after that reuse the already loaded file | Markus Mohrhard | |
this is not perfect but better than loading the file several times while we should only call read-only methods | |||
2011-11-30 | move c++ based subsequenttest to sc/qa/extras | Markus Mohrhard | |
2011-11-30 | configure pgsql-sdbc: use PGCONFIG instead of relying on PATH | Lionel Elie Mamane | |
2011-11-30 | Set JAVA_HOME before it is used | Tor Lillqvist | |
2011-11-30 | do not even read module dirs when shortcuting | Bjoern Michaelsen | |
2011-11-30 | debugrun does not need to read gbuild definitions | Bjoern Michaelsen | |
2011-11-30 | execute debugrun after building | Bjoern Michaelsen | |
2011-11-30 | Fix build breaker thinko | Tor Lillqvist | |
2011-11-30 | Avoid syntax error if $OXYGENOFFICE_PACK is undefined | Tor Lillqvist | |
2011-11-30 | postgresql-sdbc: review build rules | Lionel Elie Mamane | |
2011-11-30 | Android code refactorig and hacking | Tor Lillqvist | |
Sorry for the large unstructured commit. But hey, the Android code is experimental so far. Extract the native lo-bootstrap code into a fairly normal library built in sal. (Previously it was the JNI part of the "Bootstrap" app.) Just linkink normally to liblo-bootstrap from C++ code that uses it works fine, no need to do a dlsym lookup. Bootstrap is still a subclass of NativeActivity and can thus still be used as an "app" (to start unit tests, or whatever), but can also be used from some other app's Java code to just get access to the lo-bootstrap native methods. Introduce a new top-level "module", android, for Bootstrap and the experiments with DocumentLoader. Note that the experimental DocumentLoader app still crashes. It can't create the com.sun.star.frame.Desktop instance. I spent lots of time debugging in the painfully inadequate ndk-gdb. (Even the newer gdb build from the "mingw-and-ndk" project is quite crappy in many ways.) I should really experiment with corresponding code on a normal platform first before even trying on Android. Basically, I think that if I just can get the concept of Java code that instantiates and uses LO components *in-process* working on a normal desktop platform, it should work on Android, too. | |||
2011-11-30 | Bin an obsolete X11 on MacOSX related bit | Tor Lillqvist | |
2011-11-30 | Fix indentation | Tor Lillqvist | |
2011-11-30 | Don't add nonexistent Java files and dirs to various env vars | Tor Lillqvist | |
2011-11-30 | Don't bother with -D_PTHREADS -D_REENTRANT for Android | Tor Lillqvist | |
2011-11-30 | gsoc inputbar ( fix scrolling ) add support for hard linebreaks | Noel Power | |
2011-11-30 | fix previous commit, really move initial focus to printer selection | Ivan Timofeev | |
2011-11-30 | remove debug line | Bjoern Michaelsen | |
2011-11-30 | fdo#34641: move initial focus to printer selection | Ivan Timofeev | |
2011-11-30 | dont read gbuild definitions on distclean | Bjoern Michaelsen | |
2011-11-30 | pgsql-sdbc: adapt comment to new code situation | Lionel Elie Mamane | |
2011-11-30 | port a failing sc subsequenttest to c++ | Markus Mohrhard | |
potential improvements: only load the file once and use fods instead of ods | |||
2011-11-30 | disable sc subsequenttests that use binfilter formats | Markus Mohrhard | |
2011-11-30 | Don't overwrite OUTDIR & friends. | Jan Holesovsky | |
2011-11-30 | add const | Lionel Elie Mamane | |
2011-11-30 | pq-sdbc statics: properly initialise defTypeInfoMetaData | Lionel Elie Mamane | |
2011-11-30 | Success to load JDBC driver is still info, not an error | Lionel Elie Mamane | |
2011-11-30 | fix silent pass on to buildpl | Bjoern Michaelsen | |
2011-11-30 | sort out Gregorian cut-off date as side effect of validity | Eike Rathke | |
2011-11-30 | fix conditions on when to read gbuild definitions | Bjoern Michaelsen | |
2011-11-30 | update list | Caolán McNamara | |
2011-11-30 | create placeholders properly in docx mathml import | Luboš Luňák | |
2011-11-30 | do not add unnecessary spaces in docx mathml import | Luboš Luňák | |
2011-11-30 | try with at least somewhat more generic handling of docx m:groupChr | Luboš Luňák | |
2011-11-30 | do not ignore docx m:box contents (but m:box itself is not implemented) | Luboš Luňák | |
2011-11-30 | read m:oMathPara | Luboš Luňák | |
I'm unsure on what the difference to o:Math actually is, so just make sure the element and its contents are not ignored and each contained m:oMath will be read in separately. | |||
2011-11-30 | import docx m:limUpp/m:limLow properly | Luboš Luňák | |
2011-11-30 | export all sub/superscripts LO can handle to docx mathml | Luboš Luňák | |
2011-11-30 | fix writing of docx m:sPre | Luboš Luňák | |
2011-11-30 | import docx m:sPre, m:sSub, m:sSubSup and m:Sup | Luboš Luňák | |
2011-11-30 | helper for reading docx OMathArg | Luboš Luňák | |
2011-11-30 | implement docx m:rad | Luboš Luňák | |
2011-11-30 | warn about unknown m:chr in m:acc | Luboš Luňák | |