Commit graph

332945 commits

Author SHA1 Message Date
Noel Grandin
1f1aa5840d convert include/sfx2/styfitem.hxx from String to OUString
Change-Id: I442336580573a8a5dbdba4d49ebc2e4e2b64f41a
2013-08-29 09:29:59 +02:00
Noel Grandin
a606147d8d remove dead code inside #ifdef SV_HAS_RIDERBITMAPS
'git blame' says this code was introduced in 2000 as part of the
initial commit.

Change-Id: Ide84afd53277926da6b04bf4f74f6dea5f9974a7
2013-08-29 09:29:59 +02:00
Noel Grandin
535667982a convert includes/sfx2/tabdlg.hxx from String to OUString
Change-Id: I6aa38e2ab566316a027a9676f418f6da2100fc09
2013-08-29 09:29:59 +02:00
Noel Grandin
55235ae767 convert include/sfx2/templdlg.hxx from String to OUString
Change-Id: I6ed30c25ecd2273f297a8d18efd9e8a8b9ac701e
2013-08-29 09:29:58 +02:00
Stephan Bergmann
ef7ccbbf1f Better error output
Change-Id: I728507ee23015a9aab2423226fdd737749be0166
2013-08-29 09:27:04 +02:00
Stephan Bergmann
9fed8a5e4a Do not silently ignore --enable-libc++
Change-Id: Ifbabb338739ae452bee6cac73e4b2046356a4d17
2013-08-29 08:51:01 +02:00
Julien Nabet
0c7e465670 cppcheck: Reduce scope
Change-Id: Ic93c6306cc90a8c7ed77c0aa7d5a898ee911b75f
2013-08-28 23:55:47 +02:00
Michael Stahl
4b798d89a5 fdo#68648: SvxNumRule: serialize the aFmtsSet flags too
The constructor of SvxNumRule initializes aFmts[i] with a format but
always sets aFmtsSet[i] to false, so SvxNumRule::Store()
and SvxNumRule::SvxNumRule(SvStream &rStream) need to be able
to round-trip that combination to prevent spurious numberings.

It is unlikely that this class is serialized in the table auto-format
files but i haven't checked; this change does not change the size of the
serialization so shouldn't cause trouble anyway.

(regression from a95cce2729)

Change-Id: I589ea108ac069624aaa7b26cdc3bfe8182b15851
2013-08-28 23:30:35 +02:00
Kohei Yoshida
1e3c5948c3 Expose misspelled range container outside edit engine.
Change-Id: I04c87c5299559932733c88a317808241fd1755d4
2013-08-28 16:13:53 -04:00
Kohei Yoshida
ea59b6f5b9 const correct-ness.
Change-Id: If5c203844d245f370ac6fdb52c779561fb5f165f
2013-08-28 16:13:53 -04:00
Kohei Yoshida
97001b1e48 Use smart pointers for these.
Change-Id: I1a1e38dd36b2144a3e6b96886a56a11a023c47fe
2013-08-28 16:13:52 -04:00
Caolán McNamara
b129867306 Resolves: fdo#68192 always recode from trad symbol to apple symbol
Even if the symbol font bit isn't set, the oox import route lacks the ability
to state that the bullet font is a font of symbol encoding. If the font is not
available on the system we go into fallback logic to state that famous symbol
fonts are in symbol encoding. But there is a symbol font on mac so its not
unknown and that doesn't happen. And the mac symbol font is not actually in
symbol encoding (seeing as it's all rearranged into the correct unicode
positions) so the recode logic is skipped in this special case to map the
microsoft/adobe private use area chars to the modern code points where they
were moved in the apple font.

I guess one alternative possible solution is to lookup all the fonts used in a
openxml doc using the fonttable stream where the charset info is available. But
seeing as it should only affect one particular font lets just move the encoder
test outside the issymbol block.

Change-Id: Ic5bd3ec15c8d8d99e2cab0fb67cc4bc33081c756
2013-08-28 20:30:33 +01:00
Kohei Yoshida
6a4dd39379 Rename SectionAttribute to Section.
It fits better this way.

