summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-30Remove unnecessary includesAugust Sodora
2011-11-30String->OUStringAugust Sodora
2011-11-30Remove unnecessary includesAugust Sodora
2011-11-30Refactor sbxitemAugust Sodora
2011-12-01Now that JAVA_HOME is set early, no need to expand it lazilyTor Lillqvist
Just use $JAVA_HOME instead of '$JAVA_HOME'. Fixes build breaker in at least bean on Linux.
2011-11-30split sc's filters-test into in-build and subsequent testsMarkus 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-30move sc's macros test into sc/qa/extrasMarkus Mohrhard
2011-11-30only load the testfile once and after that reuse the already loaded fileMarkus Mohrhard
this is not perfect but better than loading the file several times while we should only call read-only methods
2011-11-30move c++ based subsequenttest to sc/qa/extrasMarkus Mohrhard
2011-11-30configure pgsql-sdbc: use PGCONFIG instead of relying on PATHLionel Elie Mamane
2011-11-30Set JAVA_HOME before it is usedTor Lillqvist
2011-11-30do not even read module dirs when shortcutingBjoern Michaelsen
2011-11-30debugrun does not need to read gbuild definitionsBjoern Michaelsen
2011-11-30execute debugrun after buildingBjoern Michaelsen
2011-11-30Fix build breaker thinkoTor Lillqvist
2011-11-30Avoid syntax error if $OXYGENOFFICE_PACK is undefinedTor Lillqvist
2011-11-30postgresql-sdbc: review build rulesLionel Elie Mamane
2011-11-30Android code refactorig and hackingTor 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-30Bin an obsolete X11 on MacOSX related bitTor Lillqvist
2011-11-30Fix indentationTor Lillqvist
2011-11-30Don't add nonexistent Java files and dirs to various env varsTor Lillqvist
2011-11-30Don't bother with -D_PTHREADS -D_REENTRANT for AndroidTor Lillqvist
2011-11-30gsoc inputbar ( fix scrolling ) add support for hard linebreaksNoel Power
2011-11-30fix previous commit, really move initial focus to printer selectionIvan Timofeev
2011-11-30remove debug lineBjoern Michaelsen
2011-11-30fdo#34641: move initial focus to printer selectionIvan Timofeev
2011-11-30dont read gbuild definitions on distcleanBjoern Michaelsen
2011-11-30pgsql-sdbc: adapt comment to new code situationLionel Elie Mamane
2011-11-30port a failing sc subsequenttest to c++Markus Mohrhard
potential improvements: only load the file once and use fods instead of ods
2011-11-30disable sc subsequenttests that use binfilter formatsMarkus Mohrhard
2011-11-30Don't overwrite OUTDIR & friends.Jan Holesovsky
2011-11-30add constLionel Elie Mamane
2011-11-30pq-sdbc statics: properly initialise defTypeInfoMetaDataLionel Elie Mamane
2011-11-30Success to load JDBC driver is still info, not an errorLionel Elie Mamane
2011-11-30fix silent pass on to buildplBjoern Michaelsen
2011-11-30sort out Gregorian cut-off date as side effect of validityEike Rathke
2011-11-30fix conditions on when to read gbuild definitionsBjoern Michaelsen
2011-11-30update listCaolán McNamara
2011-11-30create placeholders properly in docx mathml importLuboš Luňák
2011-11-30do not add unnecessary spaces in docx mathml importLuboš Luňák
2011-11-30try with at least somewhat more generic handling of docx m:groupChrLuboš Luňák
2011-11-30do not ignore docx m:box contents (but m:box itself is not implemented)Luboš Luňák
2011-11-30read m:oMathParaLuboš 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-30import docx m:limUpp/m:limLow properlyLuboš Luňák
2011-11-30export all sub/superscripts LO can handle to docx mathmlLuboš Luňák
2011-11-30fix writing of docx m:sPreLuboš Luňák
2011-11-30import docx m:sPre, m:sSub, m:sSubSup and m:SupLuboš Luňák
2011-11-30helper for reading docx OMathArgLuboš Luňák
2011-11-30implement docx m:radLuboš Luňák
2011-11-30warn about unknown m:chr in m:accLuboš Luňák