Commit graph

300712 commits

Author SHA1 Message Date
Olivier Hallot
beccf7c9dd Fix for fdo43460 Part LIX getLength() to isEmpty()
Part LIX
Modules
vcl (part 3)
2012-02-02 19:53:07 -02:00
Lionel Elie Mamane
4cb33a7db7 make --with-system-libs behave as documented
make it enable --with-system-headers and --with-system-jars
also fixup lucene-analyzers.jar search path
2012-02-02 22:50:06 +01:00
Stephan Bergmann
a4cbcf2fc5 Reduced tools/string usage further 2012-02-02 21:37:56 +01:00
Lionel Elie Mamane
88b58e9613 pgsql-sdbc: move libpq link *first* in libs; hopefully will fix tinderboxes 2012-02-02 21:34:38 +01:00
Lionel Elie Mamane
c39cec2f91 pgsql-sdbc: libpq dependencies *after* libpq seems to be the right after all 2012-02-02 21:21:49 +01:00
Michael Stahl
38ce8bbbd1 cui: about.cxx: nSpace was not declared in this scope 2012-02-02 20:12:40 +01:00
Eike Rathke
971f826a96 resolved fdo#42784 BorderLine with only InnerWidth set does not work 2012-02-02 19:11:37 +01:00
Takeshi Abe
f439dde9be Replaced String by rtl::OUString 2012-02-03 02:46:26 +09:00
Lionel Elie Mamane
1f741dfeea pgsql-sdbc: put libs libpq needs *before* libpq in the link line 2012-02-02 18:38:36 +01:00
dbarisakkurt
dde025efac I added some links and removed the ok button 2012-02-02 16:29:45 +00:00
Tor Lillqvist
e52c70e051 Look for Xcode 3 also in /Xcode3 where I have it ;) 2012-02-02 18:13:25 +02:00
Tor Lillqvist
6ab3556b44 Do Package_xml also for iOS so that packimages doesn't fail 2012-02-02 18:12:02 +02:00
Tor Lillqvist
aa5404b92f Silence a few lines of pointless verbiage 2012-02-02 17:55:48 +02:00
Lionel Elie Mamane
41a3c8f14a configure.in: properly close case 2012-02-02 15:52:39 +01:00
Lionel Elie Mamane
0c064e0303 postgresql: enable Kerberos&GSSAPI on GNU/Linux and *BSD
It is part of the default/core install of (the major distributions of) these OSs
2012-02-02 15:48:26 +01:00
Michael Stahl
e2bc0c04ba fdo#45446: officecfg: turn off SaveBackwardCompatibleODF
As detailed in the bug, this option is the reason why LO writes several
elements and attributes that are not valid in ODF; the corresponding
bugs in the import filters are all fixed in OOo 2.4 or earlier,
so there is no reason to risk interoperability problems with other ODF
impolementations for this any more.
2012-02-02 14:36:18 +01:00
Michael Stahl
e0de9f832f fdo#45447: add an assertion when anchored to page 0
XMLTextParagraphExport::addTextFrameAttributes: detect invalid anchor
page number; this really should be fixed in Writer/writerfilter though.
2012-02-02 14:36:18 +01:00
Michael Stahl
6c15b85624 fdo#45534: ODF export: fix draw:fit-to-size
In ODF 1.1 and 1.2 this attribute is of type boolean, so only write the
new values if the extended format is selected.
(regression introduced with e479f47f7d)
2012-02-02 14:36:18 +01:00
Michael Stahl
0b7bba1020 fdo#45449: ODF export: frames: invalid "min-width"
XMLTextParagraphExport::addTextFrameAttributes: delay writing of the
fo:min-width and fo:min-height attributes so that they end up at the
draw:text-box element, and not at draw:frame where they are invalid.

Testing reveals that the ODF import can already handle reading the
attributes from the draw:text-box elements, so there doesn't seem to be
a backward compatibility problem.
2012-02-02 14:36:17 +01:00
Michael Stahl
790365e79d fdo#45450: sc: ODF export: cell styles:
Only write "style:vertical-justify" and "css3t:text-justify" in ODF
extended mode.
(regression from 7da57d17b6)
2012-02-02 14:36:17 +01:00
Michael Stahl
9d32497c01 fdo#37024: SwView::SwView: fix BROWSE_MODE setting:
Apparently there is a check in SwDoc::SetAllUniqueFlyNames so that when
frames with certain anchor types are in a document, then SetLoaded()
is never called.  Checking this flag via IsLoaded() here seems
unnecessary.
This problem was introduced with ebc5777548,
from CWS swlayoutrefactoring.
2012-02-02 14:36:17 +01:00
Michael Stahl
4b85affdc4 fdo#38752: xmloff: add assertion for default-page-layout 2012-02-02 14:36:16 +01:00
Muhammad Haggag
d8cb61f5f3 dmapper: Switch paragraphs to RTL based on the value of w:BiDi.
This is a fix for 43398: FORMATTING: Documents opened in LibreOffice Writer incorrectly appear as right justified.

