a77461db60
remove unused code framework::MenuManager::getContext()
...
Change-Id: I3b6d8bf6d83033b36a2e72eb5c984f5d9c47b771
2014-02-25 15:16:57 +02:00
6fe80c5b46
remove unused code framework::MenuBarManager::getComponentContext()
...
Change-Id: If640b2662d47593c33d0f90cdafe448383546872
2014-02-25 15:16:56 +02:00
6ef5009def
remove unused code sdr::overlay::OverlayRectangle::setSecondPosition
...
Change-Id: I566b479a298d7496b1ff766bfbaf0ccde84472aa
2014-02-25 15:16:56 +02:00
7efa467ef3
remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()
...
Change-Id: If1dd0e99d83f8211c58fa3b5d1ba56a74bc2157f
2014-02-25 15:16:56 +02:00
333fdb95a3
remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()
...
Change-Id: I4569e53f0423783bc5c9ee95b07d0de51b75b466
2014-02-25 15:16:56 +02:00
e428a99523
remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION()
...
Change-Id: Ie80d0c00fe8725e59a6814707c9a4afcb6ac09b5
2014-02-25 15:16:55 +02:00
700161cce7
remove unused code utl::toISO8601(com::sun: ⭐ :util::Time const&)
...
Change-Id: I8df1934c7392ec38918be2a5b986c6ca871f9d15
2014-02-25 15:16:55 +02:00
c8f83ce1db
rhbz#1065629: RTF import: re-implement nested tables
...
The previous fix for this bug only fixed a symptom, this a fix for the
real problem; with the real problem fixed the nCellEnds is unnecessary.
Given that top-level table properties may be put either before or after the
table cells, the only way that works to import tables is to buffer a whole
top-level table row, but currently the buffer is replayed already at the
end of a nested table row.
Fortunately the RTF spec guarantees that \nesttableprops must occur
after the nested table cells of the nested row, so it should be
sufficient to remember the cell properties for the current nested table
row only, in addition to the cell properties for the top-level table row.
With this change, skipping a \nesttableprops destination when there is
a table style turns out to mangle ooo98040-1.rtf badly, so stop doing
that workaround.
RTFDocumentImpl::popState() was copying various buffers up the state
stack which is a clear indication that these shouldn't be members of
RTFParserState in the first place, move them to RTFDocumentImpl.
Change-Id: Ic2d8f7b3e00844b224d61605b405ca651239e5f7
2014-02-25 14:06:14 +01:00
8dcb56fdce
RTFSdrImport::resolveDhgt(): fix crashing C-cast
...
Inside DomainMapper::graphicZOrderHelper() this is offset by 0x40 so
whatever that cast does, it's doing it wrong.
Change-Id: Ie48467c12828137a521cba47c2e04cac65201d1d
2014-02-25 14:06:13 +01:00
73e0656d6c
writerfilter: fix typo in SAL_INFO log area (and put this in an ifdef)
...
Change-Id: Ib195fe8f66244ae98f68cdb6bba6b62d70567014
2014-02-25 14:06:13 +01:00
1974b1601c
The LO process is called just "soffice" on OS X
...
Change-Id: I74a6af7f4dc49ccf8ff3ead0d5b3e5e9b78b4f7a
2014-02-25 15:05:01 +02:00
b071ce32be
Resolves: #i118640# force early destruction of last FragmentHandler...
...
to not let it use an already destroyed RelationsMap instance
(cherry picked from commit 190444f7fd3fa9cfcd1955b3f5dcd916184d02f4)
Conflicts:
oox/source/core/xmlfilterbase.cxx
Change-Id: Ibd09ff9fcba8f919df0704c8e3a64423518b932f
2014-02-25 12:24:51 +00:00
5eb95b2623
writeble->writable
...
Change-Id: If1617d6cbdafa989fa3134842dd2238d06a1d06e
2014-02-25 12:24:51 +00:00
ee120240f7
BrowseBox::bHideCursor misuses sal_Bool for TriState
...
(TRISTATE_INDET == "smart" is probably obvious enough to not warrant an extra
enum.)
Change-Id: I5fde5294c83c9f805d9df645089665b9dbcfec96
2014-02-25 12:44:37 +01:00
d618ea6b86
xmloff: import/export loext:rel-width/height-rel for Writer shapes
...
Change-Id: Ie6e4367a235038479287530bd08b0a89c6bb498b
2014-02-25 12:43:32 +01:00
aaf1e86408
fix test merge screw-up
...
Change-Id: Id09d609c97872f7578b33e981d397fcdf7241e1b
2014-02-25 12:31:42 +01:00
4da81e4a0b
xmloff: import style:rel-width/height for drawinglayer shapes
...
In case the underlying UNO object supports that, which is the case for
Writer. Export was already working before.
Change-Id: I4676c8349ebe1959da004d6e1a024a342da45049
2014-02-25 12:11:41 +01:00
ea7685ce69
ooxml: extend roundtrip test with w14:textOutline
...
Change-Id: Ie888f3089f56dfd7b6ae4ae87aa2700e364c3ae3
2014-02-25 12:10:21 +01:00
1726906250
ooxml export: w14:textOutline element
...
Change-Id: I76f414471aa6304e6add8274c1fd52375a7a963b
2014-02-25 12:08:54 +01:00
a6f73aca84
writerfilter: put w14:textOutline attributes into a GrabBag
...
Change-Id: Id2ca1ee04a44c4fe17f057397646f621f8d899f7
2014-02-25 12:08:52 +01:00
029b2e15c2
writerfilter: add w14:textOutline to model.xml
...
Change-Id: I3b4164a3fccff015a37b43e6fcba225947fb9d16
2014-02-25 12:08:51 +01:00
55d1464407
ooxml: also change the document name in the test
...
Change-Id: I930d7da93d49545a1622a158943ab7ef03fc4d1f
2014-02-25 12:08:51 +01:00
6eb247f4e9
ooxml: extend roundtrip test with w14:shadow and w14:reflection
...
Change-Id: If5843a6e5b18102d0a3379ece168d06ad0020275
2014-02-25 12:08:50 +01:00
73f4fcc0f6
writerfilter: simplify element id->name mapping
...
Change-Id: I842c27a8717d63fef0c11ee57a998e73bce0e1b9
2014-02-25 12:08:49 +01:00
12cf9f08f5
writerfilter: add w14:textOutline attributes to model.xml
...
Change-Id: I3e29bbc68a6fa784831c9f56b902c1f67749751f
2014-02-25 12:08:48 +01:00
6f48d0bb2d
explictly list common lang-independant template dir
...
Change-Id: I50d8efe46fc2eb3dfe615ad1f6eb7ee03cdcd29a
2014-02-25 10:45:28 +00:00
838b77f5f3
Resolves: rhbz#1065807 use xdg ~/Templates for default Template location
...
(if it exists)
Change-Id: I98fc9fd54d1f56c8bed24ce4d2ebf53756ded2cc
2014-02-25 10:45:27 +00:00
1e0541fadf
mrParentWindow can never be null, simplify around that
...
Change-Id: Id290343219044aa8e668eb8f2e58b2d3c35a2ac7
2014-02-25 10:45:27 +00:00
82aaa22ea4
pPixelCtl can never be null, which simplifies this a lot
...
Change-Id: Ic1c995794faa682001b472053ae9aebf95f0343b
2014-02-25 10:45:27 +00:00
58ba105a03
callcatcher: update unused code
...
Change-Id: Ia8e6abffb85b92ee4538fb0aeaee4e4aa18f2772
2014-02-25 10:45:27 +00:00
94ffeed68f
coverity#737807 Uncaught exception
...
Change-Id: Ibee829b4d2cc4d93453f47cc59dfbaec012ffc6e
2014-02-25 10:45:26 +00:00
76e14408ab
coverity#737805 Uncaught exception
...
Change-Id: I61ca610f7183d7e72a5b36fb0bf1fe0fcd1210fe
2014-02-25 10:45:26 +00:00
47f4eead5d
coverity#737802 Uncaught exception
...
Change-Id: I844e712f82890a4018c4ae45e7d79daaf4f6937a
2014-02-25 10:45:26 +00:00
75864819af
coverity#737772 Uncaught exception
...
Change-Id: Idbff7a4dd1da93d16f85325ae992efce0b37dfee
2014-02-25 10:45:26 +00:00
62c5c0e36b
coverity#737738 Uncaught exception
...
Change-Id: If7622500b90155522144c10a48e4dd331c6cf471
2014-02-25 10:45:26 +00:00
e8443172c4
coverity#737726 Uncaught exception
...
Change-Id: Ia6a53ea7d073e22620b7e85eafc27f35f6291709
2014-02-25 10:45:25 +00:00
db0e23abe9
coverity#737725 Uncaught exception
...
Change-Id: If66782ee4cac491a3115b6274258be533dbf2f4b
2014-02-25 10:45:25 +00:00
4fd131c78f
coverity#737724 Uncaught exception
...
Change-Id: Ie1b51865e9c3e0e30b33152ec4b400c703007a57
2014-02-25 10:45:25 +00:00
2bbbfe03c3
coverity#737723 Uncaught exception
...
Change-Id: I0026fc7811469eae3f62b531ad1626a6af1f743c
2014-02-25 10:45:24 +00:00
21a5393672
coverity#737722 Uncaught exception
...
Change-Id: I8fc0f9851c46e810f00cd88898e1dc6aa5005c75
2014-02-25 10:45:24 +00:00
ff8d78ff89
coverity#737721 Uncaught exception
...
Change-Id: Ibc5e4532a451829a6e6113c42d9013017205ba70
2014-02-25 10:45:24 +00:00
02b9b512f0
coverity#737700 Uncaught exception
...
Change-Id: I9a2954c038946f1ad47979ff65ac12983ddffab9
2014-02-25 10:45:24 +00:00
8c9d3a0317
coverity#737681 Uncaught exception
...
Change-Id: I2b81c265e5e7a7a7af7a3210d4ab92d60272a748
2014-02-25 10:45:23 +00:00
6b52bd7492
coverity#737680 Uncaught exception
...
Change-Id: I126c6632574828d6afc8fedd2dbde00642882225
2014-02-25 10:45:23 +00:00
90adc6071b
coverity#737679 Uncaught exception
...
Change-Id: I2df4c0ddedde044600a384084bb98e588796d4aa
2014-02-25 10:45:23 +00:00
a760a41080
coverity#737649 Uncaught exception
...
Change-Id: I6ab46cc817f2858ae1a92757d8c26d6145f934b8
2014-02-25 10:45:23 +00:00
3f94ccfe58
coverity#737643 Uncaught exception
...
Change-Id: Ie200b47adae43844fcb6be349bec51b949e65675
2014-02-25 10:45:22 +00:00
f87bfc8d83
coverity#737641 Uncaught exception
...
Change-Id: I7f60b029269052aa255689959c773a4c638f0763
2014-02-25 10:45:22 +00:00
617d45ee4a
coverity#737640 Uncaught exception
...
Change-Id: I0f393aff439f6cf051439cbb8b9df2323049b919
2014-02-25 10:45:22 +00:00
97faf80004
coverity#737638 Uncaught exception
...
Change-Id: I7d665000d8f20fb1d734f6cd00af64d583b875d3
2014-02-25 10:45:22 +00:00