Caolán McNamara
2ced4d39cc
linux_powerpc64le->linux_powerpc64_le to match dp_platform.cxx
...
Change-Id: Ib63e5a28d7ff12780a1051d94c5976244eab1814
2014-08-21 14:16:40 +01:00
Eike Rathke
7c6a82d66e
write COLOR function with extension namespace
...
and add to Excel import/export maps so it survives saving in that format
Change-Id: I3a8e07fdd1bded77d4bad60eefffeb0b1dbdd734
2014-08-21 15:10:08 +02:00
Caolán McNamara
2b65832b58
QueryBox QUERY_BRW_DELETE_ROWS -> MessageDialog + string
...
Change-Id: Ifb6fb8a09cda0c868a3b4f510f6b04665cfe7597
2014-08-21 14:07:55 +01:00
Caolán McNamara
54758555e1
QueryBox APP_CLOSEDOCUMENTS -> MessageDialog + string
...
Change-Id: Id87de082167ab775fa7072f0c96159261011e898
2014-08-21 14:07:55 +01:00
Caolán McNamara
8b62a475f7
QueryBox RID_SFXQB_SET_LANGUAGE -> MessageDialog + string
...
Change-Id: Ic1b5233563ff9ce3e3453b47fe86138ae2497a18
2014-08-21 14:07:55 +01:00
Caolán McNamara
566e6fe58e
QueryBox RID_SVXQB_DELETE_COLOR_CONFIG -> MessageDialog + string
...
Change-Id: I3ae71cf2fd4a8cf0db76845c60f633285bd00e27
2014-08-21 14:07:54 +01:00
Caolán McNamara
d27cdf1caf
QueryBox QUERY_DELETE_CONFIRM -> MessageDialog + string
...
Change-Id: Ieae9977fd77f7b28991771a31c18e15be4a4f0dd
2014-08-21 14:07:54 +01:00
Caolán McNamara
8fce2ef6c3
QueryBox QBX_CONFIRM_RESTORE_DEFAULT -> MessageDialog + string
...
Change-Id: I93911342a316beaba0d33b35bda1bfa4355befe2
2014-08-21 14:07:54 +01:00
Stephan Bergmann
de6fd1b90f
Avoid invalid downcasts to SwFmtHeader instead of SwFmtFooter
...
...which only happened to work because the two classes have very similar layout
Change-Id: Ie4bde807a2442a95ff515b065d4f45f257a32f34
2014-08-21 15:06:48 +02:00
rbuj
d14a4dc996
wizards: Enhancements in JavaTools.java
...
Change-Id: Ie25b4772b34170b8ea200f1bfe6884feac49a414
Reviewed-on: https://gerrit.libreoffice.org/11049
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-21 08:05:56 -05:00
Stephan Bergmann
60eeeb9d2f
Avoid undefined MSO_LineStyle values outside the enum's value range
...
Change-Id: Ie9eee91374818cbfbb10a7d91e0fb2114ce140b4
2014-08-21 14:51:11 +02:00
Stephan Bergmann
1f65b55398
Avoid undefined left shift of negative values
...
Change-Id: I428b2401f59930e115f4b0d205f6c1db779b16f9
2014-08-21 14:34:24 +02:00
Stephan Bergmann
67c98f6f64
Simplify ((A && B) || !A) to (!A || B)
...
Change-Id: Iae4f45f1e64effa1369e9aba13b6b972a5ba76a0
2014-08-21 14:30:39 +02:00
Stephan Bergmann
0eabc890cc
Avoid invalid downcasts
...
Change-Id: I8550da2c6afb4e7de394879ef75312a0c9c2df25
2014-08-21 14:27:38 +02:00
Stephan Bergmann
569fbba46b
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
...
Change-Id: I52fa4656248dc67d85a81271c0dcef127d5869c5
2014-08-21 14:21:40 +02:00
Stephan Bergmann
c52e417505
Avoid invalid downcasts
...
Change-Id: I1666321916d08b326bb0c1c1f21273d568523691
2014-08-21 14:13:27 +02:00
Eike Rathke
c08fea639c
add missing parameter flag
...
in dbgutil build gave:
warn:legacy.osl:27022:1:tools/source/rc/resmgr.cxx:701:
file:///build/libo/dev/instdir/program/../program/resource/scen-US.res
Class: 272, Id: 436. Classpointer not at the end!
Resource Stack
Class: 272, Id: 25044
and the following value of the suppress flag was taken in place of the
parameter flag, which was identical and didn't harm in this case, but ...
Change-Id: I951381ef2a5c2d7d7d44892ad5c34ea77ace51ce
2014-08-21 14:10:45 +02:00
Marcos Paulo de Souza
f7a65a1096
Remove useless include tools/debug.hxx from forms and extensions
...
Change-Id: Idc8ecbb65c7c4c63950d8b249e0d0d91788d6d3b
Reviewed-on: https://gerrit.libreoffice.org/11012
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2014-08-21 07:09:21 -05:00
Caolán McNamara
5a2123376d
avoid crash on document ending before contained table ends
...
Change-Id: I003b7e00673cd5a4b4f0ed5218e2d30cfef04ffb
2014-08-21 13:07:03 +01:00
Stephan Bergmann
98fba3ab36
Check pTmpFrm->GetType(), not nFrmType, for FRM_FLY
...
...as nFrmType need not match pTmpFrm->GetType() exactly, but can e.g. be
USHORT_MAX when GetFrmOfModify is called from SwFrmFmt::FindLayoutRect
(sw/source/core/layout/atrfrm.cxx). It is probably good luck that the two
comparisons against FAR_AWAY made it too unlikely for the if's true branch to
ever be taken for a pTmpFrm that is not actually a SwFlyFrm. Found the bug when
running CppunitTest_sw_ooxmlexport2 under -fsanitize=undefined, where
((SwFlyFrm*)pTmpFrm)->GetAnchorFrm()
was called for a pTmpFrm of type SwTabFrm.
Change-Id: Ia886a809bdb82488c3f410be66cf827b3f723c55
2014-08-21 13:35:06 +02:00
Caolán McNamara
2d48c52da7
need to accept ppc64le as a lib64 using platform in ax_boost_base.m4
...
Change-Id: I86ef068661082addbd165629d3d6905695090a6b
2014-08-21 11:59:57 +01:00
Andras Timar
aef9d5e6fb
Updated core
...
Project: help 356a862f1cac3c528c53be0bc31ed4063444681c
2014-08-21 05:12:12 -05:00
Miklos Vajna
f97583711b
DOCX export: handle anchored TextFrames inside shapes
...
The exporter already handled TextFrames inside TextFrames, a feature
supported by Writer, and not by Word.
Similarly, if DocxSdrExport::writeDMLAndVMLDrawing() starts a shape,
then anchored TextFrames should be posponed till the end of that shape.
Change-Id: I597a8a46b1cf2348a8ccb9af668ea5afab27541b
2014-08-21 12:02:36 +02:00
Tor Lillqvist
f8bf090bbb
These "newly added" record types are publicly documented nowadays
...
Use symbolic names from the MS-PPT RecordType documentation,
http://msdn.microsoft.com/en-us/library/dd945336(v=office.12).aspx
Change-Id: I1deecfc69dd3360ef982f144d5ff5348a2953280
2014-08-21 12:33:19 +03:00
Caolán McNamara
632e4095ad
openjdk appears to use ppc64/server/libjvm.so and not ppc64le/server/libjvm.so
...
Change-Id: Iff9e2e0ac9921b0d9d36a49fdcd2323d5dd124ee
2014-08-21 10:17:49 +01:00
Caolán McNamara
24e76b6506
QueryBox QBX_CONFIRM_DELETE_TOOLBAR -> MessageDialog + string
...
Change-Id: If03a966ab6519d1335903b7d76cb44c38113a4a3
2014-08-21 10:17:48 +01:00
David Tardon
bf2c2ec5d8
upload libpagemaker 0.0.1
...
Change-Id: I287d4947735b82bb13bb6b18880dca594b17e38b
2014-08-21 10:05:40 +02:00
Caolán McNamara
170109708e
Related: rhbz#1125588 first steps for ppc64le
...
almost certainly won't get us too far, but a start
Change-Id: Ic20b97a97b6d506c32322173bd8332d15c3a4555
2014-08-21 08:54:16 +01:00
Caolán McNamara
b3698a6ac2
NS_ooxml::LN_CT_LevelText_val might be missing
...
Change-Id: I2683dd30d521b91cf026b3553ed4f75ee4172b3a
2014-08-21 08:33:04 +01:00
Noel Grandin
a69f8ea61c
vcl: convert push flags to type-safe enum-like class
...
Change-Id: Ib49a0dd5ecee0225f51bea2ff1c0ab5326595a47
2014-08-21 09:17:32 +02:00
Thomas Arnhold
46bf3068de
remove commented out namespace aliases
...
Change-Id: I2895204753f3302b5c7cbcce6f4d01d6bdd0694e
2014-08-21 09:03:25 +02:00
Thomas Arnhold
339d967dbf
forms: CSS -> css
...
Change-Id: Ib2fb1f4f4b64a67cebdebb6ebfb36dbe6878bef6
2014-08-21 09:03:25 +02:00
Thomas Arnhold
56ad57dee7
starsdbc -> css::sdbc
...
Change-Id: Id0411425b0a3400dffe47143f908ab283fd2247e
2014-08-21 09:03:24 +02:00
Thomas Arnhold
cb347ddc5c
stario -> css::io
...
Change-Id: Iad96e0a2bfd6c126c696f14919dbfd8e072dd230
2014-08-21 09:03:23 +02:00
Thomas Arnhold
edda7dbad7
starcontainer -> css::container
...
Change-Id: Ie6e75483aa4262a5f66a4c557015af8b3c02d592
2014-08-21 09:03:22 +02:00
Thomas Arnhold
150df3c020
star* -> css::*
...
Change-Id: I156d40badb1a11727d1320600a9d3af2b8b24e4a
2014-08-21 09:03:22 +02:00
Thomas Arnhold
123c64ab00
starawt -> css::awt
...
Change-Id: I76dd16aa2c42a649162ea2e37c824af30cdd557b
2014-08-21 09:03:21 +02:00
Thomas Arnhold
78b2d82111
comphelper: starbeans -> css::beans
...
Change-Id: Iedfc4460194f179b20d734cb7671894213c77008
2014-08-21 09:03:20 +02:00
Thomas Arnhold
f133857cc6
comphelper: starutil -> css::util
...
Change-Id: If4c0d404b0f7027837dcc245b5b7d21b1f749347
2014-08-21 09:03:20 +02:00
Thomas Arnhold
32093237b3
comphelper: starlang -> css::lang
...
Change-Id: Ie8adb5b81df51fd973cbb786f27ea3ef1462679c
2014-08-21 09:03:19 +02:00
Thomas Arnhold
007099ea32
comphelper: staruno -> css::uno
...
Change-Id: I21991280c5b7e4c6d0c200f4489c89a9f4fbc385
2014-08-21 09:03:18 +02:00
Thomas Arnhold
8fd3b09456
staruno -> css::uno
...
Change-Id: I29a8aa8168f604f1e71323b5a19c3f67c67e2c1a
2014-08-21 09:03:17 +02:00
Thomas Arnhold
892f4c2ad8
stario -> css::io
...
Change-Id: I4e82694399e72ce17172ac3d3c3cd9f9bcd30ba5
2014-08-21 09:03:17 +02:00
Thomas Arnhold
9d17726dcd
staruno -> css::uno
...
Change-Id: Ic82bbe5797d4f3c16096598cd566b917ee335a10
2014-08-21 09:03:16 +02:00
Thomas Arnhold
ab9e2ed4ca
unotools: use css alias
...
Change-Id: I0440f589242d921e3e10e490e43f40cabd70ec9f
2014-08-21 09:03:15 +02:00
Thomas Arnhold
fa6a5ebc1c
unotools: stario -> css::io
...
Change-Id: I54b03d00e5cf0b0b43bf5c5db264660792baf951
2014-08-21 09:03:14 +02:00
Thomas Arnhold
091fc82b82
unotools: staruno -> css::uno
...
Change-Id: I20a470fe654bfd1eec23dd2e0c13162a0b432a32
2014-08-21 09:03:14 +02:00
rbuj
e189fa400e
wizards: EffectiveMax & EffectiveMin of TINYINT
...
http://docs.oracle.com/javase/1.5.0/docs/api/constant-values.html#java.lang.Byte.MIN_VALUE
Change-Id: I702f1354eaddc37e6321c3cdc0126a78945d0754
Reviewed-on: https://gerrit.libreoffice.org/11044
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-21 01:52:11 -05:00
Julien Nabet
ac57362b23
Typo: and->end
...
Change-Id: I8c3707dbf537261d7ed9a69807fc1bdeae851526
2014-08-21 07:33:38 +02:00
Michael Meeks
d718c1f65f
coverity#1202729 - ensure we have exactly a one dimensional array.
...
Change-Id: I6db8a2fb48ed7ce134a5c45c590c2ada0e19fc85
2014-08-21 00:39:45 +01:00