Commit graph

304716 commits

Author SHA1 Message Date
Eike Rathke
e1ca72ca9f resolved rhbz#813280 the current document is not always the first in list
i.e. if more than one document open and dialog invoked on any but the first
document.
2012-04-17 20:57:34 +02:00
Kohei Yoshida
fe4f272a38 no TYPEINFO for edit undo objects. 2012-04-17 14:57:13 -04:00
Kohei Yoshida
1159a53474 Make more methods of ImpEditEngine private to avoid direct access. 2012-04-17 14:57:13 -04:00
Kohei Yoshida
de7152a8aa This doesn't have to be public. 2012-04-17 14:57:12 -04:00
Takeshi Abe
84a1ca6d91 fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValue
this fixed a regression slipped into 8808d77f19
2012-04-18 03:38:53 +09:00
Kalman Szalai - KAMI
e0c713aa4c Update OxygenOffice's config 2012-04-17 20:19:09 +02:00
Kohei Yoshida
56ef4ea055 Removed all references to ImpEditEngine from all of edit undo classes. 2012-04-17 12:50:24 -04:00
Kohei Yoshida
d5c2846b37 None of the edit undo classes access ImpEditEngine directly. 2012-04-17 12:50:24 -04:00
Rene Engelhard
68fc62667c add 5.3 into the db check for-loop 2012-04-17 17:49:16 +02:00
Caolán McNamara
9ff94ae0fa png parsing regression test 2012-04-17 16:46:14 +01:00
Takeshi Abe
b1bee56af9 calling GetChar() only once suffices 2012-04-18 00:24:17 +09:00
Takeshi Abe
f00d60997e replaced String by rtl::OUString 2012-04-18 00:24:17 +09:00
Noel Power
45b57a9dfb prevent getFileURL() & getLinkTargetURL() asserting for broken links 2012-04-17 15:52:27 +01:00
Tomas Chvatal
cf1e3b9132 Use proper variable when using system clucene.
Thanks to Caolan for the fix.
2012-04-17 16:38:39 +02:00
Noel Power
46e18bc915 enable '*' repeat next char to fill available width for calc num formats
but - however no support to import/export this to file format yet
2012-04-17 14:30:32 +01:00
Noel Power
f39d0b8377 add support for MousePointer attribute in controls
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-17 14:30:31 +01:00
Luboš Luňák
0a9161263b implement relativeHeight (z-order) in .docx import (part of bnc#747461) 2012-04-17 13:57:05 +02:00
Luboš Luňák
e05e77f4b7 fix UNO ZOrder reading
http://lists.freedesktop.org/archives/libreoffice/2012-April/030206.html
2012-04-17 13:55:42 +02:00
Gökçen Eraslan
cd2d737dd5 Fix handling of deleted bugzilla attachments
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-17 13:42:46 +02:00
Michael Meeks
212c184308 remove redundant artwork 2012-04-17 11:14:13 +01:00
Rob Snelders
808be9732e fdo#40778 Remove dictionary choice when adding new entry to the spellchecker 2012-04-17 12:16:18 +02:00
Florian Allmann-Rahn
223b99165a translated or removed german comments in connectivity, cppuhelper and cui 2012-04-17 11:32:31 +02:00
Miklos Vajna
b42ac1ffe5 configure: make --with-system-dicts the default
Also, if /usr/share/hunspell doesn't exist, look for /usr/share/myspell
as well.
2012-04-17 11:17:41 +02:00
Caolán McNamara
605c51cebb attachmentid should be stable across mime-type changes 2012-04-17 09:49:07 +01:00
Caolán McNamara
18825a4d59 callcatcher: update unused code list 2012-04-17 09:27:47 +01:00
Caolán McNamara
fa4d647b48 String::ToInt32->rtl::OUString::toInt32 2012-04-17 09:27:46 +01:00
Tomas Chvatal
81c20913cd Add the system-clucene under the with-system-libs
As the distros already had enough time to pick up the required patch and most did.
2012-04-17 10:06:01 +02:00
Tomas Chvatal
b3fa15b05f Fix help string in --with-flat-logo. 2012-04-17 10:01:26 +02:00
Tomas Chvatal
f9f8d9ac12 --enable-ext-languagetool requires --with-java now bit more sanely. 2012-04-17 09:57:19 +02:00
Tomas Chvatal
a774c6e385 Revert "--enable-ext-languagetool requires --with-java"
This reverts commit 844b4520a9.
2012-04-17 09:55:28 +02:00
Gökçen Eraslan
0410132972 fdo#46538 Easyhack: Add support for more bug trackers to 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-17 09:41:11 +02:00
Tor Lillqvist
7c3c0c557e WaE: unused functions 2012-04-17 10:07:08 +03:00
Kohei Yoshida
620ca8c527 Remove the last undo friend from ImpEditEngine. 2012-04-16 23:50:20 -04:00
Kohei Yoshida
ba644a0947 EditUndoSplitPara 2012-04-16 23:50:20 -04:00
Kohei Yoshida
6199bd3f73 EditUndoSplitPara 2012-04-16 23:50:20 -04:00
Kohei Yoshida
a5927d2166 Same with EditUndoConnectParas. 2012-04-16 23:50:20 -04:00
Kohei Yoshida
c998665f8a Same with EditUndoDelContent. 2012-04-16 23:50:19 -04:00
Kohei Yoshida
1ab81c180b same with EditUndoRemoveChars. 2012-04-16 23:50:19 -04:00
Kohei Yoshida
c6eceac87b EditUndoInsertCharts is no longer a friend of ImpEditEngine. 2012-04-16 23:50:19 -04:00
Kohei Yoshida
c5cf5f700f Have EditUndo also return EditEngine*.
This is the first step toward having the undo classes use EditEngine
instead of ImpEditEngine.
2012-04-16 23:50:19 -04:00
Kohei Yoshida
e57525b61a fdo#48431: More reliable way to check for RTL text.
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-16 22:05:49 -04:00
Tor Lillqvist
049d3f1973 More static UNO component linkage 2012-04-17 00:28:48 +03:00
Tor Lillqvist
c92e66c38a More static UNO component linkage 2012-04-17 00:28:47 +03:00
Tor Lillqvist
cc3d8ac247 More informative warning message 2012-04-17 00:28:46 +03:00
Tor Lillqvist
5c61f5d894 Deduplicate some functions for iOS static linking (DISABLE_DYNLOADING) 2012-04-17 00:28:45 +03:00
Tor Lillqvist
cfdeb0895a prefix the component_getFactory name for DISABLE_DYNLOADING 2012-04-17 00:28:45 +03:00
Kohei Yoshida
29e7777de5 EdtAutoCorrDoc no longer a friend of ImpEditEngine. 2012-04-16 17:13:36 -04:00
Kohei Yoshida
e1520a9d6a Let's use boost::scoped_ptr for this. 2012-04-16 17:13:35 -04:00
Kohei Yoshida
09cc69d099 EditHTMLParser is no loger a friend of ImpEditEngine. 2012-04-16 17:13:35 -04:00
Kohei Yoshida
a4bc804627 Use boost::scoped_ptr for this. 2012-04-16 17:13:35 -04:00