Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-20 | WaE: add virtual dtor | Caolán McNamara | |
2012-02-20 | Remove unused code | Elton Chung | |
2012-02-20 | Remove unused code in XMLTextListAutoStylePool. | Santiago Martinez | |
2012-02-20 | Remove unused code | Petr Vorel | |
2012-02-20 | Improve (?) explanation | Tor Lillqvist | |
2012-02-20 | Replace installer::parameter::make_absolute_path. | Tim Retout | |
2012-02-20 | Avoid using installer::parameter in installer::ziplist | Tim Retout | |
2012-02-20 | Remove unused pre2par::parameter::make_path_absolute | Tim Retout | |
2012-02-20 | It's safer to run one job at a time in instsetoo_native on Windows | Matúš Kukan | |
2012-02-20 | Make ridljar JunitTests work | Stephan Bergmann | |
2012-02-20 | Do not remove the destdir prefix in any case | Stephan 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-20 | Fix libvisio's makefile.mk | Fridrich Štrba | |
2012-02-20 | n#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-20 | Shared libraries must in practice be called lib*.so on Android | Tor 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-20 | Uploading new release of libvisio | Fridrich Štrba | |
2012-02-20 | Add Emacs mode line | Tor Lillqvist | |
2012-02-20 | Link with gb_STDLIBS here, too | Tor 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-20 | removal of XInplaceLayout.java was reverted later... | David Tardon | |
This reverts commit e0bea132d86b417975a7b73464fb527a6c3c1cbe. | |||
2012-02-20 | _XInplaceLayout.java is gone | David Tardon | |
2012-02-20 | Remove unused code in XclExpName | Santiago Martinez | |
2012-02-20 | Remove unused code in XclRoot. | Santiago Martinez | |
2012-02-20 | move SvListView from Table to ptr_map, related fdo#45679 | Markus Mohrhard | |
2012-02-20 | we do want also create library for smoketest and deliver it | Matúš Kukan | |
2012-02-19 | add testRefresh to ScDatabaseRangeObj, related fdo#44167 | Markus Mohrhard | |
2012-02-19 | add testRefresh to XDatabaseRange | Markus Mohrhard | |
XDatabase range test case is now finished | |||
2012-02-19 | this test uses ScNamedRangeObj.ods too | Markus 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-19 | disabled officecfg unittest due to dependencies problems | Norbert Thiebaud | |
2012-02-19 | Add missing $ | Matúš Kukan | |
2012-02-19 | fix MinGW build | Matúš Kukan | |
2012-02-19 | fix handling of component files in mergelibs mode | Matúš Kukan | |
2012-02-19 | add configmgr, ucb1, ucpfile1, xcr to libmerged | Matúš Kukan | |
2012-02-19 | add configmgr to tail_build | Matúš Kukan | |
2012-02-19 | tail_build: add test, toolkit, vcl, xmlscript | Matúš Kukan | |
2012-02-19 | gbuild: add gb_CppunitTest_abort_on_assertion for smoketest | Matúš Kukan | |
2012-02-19 | Makefile: adapt to gbuild'ized smoketest, create target for installing | Matúš Kukan | |
2012-02-19 | gbuild'ize smoketest(oo_native) and merge them | Matúš Kukan | |
Add smoketest to tail_build and make it a subsequentcheck target. | |||
2012-02-19 | gbuild: Zip: allow to add command line options when zipping | Matúš Kukan | |
2012-02-19 | gbuild: Zip: clean properly all created targets on 'make clean' | Matúš Kukan | |
2012-02-19 | svtools: remove unused GraphicObject::GetReleaseFromCache | Thomas Arnhold | |
2012-02-19 | vcl: dead code | Thomas Arnhold | |
2012-02-19 | fix windows build, gengal.bin should be gengal.exe there according to scp2 | Caolán McNamara | |
2012-02-19 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-19 | configure: also, --with-lang=en-US should not trigger TRANSLATIONS build type | Miklos Vajna | |
2012-02-19 | method should be public | Caolán McNamara | |
2012-02-19 | callcatcher: update list | Caolán McNamara | |
2012-02-19 | risk converting ByteString to rtl::OString for OSes I don't have | Caolán McNamara | |
2012-02-19 | ByteString->rtl::OString | Caolán McNamara | |
2012-02-19 | addexes dir seems useless | Caolán McNamara | |
2012-02-19 | entirely unused UnoMemoryStream class | Caolán McNamara | |
2012-02-19 | give copy ctor a conventional signature | Caolán McNamara | |