summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-18Use static linking when DISABLE_DYNLOADING (iOS)Tor Lillqvist
2012-04-18Just link statically to ScFilterCreate() in the DISABLE_DYNLOADING caseTor Lillqvist
2012-04-18Add static mapping of the fastsax componentTor Lillqvist
2012-04-18Just link statically to CreateUnoWrapper() in the DISABLE_DYNLOADING caseTor Lillqvist
2012-04-17fdo#38635: sw: fix border corner gaps:Michael Stahl
The start and end points of the vertical and adjacent horizontal borders were apart by 1.5 to 3 twips, leading to small visible gaps in the corners. This is fixed by using lcl_AlignWidth/lcl_AlignHeight on the border widths, and by always computing the start/end positions from the outer edge, which makes the horizontal and vertical start/end points match. (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2)
2012-04-17forgot the normal range namesMarkus Mohrhard
2012-04-17some more uno removement in oox range name importMarkus Mohrhard
2012-04-17Remove some unused methodsJulien Nabet
2012-04-17WaE: MacOSX pScRangeData may be unused uninitializedCaolán McNamara
2012-04-17WaE: MacOSX itemZOrder may be unused uninitializedCaolán McNamara
2012-04-17enable sctablesheetobj againMarkus Mohrhard
2012-04-17transferring java XPrintAreas to c++Artur Dorda
2012-04-17add a simple test case for shared formula importMarkus Mohrhard
Thanks to Kohei for the test document Please only change this file with Excel and check after changing it that it still contains shared formulas in all places.
2012-04-17Converting UNO calls to direct in WorkbookHelperDaniel Bankston
2012-04-17Have operators of ScViewOptions and ScPrintOptions return bool instead of intAlbert Thuswaldner
2012-04-17resolved rhbz#813280 the current document is not always the first in listEike Rathke
i.e. if more than one document open and dialog invoked on any but the first document.
2012-04-17no TYPEINFO for edit undo objects.Kohei Yoshida
2012-04-17Make more methods of ImpEditEngine private to avoid direct access.Kohei Yoshida
2012-04-17This doesn't have to be public.Kohei Yoshida
2012-04-18fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValueTakeshi Abe
this fixed a regression slipped into 8808d77f199720be596a09084fbc36569ed2f1f1
2012-04-17Update OxygenOffice's configKalman Szalai - KAMI
2012-04-17Removed all references to ImpEditEngine from all of edit undo classes.Kohei Yoshida
2012-04-17None of the edit undo classes access ImpEditEngine directly.Kohei Yoshida
2012-04-17add 5.3 into the db check for-loopRene Engelhard
2012-04-17png parsing regression testCaolán McNamara
2012-04-18calling GetChar() only once sufficesTakeshi Abe
2012-04-18replaced String by rtl::OUStringTakeshi Abe
2012-04-17prevent getFileURL() & getLinkTargetURL() asserting for broken linksNoel Power
2012-04-17Use proper variable when using system clucene.Tomas Chvatal
Thanks to Caolan for the fix.
2012-04-17enable '*' repeat next char to fill available width for calc num formatsNoel Power
but - however no support to import/export this to file format yet
2012-04-17add support for MousePointer attribute in controlsNoel Power
For Useforms it doesn't quite work exactly as MSO, for examply if we set the MousePointer for the Userform it works as expected until we mouse over another control at which point the mouse pointer is changed to that of the control. In MSO it would appear that the Userform mousepointer is king, perhaps all that is necessary is to apply the mouse pointer to each contained control, needs some investigation. Also only a limited number of the possible mouse pointer styles are processed, the conversions of mso -> lo pointer styles ( and vice-versa ) and not really tested to see if they all make sense
2012-04-17implement relativeHeight (z-order) in .docx import (part of bnc#747461)Luboš Luňák
2012-04-17fix UNO ZOrder readingLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-April/030206.html
2012-04-17Fix handling of deleted bugzilla attachmentsGökçen Eraslan
As in https://bugs.kde.org/show_bug.cgi?ctype=xml&id=53343 <data> tag may not have a value if the attachment is deleted.
2012-04-17remove redundant artworkMichael Meeks
2012-04-17fdo#40778 Remove dictionary choice when adding new entry to the spellcheckerRob Snelders
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