Commit graph

296629 commits

Author SHA1 Message Date
Caolán McNamara
705e5fe947 callcatcher: remove some unused code 2011-11-19 21:11:01 +00:00
François Tigeot
fd094baaf7 Fix --with-max-jobs description 2011-11-19 21:51:37 +01:00
François Tigeot
e5ecb04eab Remove obsolete parameter --disable-nss-module 2011-11-19 21:39:47 +01:00
François Tigeot
752f365a26 Do not use mozilla headers
The configure script checks for them by default now. Disable this
nonsense.
2011-11-19 20:08:17 +01:00
Norbert Thiebaud
993f9f7c89 Re-do Removed tools/dynarray.hxx , now that binfitler is ready for it 2011-11-19 12:43:33 -06:00
Norbert Thiebaud
6db8af3e8b Revert "Removed tools/dynarray.hxx", break binfilter
This reverts commit 89a783cde0.
2011-11-19 10:14:18 -06:00
Eike Rathke
4b030331f7 add narrow (one letter) month names
While introducing Calendar2 and the XCalendar3 interface anyway, as well the
"one letter" narrow month names sometimes needed in calendaring can be added.
These are not always the first capitalized letters of the months in all
locales, and might even not necessarily be just one character.

Introduces a new struct css::i18n::Calendar2 that is not derived from
css::i18n::Calendar because it uses a new struct css::i18n::CalendarItem2 to
hold the NarrowName elements.

In locale data the elements DaysOfMonth, MonthsOfYear and GenitiveMonths now
have an optional element DefaultNarrowName. If not specified, the first
character of DefaultFullName is taken.

LocaleDataWrapper and CalendarWrapper use and return the new Calendar2 and
sequences of CalendarItem2 structs. Application code adapted.

The number formatter now displays narrow month names (genitive if applicable)
for the MMMMM code, previously it displayed the first 16 bit code point of the
full name (not even utf-16 aware).

Narrow day names currently are not used, except in svtools' Calendar control.
2011-11-19 16:15:22 +01:00
Eike Rathke
769511019b use possessive genitive case month names in number formatter
* Switching between noun and genitive case month names is very simply done:
  * If the format contains a day of month (D or DD) code, genitive case is used.
  * If there is no day of month, the month noun is used. For example for
    a standalone MMMM code or a combined MMMM-YYYY code.
* For input both, noun and genitive case, forms are recognized.
2011-11-19 16:15:21 +01:00
Eike Rathke
29e4c61d9d use new possessive genitive case month names locale data API 2011-11-19 16:15:21 +01:00
Eike Rathke
a7dbdbf820 implement possessive genitive case month names locale data API 2011-11-19 16:15:21 +01:00
Eike Rathke
19f607d783 let's have some sensible indentation 2011-11-19 16:15:20 +01:00
Eike Rathke
f8a352c746 squeeze some duplicated code 2011-11-19 16:15:20 +01:00
Eike Rathke
74ec768623 implement possessive genitive case month names locale data
New optional element GenitiveMonths within the Calendar element, after
MonthsOfYear. If not specified, the MonthsOfYear elements are taken.
2011-11-19 16:15:20 +01:00
Eike Rathke
8eb050cbd6 generated locale data .cxx depends on saxparser generator 2011-11-19 16:15:19 +01:00
Eike Rathke
122fae4e2d add possessive genitive case month names to i18n locale data API 2011-11-19 16:15:19 +01:00
Eike Rathke
afe9ca99eb optionally include outpaths
Only when given --with-outpath the IDs include projects/$INPATH/inc (also
solver/$INPATH/inc)
2011-11-19 16:15:19 +01:00
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