Eike Rathke
33f591aa6d
adapt doctype url to reality
2011-11-19 16:15:18 +01:00
Eike Rathke
2d54f83c8d
adapt DTD doc URL to reality
2011-11-19 16:15:18 +01:00
Miklos Vajna
51a4292c99
RTFSdrImport: unneeded include
2011-11-19 12:55:31 +01:00
Muthu Subramanian
ea07e59bb9
Removing unreachable code.
...
pUndoSet is set to NULL at the beginning of the method.
2011-11-19 16:19:32 +05:30
August Sodora
89a783cde0
Removed tools/dynarray.hxx
2011-11-18 23:24:34 -05:00
August Sodora
edc4118e18
Fix scanning bug
2011-11-18 22:27:45 -05:00
August Sodora
76f4712c7d
Remove uses of pLine in scanner
2011-11-18 21:40:39 -05:00
August Sodora
53a662f530
Refactoring in scanner
2011-11-18 21:40:39 -05:00
Kohei Yoshida
ac4b051e32
Check the empty set state after launching.
...
Sometimes we get empty set especially when all rows are filtered out.
2011-11-18 21:39:49 -05:00
Markus Mohrhard
833567fa69
don't pass uno interface implementation directly
...
Passing the implementation instead of an uno reference may result in
lifetime problems if the passed interface is distroyed while the second
one is still valid
see rhbz#579817 with memcheck
2011-11-19 02:52:38 +01:00
Markus Mohrhard
0cb0952a50
little cleanup in ucalc
2011-11-19 02:52:38 +01:00
Markus Mohrhard
ed398366d5
remove libsqlite from macosx library path again and disable testPassword there
2011-11-19 02:52:38 +01:00
Tor Lillqvist
5e03999e93
osl_syncFile() should work also for NULL handles
2011-11-19 03:11:42 +02:00
Tor Lillqvist
552f521070
Add read-only pseudo-files representing a memory block
...
For Android only for now. To be used to read raw asset files from the
application package (.apk file, a zip archive).
2011-11-19 02:55:13 +02:00
Tor Lillqvist
2ad14b0e03
More misc Android work
...
Add possibility to start strace tracing the process. Unfortunately it
this doesn't seem to work as nicely as one might have hoped. If the
process crashes, the last strace output does not show up. Some
buffering that gets abruptly discarded when the straced process dies?
Add a function to the native code to look up an archive member in the
.apk and return a pointer to it. To be used for non-compressed
resources only. We mmap the whole .apk. The Zip format parsing code is
borrrowed from Mozilla's APKOpen.cpp.
Correspondingly, add to the local build.xml a re-definition of the
"-package-resources" target from Ant's build.xml modified to not
compress resources.
Improved the Makefile a lot. New target "install" to build the apk and
install it without constructing the apk twice.
Other minor changes here and there.
2011-11-19 02:55:12 +02:00
Tor Lillqvist
79d0853239
Do build the unoexceptionprotector also when cross-compiling
2011-11-19 02:55:11 +02:00
Tomas Chvatal
a738b25f7c
Remove layout from configure opts (does nothing now).
2011-11-19 00:00:47 +01:00
Andras Timar
949ee7c308
add --enable-silent-msi configure switch
...
On Windows it is now configurable to create an MSI installer
which installs LibreOffice without user interaction.
2011-11-18 23:47:35 +01:00
Miklos Vajna
59a0064c2a
RTFDocumentImpl: remove 15 unused includes
2011-11-18 23:44:24 +01:00
Felix Zhang
ddb1d5ebf0
remove unused Sdr methods
2011-11-18 23:35:52 +01:00
Kohei Yoshida
898c527481
Disable the OK button when no items are selected.
...
When filtering by equality, we need to have at least one value to
compare to, or else bad things may happen.
The pivot table OTOH can handle empty set. So over there, it's okay
to allow no items to be selected.
2011-11-18 16:59:43 -05:00
Markus Mohrhard
b352f5357c
macros_test does not need to inherit from Filters-Test
2011-11-18 22:48:20 +01:00
Markus Mohrhard
67f8ddd3a0
basic component is no longer needed in filters-test
2011-11-18 22:48:13 +01:00
Markus Mohrhard
a66be63469
refactor the new bugFile tests
2011-11-18 22:34:12 +01:00
Markus Mohrhard
fe5f715cad
and another missing component for xls
2011-11-18 22:34:12 +01:00
Markus Mohrhard
21c437d17b
allow testing of bugfiles in sc's filters-test
2011-11-18 22:34:12 +01:00
Markus Mohrhard
5455ffb97e
add component files so that we can import all ods, xls, xlsx in tests
2011-11-18 22:34:12 +01:00
Markus Mohrhard
84de459738
fix crash in dociter.cxx during import
2011-11-18 22:34:12 +01:00
Michael Stahl
986ac894f4
SwSectionFrm: s/sal_Bool/bool/
2011-11-18 22:24:21 +01:00
Michael Stahl
eedfbf5b8b
fdo#42865: let's try map file for windows only
2011-11-18 22:24:21 +01:00
Caolán McNamara
6c1ac01a4a
fdo#42534: SwRootFrm: clear SwLayouter in dtor
...
This crash is probably a regression introduced by CWS swlayoutrefactoring.
2011-11-18 22:24:20 +01:00
Michael Stahl
9de2110e5b
SwCursor::RestoreSavePos: assert on invalid position
2011-11-18 22:24:20 +01:00
Tomofumi Yagi
af0333e586
fdo#40831: SwCursor::RestoreSavePos:
...
Check that position is valid, so the cursor does not point to a
non-existent node.
2011-11-18 22:24:20 +01:00
Michael Stahl
82a716f29c
fdo#40831: SwView::ExecSearch:
...
Replace may delete nodes, so the current cursor position must be stored
in a way so that it is corrected when nodes are removed.
2011-11-18 22:24:19 +01:00
Michael Stahl
e0d4e6f22a
i#102333: SwDoc::ReplaceRangeImpl:
...
The fix for this (230fcf4a45
) was not
quite right; there are 2 different join modes, and moving the cursor
backward is required in one of them, but not the other.
This can be seen when doing replace all ^$ with several consecutive
empty lines.
2011-11-18 22:24:19 +01:00
Michael Stahl
74f53711fa
SwDoc::ReplaceRange: prevent assertion
2011-11-18 22:24:19 +01:00
Michael Stahl
72318173b6
SwUndoReplace::Impl::UndoImpl: prevent assertion:
...
unregister SwIndex local variable from node to be deleted
2011-11-18 22:24:19 +01:00
Michael Stahl
0fbd0bbfec
SwWrtShell::GetDoStrings: bogus assertion
2011-11-18 22:24:18 +01:00
Michael Stahl
0d09e4025e
ComponentTarget: do not generate broken component files
2011-11-18 22:24:18 +01:00
Michael Stahl
fa0512fe72
xmlsecurity: fix typo
2011-11-18 22:24:17 +01:00
Michael Stahl
a042c2a6ab
svidl: write dependencies with cygwin paths
2011-11-18 22:24:11 +01:00
Kohei Yoshida
43cab25e27
Get top10, empty and non-empty special queries to work.
2011-11-18 16:20:24 -05:00
Kohei Yoshida
aaad72db33
Execute launching of standard filter dialog.
2011-11-18 15:51:19 -05:00
Kohei Yoshida
27434041af
We probably don't need to do this for the new popup.
2011-11-18 15:44:18 -05:00
Kohei Yoshida
e2aca79c01
Register modes for non-standard autofiltering options.
2011-11-18 15:40:12 -05:00
Kohei Yoshida
ab5c5c9d80
Fix painting of autofilter buttons.
2011-11-18 15:26:58 -05:00
Kohei Yoshida
de171082fc
Use scoped_ptr instead of auto_ptr; auto_ptr is deprecated.
2011-11-18 14:37:47 -05:00
Kohei Yoshida
e046efdbb5
Removing the switch. Now we use the new autofilter popup for good.
2011-11-18 14:13:25 -05:00
Kohei Yoshida
bf034403ac
String to rtl::OUString.
2011-11-18 14:13:25 -05:00
Kohei Yoshida
e48ea72a2f
A little cleanup.
2011-11-18 14:13:25 -05:00