summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-02-20Make ridljar JunitTests workStephan Bergmann8-233/+233
2012-02-20Do not remove the destdir prefix in any caseStephan Bergmann1-4/+0
708def7d94bb76ef137572a364d2643402dc590b made that code conditional on !$do_link so that it worked right for the case where making dev-install calls ooinstall -l. However, that code now starts to fail also in the --disable-linkoo case (where building dev-install calls ooinstall w/o -l). I have no idea whether that code serves any real purpose in any actual use case, so remove it completely for now.
2012-02-20Fix libvisio's makefile.mkFridrich Štrba3-1/+13
2012-02-20n#695479 fix anchor handling in SwXText::convertToTextFrame()Miklos Vajna1-0/+27
When two (or more) text frames was imported without a non-frame paragraph in between, the first frame was anchored to the second one, instead of a non-frame paragraph. The fix is modelled after what the old RTF import already did in SwRTFParser::Continue() in swparrtf.cxx:493 and SwRTFParser::SetFlysInDoc() in rtffly.cxx:481.
2012-02-20Shared libraries must in practice be called lib*.so on AndroidTor Lillqvist1-0/+2
Otherwise the package creating code (part of the SDK) won't include them and/or the package installation code (on the OS itself) won't unpack them. (They just silently skip the file.)
2012-02-20Uploading new release of libvisioFridrich Štrba3-5/+5
2012-02-20Add Emacs mode lineTor Lillqvist2-0/+2
2012-02-20Link with gb_STDLIBS here, tooTor Lillqvist1-0/+1
Would it perhaps have been better to always link with gb_STDLIBS without having to mention it in each Library_*.mk and Executable_*.mk? And then for those few exceptions come up with some "No STDLIBS, thanks" thing?
2012-02-20removal of XInplaceLayout.java was reverted later...David Tardon1-0/+1
This reverts commit e0bea132d86b417975a7b73464fb527a6c3c1cbe.
2012-02-20_XInplaceLayout.java is goneDavid Tardon1-1/+0
2012-02-20Remove unused code in XclExpNameSantiago Martinez2-8/+0
2012-02-20Remove unused code in XclRoot.Santiago Martinez3-23/+0
2012-02-20move SvListView from Table to ptr_map, related fdo#45679Markus Mohrhard2-55/+58
2012-02-20we do want also create library for smoketest and deliver itMatúš Kukan2-0/+49
2012-02-19add testRefresh to ScDatabaseRangeObj, related fdo#44167Markus Mohrhard2-1/+2
2012-02-19add testRefresh to XDatabaseRangeMarkus Mohrhard2-0/+48
XDatabase range test case is now finished
2012-02-19this test uses ScNamedRangeObj.ods tooMarkus Mohrhard1-1/+1
TODO: remove the explicit test file dependency from the interface test code don't use one of the test files for another class
2012-02-19disabled officecfg unittest due to dependencies problemsNorbert Thiebaud1-3/+7
2012-02-19Add missing $Matúš Kukan1-1/+1
2012-02-19fix MinGW buildMatúš Kukan1-1/+1
2012-02-19fix handling of component files in mergelibs modeMatúš Kukan1-5/+9
2012-02-19add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan10-13/+11
2012-02-19add configmgr to tail_buildMatúš Kukan2-1/+2
2012-02-19tail_build: add test, toolkit, vcl, xmlscriptMatúš Kukan2-1/+5
2012-02-19gbuild: add gb_CppunitTest_abort_on_assertion for smoketestMatúš Kukan2-2/+21
2012-02-19Makefile: adapt to gbuild'ized smoketest, create target for installingMatúš Kukan1-17/+12
2012-02-19gbuild'ize smoketest(oo_native) and merge themMatúš Kukan25-322/+335
Add smoketest to tail_build and make it a subsequentcheck target.
2012-02-19gbuild: Zip: allow to add command line options when zippingMatúš Kukan1-0/+5
2012-02-19gbuild: Zip: clean properly all created targets on 'make clean'Matúš Kukan1-1/+6
2012-02-19svtools: remove unused GraphicObject::GetReleaseFromCacheThomas Arnhold2-9/+0
2012-02-19vcl: dead codeThomas Arnhold1-10/+0
2012-02-19fix windows build, gengal.bin should be gengal.exe there according to scp2Caolán McNamara2-8/+16
2012-02-19Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe12-90/+123
to equalsIgnoreAsciiCaseAscii("...")
2012-02-19configure: also, --with-lang=en-US should not trigger TRANSLATIONS build typeMiklos Vajna1-1/+1
2012-02-19method should be publicCaolán McNamara1-1/+1
2012-02-19callcatcher: update listCaolán McNamara1-15/+19
2012-02-19risk converting ByteString to rtl::OString for OSes I don't haveCaolán McNamara6-111/+111
2012-02-19ByteString->rtl::OStringCaolán McNamara2-6/+5
2012-02-19addexes dir seems uselessCaolán McNamara1-77/+0
2012-02-19entirely unused UnoMemoryStream classCaolán McNamara5-186/+0
2012-02-19give copy ctor a conventional signatureCaolán McNamara2-3/+3
2012-02-19remove adabas/adabasuiCaolán McNamara70-4762/+36
2012-02-19make connectivity ByteString freeCaolán McNamara1-8/+7
2012-02-19ByteString->rtl::OStringCaolán McNamara5-119/+112
2012-02-19configure: no need to fetch the translations repo for --with-lang=en-USMiklos Vajna1-1/+1
2012-02-19Get rid of size() == 0Elton Chung58-77/+77
2012-02-19ST_InfoListReader and ST_InfoListWriter seem to be unusedIvan Timofeev3-240/+3
2012-02-19remove the function declatation as wellIvan Timofeev1-1/+0
2012-02-19Remove unused codePetr Vorel12-74/+0
2012-02-19Remove unused codeElton Chung5-104/+0