Kohei Yoshida
c827b9756f
GetDescription() now deals with rtl::OUString.
2012-02-03 00:02:47 -05:00
Kohei Yoshida
d7c1b89abd
More on bool & string conversions.
2012-02-03 00:02:46 -05:00
Kohei Yoshida
e996e3d1eb
Oops, bug.
2012-02-03 00:02:46 -05:00
Kohei Yoshida
adad96ac1b
String to rtl::OUString.
2012-02-03 00:02:45 -05:00
Kohei Yoshida
3d7370fbe5
Use std::set to store user names instead.
2012-02-03 00:02:44 -05:00
Kohei Yoshida
8792229bdb
Massive indentation fixes, the best I can.
...
Still not perfect, but it's good enough as a starter...
2012-02-03 00:02:44 -05:00
Kohei Yoshida
2ee44cdce8
Moved the names of non-OLE charts out of ScDocument.
2012-02-03 00:02:43 -05:00
Julien Nabet
0dbda27fb8
Remove things not used
2012-02-02 23:19:08 +01:00
Andras Timar
48fc7d44c1
remove MS Sans Serif, Charcoal, Chicago, Helv, WarpSans
...
MS Sans Serif was the UI font of Win9x
Helv was the UI font of Windows 1.x - 3.0
WarpSans was in OS/2
Charcoal was in Mac OS 8 and 9
Chicago was in Mac OS until 1997
2012-02-02 23:11:08 +01:00
Andras Timar
a5b4a69330
remove DefaultFonts nodes for languages with Latin or Cyrillic script
...
these entries are obsolete, because modern Unicode fonts
that are defined in English section cover these languages, too
2012-02-02 23:11:08 +01:00
Andras Timar
014d95b8f2
add Segoe UI (Win7) to English default UI font list
...
and promote Tahoma (Win XP)
also removed MS Sans Serif (Win 9x)
2012-02-02 23:11:07 +01:00
Andras Timar
50be004108
remove empty DefaultFonts nodes (en fallback is used anyway)
2012-02-02 23:11:06 +01:00
Andras Timar
928239bd70
remove Andale Sans UI
...
we don't ship it, OS vendors don't ship it, and has poor
Unicode coverage
2012-02-02 23:11:06 +01:00
Andras Timar
9b610cf079
added zh-MO (Chinese in Macau) default fonts, based on zh-HK
2012-02-02 23:11:05 +01:00
Andras Timar
8b83385a06
add/fix default fonts for languages that use Tibetan script
...
bo is Tibetan, dz is Dzongkha
Microsoft Himalaya comes with Vista and Windows 7
Kailasa comes with Mac OS X 10.5 and higher
2012-02-02 23:11:05 +01:00
Julien Nabet
f58c49b39a
Some cppcheck cleaning
2012-02-02 22:55:17 +01:00
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