Commit graph

299186 commits

Author SHA1 Message Date
August Sodora
bc2a59e09d callcatcher: Remove unused code 2012-01-08 11:48:09 -05:00
August Sodora
dd7eeed27d Remove uses of pLine in scanner 2012-01-08 11:48:08 -05:00
Andras Timar
6b3ed4a5e3 update readme fdo#37951 2012-01-08 15:30:44 +01:00
Markus Mohrhard
aeddbade54 don't set document modified for copy and select all, fdo#44423 2012-01-08 04:19:12 +01:00
Markus Mohrhard
baed170c41 return earlier from ScInterpreter::GetDBParams on error, fdo#44442 2012-01-08 04:19:12 +01:00
Markus Mohrhard
7922d1d8b6 limit the number of sheets again to 10000
Our 32bit builds have problems to generate more sheets and crash with a
std::bad_alloc

Increase this limit again as soon as we can handle std::bad_alloc
2012-01-08 04:19:12 +01:00
Kohei Yoshida
08708fcc39 Mark detective arrows clearly since we need to treat them differently.
Otherwise it gets confused with normal arrow objects during re-
positioning.
2012-01-07 21:03:28 -05:00
Miklos Vajna
be9c3de16a create-tags: fix "./config_host.mk: Permission denied" 2012-01-08 02:28:56 +01:00
Kohei Yoshida
5bc315f5f5 More unit test code to test copying a sheet with drawing object. 2012-01-07 19:21:25 -05:00
Kohei Yoshida
d831f352ba More unit test code for drawing objects. Found another bug & fixed it.
Inserting a new sheet would not update the anchored sheet index. Fixed.
2012-01-07 19:11:34 -05:00
Kohei Yoshida
834f7c51ea Reset sheet index of drawing objects when moving sheet too.
If not, cell-anchored objects would get stuck on the old sheet
position, which is not good.
2012-01-07 18:48:56 -05:00
Kohei Yoshida
aeb3af4ea0 Better to internalize the sheet ID reset within ScDrawLayer... 2012-01-07 18:48:56 -05:00
August Sodora
d3a52bd7b3 scanner cleanup for consistency 2012-01-07 18:33:32 -05:00
August Sodora
1e04280bce Refactor readLine in scanner 2012-01-07 18:33:31 -05:00
August Sodora
db1faf4868 Remove unused class SttResId 2012-01-07 18:33:31 -05:00
Kohei Yoshida
1f6e412a8f Reset sheet ID of cell-anchored drawing objects when deleting sheet(s).
This prevents drawing objects from disappearing on file reload.
2012-01-07 18:20:56 -05:00
August Sodora
6c3cfe6059 Generate docs for basic 2012-01-07 17:47:07 -05:00
August Sodora
a3b6842cc9 cppcheck: cstyleCast 2012-01-07 17:47:07 -05:00
August Sodora
743e627bcf Remove unused code 2012-01-07 17:47:06 -05:00
August Sodora
809438ad92 Remove unused code 2012-01-07 17:47:06 -05:00
August Sodora
e0cf30f54a Remove unused code 2012-01-07 17:47:05 -05:00
August Sodora
66291199a3 Remove unused code 2012-01-07 17:47:05 -05:00
August Sodora
677fe9e4a8 Remove unused code 2012-01-07 17:47:05 -05:00
Andras Timar
1e847daddf yet another few strings to localize 2012-01-07 22:56:54 +01:00
Andras Timar
b95be347d4 make measurement units localizable 2012-01-07 22:09:28 +01:00
Ivan Timofeev
ba759d70ba Add a missing space in the format -> page -> organizer tab 2012-01-07 21:32:21 +02:00
Markus Mohrhard
f8708acc5b another missing null pointer check in multilinebar, fdo#44518 2012-01-07 20:18:21 +01:00
Takeshi Abe
ff580eb39b catch exception by constant reference 2012-01-08 03:35:43 +09:00
Marcel Metz
5b031b4ea6 Remove superfluous _ZFORLIST_DECLARE_TABLE definition. 2012-01-07 22:14:05 +04:00
Julien Nabet
948f57e74d Fix fdo#44065 2012-01-07 17:52:14 +01:00
Ivan Timofeev
bcaa334ad6 move overlapped controls 2012-01-07 19:19:29 +04:00
David Tardon
e99464ea0f use custom target for generated source 2012-01-07 15:40:57 +01:00
David Tardon
5bbdab11f6 split module targets' registration 2012-01-07 15:40:57 +01:00
David Tardon
4492deb4d5 use custom target for generated source 2012-01-07 15:40:56 +01:00
Matúš Kukan
c3fdb4973b add gthread external here 2012-01-07 12:54:16 +01:00
Matúš Kukan
f40fe7f167 add fpicker to tail_build 2012-01-07 12:05:44 +01:00
Matúš Kukan
c1ac62c0eb sal.map: allow different name mangling 2012-01-07 12:05:44 +01:00
Olivier Hallot
49e11ffbe1 Fix for fdo43460 Part XXX getLength() to isEmpty()
Part XXX
Modules
sc
2012-01-07 07:37:38 -02:00
Takeshi Abe
e4ce7225dd catch exception by constant reference 2012-01-07 15:51:31 +09:00
Kohei Yoshida
d74c77428d Removing debug statements. 2012-01-07 00:15:19 -05:00
Kohei Yoshida
f0c9362d9d New unit test code for drawing objects. 2012-01-07 00:01:08 -05:00
Jan Holesovsky
60c968e9a2 Page Breaks: IsLeaveWindow() is unreliable, we do not need it here. 2012-01-07 04:28:18 +01:00
Jan Holesovsky
aa3bfbe776 Header/Footer, Page Breaks: Delay appearing by 500ms.
The delay was a good idea, just the 1s was too long.
2012-01-07 04:28:18 +01:00
Jan Holesovsky
6abeafcd6a Page Breaks: Vertically center the control.
It is not necessary to draw it below the line when we draw it where the cursor
stands; avoids disappearing when the user moves the cursor a bit up.
2012-01-07 04:28:17 +01:00
Kohei Yoshida
8bf08458ff fdo#36387: Get external references to work with AND and OR. 2012-01-06 22:20:23 -05:00
Kohei Yoshida
f60c1cd239 fdo#44467: Deleting sheets should adjust drawing object pages as well.
Good thing we caught this, because we were also leaking memory by not
deleting the deleted sheet instances.
2012-01-06 21:00:11 -05:00
Marcel Metz
d59211357a Removed unnecessary tools/debug.hxx includes. 2012-01-06 23:55:51 +01:00
Marcel Metz
4beb58e0dd Removed unnecessary tools/ref.hxx includes. 2012-01-06 23:55:51 +01:00
Marcel Metz
5845c5b6ec Removed unnecessary tools/link.hxx includes. 2012-01-06 23:55:50 +01:00
Matúš Kukan
259e51677b extensions: nsplugin: dl is for linux 2012-01-06 23:35:54 +01:00