summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-17translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn
2012-04-17configure: make --with-system-dicts the defaultMiklos Vajna
Also, if /usr/share/hunspell doesn't exist, look for /usr/share/myspell as well.
2012-04-17attachmentid should be stable across mime-type changesCaolán McNamara
2012-04-17callcatcher: update unused code listCaolán McNamara
2012-04-17String::ToInt32->rtl::OUString::toInt32Caolán McNamara
2012-04-17Add the system-clucene under the with-system-libsTomas Chvatal
As the distros already had enough time to pick up the required patch and most did.
2012-04-17Fix help string in --with-flat-logo.Tomas Chvatal
2012-04-17--enable-ext-languagetool requires --with-java now bit more sanely.Tomas Chvatal
2012-04-17Revert "--enable-ext-languagetool requires --with-java"Tomas Chvatal
This reverts commit 844b4520a9f0879d7b756654cef8fdbaa03a9000.
2012-04-17fdo#46538 Easyhack: Add support for more bug trackers to ↵Gökçen Eraslan
get-bugzilla-attachments-by-mimetype This adds support for Novell, KDE (for KOffice/Calligra), GNOME (for Gnumeric), AbiSource (for AbiWord) bugzillas and Launchpad to bin/get-bugzilla-attachments-by-mimetype script as required by easyhack#46538. However, there two glitches and workarounds: 1- As stated in the code, Novell bugzilla requires users to log in to bugzilla in order to get full information about the bugs such as attachment bodies etc. Since Novell bugzilla uses some proprietary login extensions it's hard to implement log in mechanism and use it via xmlrpc API. python-bugzilla claims that it supports Novell bugzilla login but I could not make it work. As a workaround, comments containing "Created an attachment (id=xxxxxxx)" pattern are parsed and attachments are downloaded using urllib. Attachments are filtered using mimetype info obtained from http headers. 2- For launchpad, launchpadlib python module is used. But currently launchpad api does not support really advanced search like bugzilla. For example, it's not possible to search for bugs having application/pdf attachments. So, again a workaround is used. Code iterates over all the bugs of the *libreoffice* source package and check their attachments.
2012-04-17WaE: unused functionsTor Lillqvist
2012-04-16Remove the last undo friend from ImpEditEngine.Kohei Yoshida
2012-04-16EditUndoSplitParaKohei Yoshida
2012-04-16EditUndoSplitParaKohei Yoshida
2012-04-16Same with EditUndoConnectParas.Kohei Yoshida
2012-04-16Same with EditUndoDelContent.Kohei Yoshida
2012-04-16same with EditUndoRemoveChars.Kohei Yoshida
2012-04-16EditUndoInsertCharts is no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-16Have EditUndo also return EditEngine*.Kohei Yoshida
This is the first step toward having the undo classes use EditEngine instead of ImpEditEngine.
2012-04-16fdo#48431: More reliable way to check for RTL text.Kohei Yoshida
This is probably more reliable way to fix fdo#32530 such that it won't cause the regression in rendering Thai texts as reported in fdo#48431.
2012-04-17More static UNO component linkageTor Lillqvist
2012-04-17More static UNO component linkageTor Lillqvist
2012-04-17More informative warning messageTor Lillqvist
2012-04-17Deduplicate some functions for iOS static linking (DISABLE_DYNLOADING)Tor Lillqvist
2012-04-17prefix the component_getFactory name for DISABLE_DYNLOADINGTor Lillqvist
2012-04-16EdtAutoCorrDoc no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-16Let's use boost::scoped_ptr for this.Kohei Yoshida
2012-04-16EditHTMLParser is no loger a friend of ImpEditEngine.Kohei Yoshida
2012-04-16Use boost::scoped_ptr for this.Kohei Yoshida
2012-04-16EditRTFParser no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-16Removed StgHeader::SetClassId(ClsId const &)Laureano G. Linde
2012-04-16a tiny spelling mistakUdo Schuermann
2012-04-16Remove unused code in sdSantiago Martinez
2012-04-16Remove unused code in connectivity.Santiago Martinez
2012-04-16Remove unused code in sc.santi
2012-04-17removed useless static dataTakeshi Abe
2012-04-17removed unused definesTakeshi Abe
2012-04-16Resolves: fdo#48368 CRASH closing IDEJulien Nabet
2012-04-16make that warning, not errorDavid Tardon
2012-04-16mingw: unbreak make checkDavid Tardon
Even if it does nothing because there is no installation available .-)
2012-04-16this is only for _building_ on windowsDavid Tardon
2012-04-16WaE: could not convert ... from 'const char*' to 'const rtl::OUString'David Tardon
2012-04-16mingw: avoid weird build error and -WerrorDavid Tardon
The error message is: "'*((void*)& aBoundColumn +2)' may be used uninitialized in this function" using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 .
2012-04-16mingw: avoid weird build error and -WerrorDavid Tardon
The error message is: "'*((void*)& aValue +1)' may be used uninitialized in this function" using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 .
2012-04-16WaE: "NOMINMAX" redefinedDavid Tardon
2012-04-16WaE: declaration of 'size' shadows a member of 'this'David Tardon
2012-04-16WaE: passing NULL to non-pointer argumentDavid Tardon
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon
2012-04-16WaE: 'auto_ptr' is deprecatedDavid Tardon
2012-04-16WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon