summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-24Cleanup: unused / duplicated artworkThorsten Behrens
* the framework/res stuff was stale, only the brand/ thing is used nowadays * framework/source/services/backingwindow.cxx only used left/right/space, the rest can go
2011-11-24Cleanup: remove unused artwork, consolidate remaining.Thorsten Behrens
* the *.ico files were simply copied around, for the msi templates, and then later customized by copying nologobanner/install onto them * now holding only one copy of the icons, removed later-deleted other *.bmp files
2011-11-24tweak toolbar layout for gsoc formula/input bar & other misc changesNoel Power
summary: * tweak toolbar layout to layout the toolbar items aligned to top of highest item * make Capture/ReleaseMouse logic much simpler * make resize detection simpler * control toolbar height ( e.g. don't let visible grid area be overrun by toolbar )
2011-11-24fdo#37626: form wizard recognise "#" also at beginning of lineLionel Elie Mamane
This was keeping the Base form wizard from applying styles
2011-11-24psql-sdbc: TODO noteLionel Elie Mamane
2011-11-24Desktop launcher w/o version number for silent MSI versionAndras Timar
2011-11-24implement mathml docx import m:borderBoxLuboš Luňák
2011-11-24prefer widevec, widetilde and widehat for mathml docx importLuboš Luňák
2011-11-24mathml docx read m:barLuboš Luňák
2011-11-24skip elements properlyLuboš Luňák
2011-11-24mathml docx import - handle m:fPrLuboš Luňák
2011-11-24remove debug outputLuboš Luňák
2011-11-24remove executable bit on a source fileLuboš Luňák
2011-11-24at least partial implementation of reading mathml docx m:eLuboš Luňák
2011-11-24oox::AttributeList is actually not that usable outsideLuboš Luňák
2011-11-24fix inverted bool argumentLuboš Luňák
2011-11-24mathml docx import, implement m:acc (without the inner m:e)Luboš Luňák
2011-11-24more api improving in importing mathml docxLuboš Luňák
2011-11-24streamline and document the API for mathml xml stream readingLuboš Luňák
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák
2011-11-24oox/namespaces.txt actually is generatedLuboš Luňák
2011-11-24remove debug outputLuboš Luňák
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák
still needs a number of cleanups (and handling more of course)
2011-11-24remove executable bit from source fileLuboš Luňák
2011-11-24install also oox namespace.hxxLuboš Luňák
2011-11-24clean up .mk files for oox generated filesLuboš Luňák
one was unused, and keep similar things together
2011-11-24rename SmOoxml to SmOoxmlExport, as it does only exportLuboš Luňák
2011-11-24initial (very hacky) work on mathml ooxml importLuboš Luňák
This commit needs to be generally reworked for upstream, but it more or less works.
2011-11-24remove executable bit on a .cxx fileLuboš Luňák
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard
2011-11-24ManageNames: moving the header separator now updates the table tooMarkus Mohrhard
2011-11-24upstream seamoney-is-iceape.diff from libreoffice/buildBjoern Michaelsen
2011-11-24upstream open-url-support-iceanimals.diff from libreoffice/buildBjoern Michaelsen
2011-11-24Reduce logging verbosity and tune levelsTor Lillqvist
2011-11-24Use RTLD_DEFAULT on AndroidTor Lillqvist
dlopen()ing NULL (the main program) and dlsym()ing on that handle does not work on Android as in GNU/Linux. So don't bother with that, just call dlsym(RTLD_DEFAULT, symbol) instead. But, it doesn't help, it won't find the type_infos anyway, as they are weak symbols and the dlsym() at least in Android 4.0 does not like weak symbols, "Symbol is not global." So the fallback branch that dynamically generates a type_info, which normally should get used only for inter-process UNO (and thus presumably never on Android) is taken instead. But, that didn't work either at least with NDK r7 thanks to a bug in its libgnustl_shared.so. But we now patch that at run-time in android_main() in sal/osl/android/jni/lo-bootstrap.c. Are we having fun yet?
2011-11-24Binary patch the mmapped libgnustl_shared.so from NDK r7Tor Lillqvist
Poke in a jump to our replacement for std::type_info::operator==. See http://code.google.com/p/android/issues/detail?id=22165 .
2011-11-24No symbol versioning on AndroidTor Lillqvist
2011-11-24Add "clean" targetTor Lillqvist
2011-11-24remove private copy ctor, base class SwClient is noncopyableIvan Timofeev
2011-11-24check glossary path for sanityCaolán McNamara
2011-11-24fdo#43152 ooo#114415 fixed crash on unnamed form elementEike Rathke
An unnamed form element without parent container lead to a crash when trying to obtain a unique name by iterating over (now not) existing container elements.
2011-11-24might need to augment library pathCaolán McNamara
2011-11-24Fix logic inversionDaisuke Nishino
2011-11-24WaE: uninitialized valueCaolán McNamara
2011-11-24WaE: uninitialized valueCaolán McNamara
2011-11-24ditch dbg_dumpCaolán McNamara
2011-11-24strip down old string class some moreCaolán McNamara
2011-11-24document that the mozilla build tooling is for nss as well as mozillaCaolán McNamara
2011-11-24RTF import: partly fixed the WMF images scaling.Cédric Bosdonnat
2011-11-24Fixed wrong scaling of the anchor iconsTim Hardeck
The size of the anchor icons, handles and similar were always one pixel too small which resulted in a blurry image.