Change-Id: I139de7858e999a6dd26633a548c47634dfad8a65
2013-08-28 14:48:11 -04:00
Kohei Yoshida
53bb6c9871 String to OUString.
Change-Id: I35ac8e9480a7540e049dc251a1470a27f0c2eafd
2013-08-28 14:48:06 -04:00
Kohei Yoshida
6446ab4f23 No need to fully qualify these.
Change-Id: Ib5177530b7af15a5574245f53acfecd0ccce4b50
2013-08-28 14:48:02 -04:00
Kohei Yoshida
f4d60d44c3 sal_Bool to bool.
Change-Id: I3eef26d4ad07a93e044bf8dddddf2d922849435d
2013-08-28 13:38:53 -04:00
Lionel Elie Mamane
7bf8739fd1 janitorial: more constness
Change-Id: Icf4746d70488bec20b4c47fc65fa989cfe90992b
2013-08-28 19:27:43 +02:00
Lionel Elie Mamane
313a81f915 ODBC OResultSet::ensureCacheForColumn initialise *all* new elements
e.g. when growing m_aRow from size 3 to size 10
(that is, columnIndex==9),
the old code was initialising only position 9
while it we need to initialise all new positions,
that is positions 3 to 9.

Change-Id: I6a51b816104e33fdd7773b68e254e9bea50110ef
2013-08-28 19:27:40 +02:00
Lionel Elie Mamane
c72a6ebd4a remove risk of infinite recursion
fillColumn is the only caller of impl_getBookmark, so all necessary
setup (in particular ensureCacheForColumn) is already done, and
does not need to be done in impl_getBookmark again.

Change-Id: Ic78b7dabd7c536abd9ed956baa178d685a63f713
2013-08-28 19:27:36 +02:00
Eike Rathke
e362f9fcd7 added SAL_INFO to makeFallback()
Change-Id: I121e0bd6004a736c7a64fb24ebc58ad784543bd1
2013-08-28 19:21:58 +02:00
Eike Rathke
f17232c2c5 added makeFallback() checks to unit test
Change-Id: I1851e4eb821d1230df7268378c786d55a8652f9d
2013-08-28 19:21:58 +02:00
Eike Rathke
2c00c8fb5a again match some copy&paste names
Change-Id: Iddfe959568f73f71827d9c1c651087ec93cbc941
2013-08-28 19:21:58 +02:00
Eike Rathke
8fb7cd5820 makeFallback() with hierarchical retry
Change-Id: I459a9aefa65cb1e3e65e128bf9e2e323768acade
2013-08-28 19:21:58 +02:00
Andrzej J.R. Hunt
0501026fb8 Implement set[Float|Double]. (firebird-sdbc)
Change-Id: I70d5ab9bacdeabe6c4edf6f70a9ba283b46c180f
2013-08-28 17:56:21 +01:00
Andrzej J.R. Hunt
9310cf2b9f Firebird uses "DOUBLE PRECISION" for doubles. (firebird-sdbc)
Change-Id: I99bac2cfde956d2b91dce33fc12ce9044a9c219a
2013-08-28 17:56:20 +01:00
Andrzej J.R. Hunt
3eddbbec43 SQL_FLOAT corresponds to DataType::FLOAT.
Change-Id: Id5e2aab669ba047e9ecb392187aae7c4aa384dda
2013-08-28 17:56:20 +01:00
Andrzej J.R. Hunt
c2602a4c2e Use correct type for SQL_FLOAT. (firebird-sdbc)
Change-Id: Ic27e886643128edeb5b2d5c81e86681f4dd8d33b
2013-08-28 17:56:20 +01:00
Andrzej J.R. Hunt
fe8e3be835 Remove unused code (firebird-sdbc)
Change-Id: I88f47ee442ade499c7f4018ce8b1ffe54b362067
2013-08-28 17:56:19 +01:00
Andrzej J.R. Hunt
c338f1cf70 Use template to set integer parameters. (firebird-sdbc)
Change-Id: I8a6c9f335574196a50827db7eb44b82f9ea4df16
2013-08-28 17:56:19 +01:00
Eike Rathke
b5f91618d7 added unit test for ca-valencia
Change-Id: I2a36296e1210e349a7b53d999a2438aa45f3e2c2
2013-08-28 17:58:15 +02:00
Eike Rathke
c179594daf need to check for variants in isIsoODF()
Change-Id: I88be91690f11bc11d70bd54310d0130723245286
2013-08-28 17:58:14 +02:00
Eike Rathke
4a6ac8965b added unit test for fallback strings
Change-Id: Ife3694e9432141e638d8f6050f4e5335c254cdbf
2013-08-28 17:58:14 +02:00
Eike Rathke
a95a980e1e reorder fall back strings for language with variant
Change-Id: I0e67eec9efa32c1d3d3f8d3ad3845368822bb0ee
2013-08-28 17:58:14 +02:00
Eike Rathke
450e9e3e5e grml.. lt_list_value is an lt_variant_t*
Change-Id: I74b4085394955906e075d77bc761dbdc92d06182
2013-08-28 17:58:13 +02:00
Eike Rathke
6ba5abe2fe match names with tag
Change-Id: I817b2cf9a015709d90b3f1c22290bce0cbc31eab
2013-08-28 17:58:13 +02:00
Eike Rathke
adb56fbc73 include variants in fallback strings
Change-Id: I73024a91740dbfde6df78c5388ae4861a6e44294
2013-08-28 17:58:13 +02:00
Eike Rathke
4875278bfb added getVariants()
Change-Id: Ib5a880698dd6faea9a5b592221f2b302889bfc24
2013-08-28 17:58:13 +02:00
Kohei Yoshida
923d4435cc Fix incorrect logic in section attribute array construction.
And a new test case to catch it.

