summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-20WaE: add virtual dtorCaolán McNamara
2012-02-20Remove unused codeElton Chung
2012-02-20Remove unused code in XMLTextListAutoStylePool.Santiago Martinez
2012-02-20Remove unused codePetr Vorel
2012-02-20Improve (?) explanationTor Lillqvist
2012-02-20Replace installer::parameter::make_absolute_path.Tim Retout
2012-02-20Avoid using installer::parameter in installer::ziplistTim Retout
2012-02-20Remove unused pre2par::parameter::make_path_absoluteTim Retout
2012-02-20It's safer to run one job at a time in instsetoo_native on WindowsMatúš Kukan
2012-02-20Make ridljar JunitTests workStephan Bergmann
2012-02-20Do not remove the destdir prefix in any caseStephan Bergmann
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 Štrba
2012-02-20n#695479 fix anchor handling in SwXText::convertToTextFrame()Miklos Vajna
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 Lillqvist
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 Štrba
2012-02-20Add Emacs mode lineTor Lillqvist
2012-02-20Link with gb_STDLIBS here, tooTor Lillqvist
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 Tardon
This reverts commit e0bea132d86b417975a7b73464fb527a6c3c1cbe.
2012-02-20_XInplaceLayout.java is goneDavid Tardon
2012-02-20Remove unused code in XclExpNameSantiago Martinez
2012-02-20Remove unused code in XclRoot.Santiago Martinez
2012-02-20move SvListView from Table to ptr_map, related fdo#45679Markus Mohrhard
2012-02-20we do want also create library for smoketest and deliver itMatúš Kukan
2012-02-19add testRefresh to ScDatabaseRangeObj, related fdo#44167Markus Mohrhard
2012-02-19add testRefresh to XDatabaseRangeMarkus Mohrhard
XDatabase range test case is now finished
2012-02-19this test uses ScNamedRangeObj.ods tooMarkus Mohrhard
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 Thiebaud
2012-02-19Add missing $Matúš Kukan
2012-02-19fix MinGW buildMatúš Kukan
2012-02-19fix handling of component files in mergelibs modeMatúš Kukan
2012-02-19add configmgr, ucb1, ucpfile1, xcr to libmergedMatúš Kukan
2012-02-19add configmgr to tail_buildMatúš Kukan
2012-02-19tail_build: add test, toolkit, vcl, xmlscriptMatúš Kukan
2012-02-19gbuild: add gb_CppunitTest_abort_on_assertion for smoketestMatúš Kukan
2012-02-19Makefile: adapt to gbuild'ized smoketest, create target for installingMatúš Kukan
2012-02-19gbuild'ize smoketest(oo_native) and merge themMatúš Kukan
Add smoketest to tail_build and make it a subsequentcheck target.
2012-02-19gbuild: Zip: allow to add command line options when zippingMatúš Kukan
2012-02-19gbuild: Zip: clean properly all created targets on 'make clean'Matúš Kukan
2012-02-19svtools: remove unused GraphicObject::GetReleaseFromCacheThomas Arnhold
2012-02-19vcl: dead codeThomas Arnhold
2012-02-19fix windows build, gengal.bin should be gengal.exe there according to scp2Caolán McNamara
2012-02-19Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-19configure: also, --with-lang=en-US should not trigger TRANSLATIONS build typeMiklos Vajna
2012-02-19method should be publicCaolán McNamara
2012-02-19callcatcher: update listCaolán McNamara
2012-02-19risk converting ByteString to rtl::OString for OSes I don't haveCaolán McNamara
2012-02-19ByteString->rtl::OStringCaolán McNamara
2012-02-19addexes dir seems uselessCaolán McNamara
2012-02-19entirely unused UnoMemoryStream classCaolán McNamara
2012-02-19give copy ctor a conventional signatureCaolán McNamara