Cause: dmapper used to treat the presence of a w:BiDi element in a paragraph's properties as an indicator of RTL directionality, which is incorrect. A w:BiDi  element may have a value of 0, indicating LTR.

Fix: Inspect the integral value of w:BiDi elements before switching to RTL.
2012-02-02 11:57:49 +00:00
Jesús Corrius
244899285b Try to fix the MinGW build with a simple solution 2012-02-02 12:00:30 +01:00
Fridrich Štrba
fe5640594e Chose xslt filters for default install, not for minimal though 2012-02-02 11:42:29 +01:00
Caolán McNamara
5e2b41dbfe unsigned int->sal_uInt32 2012-02-02 10:17:12 +00:00
Jesús Corrius
37c198cf09 Revert "Win32 API calls use the Unicode versions by default"
This reverts commit 157a32f0dc. The patch is good but it breaks the MinGW build because the compiler is misconfigured and by default the API calls there are ANSI.
2012-02-02 09:54:00 +01:00
Stephan Bergmann
e521a24060 Reduced tools/string usage
plus some preliminary cfgex clean up.
2012-02-02 09:22:07 +01:00
Korrawit Pruegsanusak
54d278ae5f missing semicolon 2012-02-02 09:45:41 +07:00
Kohei Yoshida
051fb0d37a Unit converter data no longer relies on StrCollection. 2012-02-01 21:30:57 -05:00
Kohei Yoshida
6774825661 Method description. 2012-02-01 20:21:05 -05:00
Kohei Yoshida
e0917855f8 Always look up chart objects by name, change method names' casing.
The old container always perform lookups by name only.
2012-02-01 20:21:05 -05:00
Kohei Yoshida
9ad6925552 We don't really need GetCount(). 2012-02-01 20:21:05 -05:00
Kohei Yoshida
1f290abba0 ScChartListenerCollection is no longer a child of ScStrCollection. 2012-02-01 20:21:04 -05:00
Kohei Yoshida
47de5f1c09 std::auto_ptr to boost::scoped_ptr. 2012-02-01 20:21:04 -05:00
Kohei Yoshida
30fc28a477 non-inline the chart collection getter. 2012-02-01 20:21:04 -05:00
Kohei Yoshida
2a7c07e2e5 InsertData to AppendData, to hide the insert position.
Only a few places in sc specified insert position, and those were
not strictly necessary.
2012-02-01 20:21:04 -05:00
Markus Mohrhard
513bbdf9c4 remove unused test document, use the ods version instead 2012-02-02 00:26:51 +01:00
Stephan Bergmann
5bd82e6c7b prevent hanging junit tests 2012-02-02 00:26:51 +01:00
Markus Mohrhard
bd6187ae9f add test for XNameReplace 2012-02-02 00:26:51 +01:00
Markus Mohrhard
8272f05bef try to enable all sc subsequenttests 2012-02-02 00:26:51 +01:00
Jesús Corrius
157a32f0dc Win32 API calls use the Unicode versions by default 2012-02-02 00:09:53 +01:00
Julien Nabet
f25555d66c Some cppcheck cleaning 2012-02-01 22:52:43 +01:00
Julien Nabet
34c5059b80 Fix "Prefer prefix ++/-- operators for non-primitive types" 2012-02-01 21:40:29 +01:00
Julien Nabet
428c9d516d Some cppcheck cleaning 2012-02-01 21:02:32 +01:00
Lionel Elie Mamane
7bd9ce1fae pgsql: simpler / safer check for system column 2012-02-01 18:56:41 +01:00
Andras Timar
d9adc4342c tweak help text of gsicheck tool 2012-02-01 18:46:03 +01:00
Andras Timar
7dfd1c4023 remove this KeyID check from gsicheck, unused 2012-02-01 18:46:03 +01:00
Andras Timar
20bb21fc42 remove support of obsolete ($$) delimited GSI file format 2012-02-01 18:46:02 +01:00
Lionel Elie Mamane
0adf5eed03 pgsql getColumns: order by columns, not by their concatenation... 2012-02-01 18:41:14 +01:00