Change-Id: Ie51ddf185f70c656e7d838fc7016b5726efbdf3f
2013-08-28 11:17:46 -04:00
Andrzej J.R. Hunt
ee4632247e Last piece of SOLAR_JAVA to ENABLE_JAVA migration.
Currently the hsqldb and jdbc sdbc drivers are broken due to this.

Change-Id: Ib49cb2aac707a354f6de9e4c658f9baf288142fd
Reviewed-on: https://gerrit.libreoffice.org/5666
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-28 14:55:10 +00:00
Stephan Bergmann
2f4eeea173 Do not leave $$ uninitialized in case of error
Change-Id: Id28fb53a98ff164cd14f8f9dcb4ebee7a71bfd1e
2013-08-28 16:45:56 +02:00
Armin Le Grand
03e73d57f1 Resolves: #i122923# optimize place to add alpha to bitmaps which need rotation
(cherry picked from commit 2178fea0941c4abb624ecddf2453f670ba68878f)

Change-Id: Ib83d10bcd2d0950fbb8afe8894caa9c0b60e6a5d
2013-08-28 15:37:07 +01:00
Stephan Bergmann
284a03b4d2 parser.y: untabify, remove trailing whitespace, mode lines
Change-Id: Ief0109289c6dc70b51193fa5f4432efe2b48c3fb
2013-08-28 16:36:36 +02:00
Armin Le Grand
05c870eff8 Related: #i122923# win only: improved bitmap handling for rendering
(cherry picked from commit 07302c14ad5e5983720a1d4514ff355b9930e5be)

Change-Id: Iba5303085bf4d6fcc79c0d04197429c436666e15
2013-08-28 15:34:16 +01:00
Caolán McNamara
741c430f6c Resolves: fdo#65924 retweak the border positions
required due to 45a8eaf9c5

Change-Id: Ibffc9b4a5eaa8ad538ce53f0389519721fdbcf20
2013-08-28 15:24:13 +01:00
Miklos Vajna
76d1ca523d bnc#816593 DOCX import: fix auto table width wrt nested tables
The bugdoc has a table with a single cell, and also a nested table in
that cell. Both tables have auto width. The problem was that the width
of the outer table was too large.

There is a trick in DomainMapperTableManager::startLevel() to get the
cell widths at the correct level: do the same in
DomainMapperTableManager::endLevel(), and that'll fix the table width
problem. (Because with that, the outer table will correctly have access
to its cell width.)

Change-Id: Ib750f0475364fd7e47c445cb54f2df34f3af085d
2013-08-28 16:15:12 +02:00
Petr Mladek
b70d4ad13b add --with-help=common parameter to the configure option
It allows to build only the common parts of the help, e.g.
bundle the helpcontent-related icons.

It is useful when the build content is built separately. For example,
it is used to speed up the build of the main package in openSUSE
Build Service.
2013-08-28 16:09:39 +02:00
Andrzej J.R. Hunt
c656482c5a fdo#68588 Move embeddeddbList into OGeneralPageWizard.
embeddeddbList is only present in generalpagewizard.ui but not in
generalpagedialog.ui, hence it should be controlled by
OGeneralPageWizard and not OGeneralPage.

Change-Id: I7c52493e12b40d9043d80fb023cfc9eb9c9e42ec
Reviewed-on: https://gerrit.libreoffice.org/5654
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-08-28 14:00:39 +00:00
Caolán McNamara
8692db3c24 Updated core
Project: help  16b65faf0107a28c44eb590e3c4b008781929366
2013-08-28 13:29:53 +00:00
Minh Ngo
2b0c337568 Adding VLC version checking
Change-Id: Iff3f91041a69c9a307de9fe82039a57b69309cd0
2013-08-28 16:19:27 +03:00
Jelle van der Waa
76fe24cf12 fdo#57950: Remove some chained appends in i18nlangtag
Change-Id: I1b91f139575a86b19d7a0613d1f563d215b41b9d
Reviewed-on: https://gerrit.libreoffice.org/5601
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-08-28 13:17:54 +00:00