summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin
Change-Id: If1dd0e99d83f8211c58fa3b5d1ba56a74bc2157f
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin
Change-Id: I4569e53f0423783bc5c9ee95b07d0de51b75b466
2014-02-25remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION()Noel Grandin
Change-Id: Ie80d0c00fe8725e59a6814707c9a4afcb6ac09b5
2014-02-25remove unused code utl::toISO8601(com::sun::star::util::Time const&)Noel Grandin
Change-Id: I8df1934c7392ec38918be2a5b986c6ca871f9d15
2014-02-25rhbz#1065629: RTF import: re-implement nested tablesMichael Stahl
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-25RTFSdrImport::resolveDhgt(): fix crashing C-castMichael Stahl
Inside DomainMapper::graphicZOrderHelper() this is offset by 0x40 so whatever that cast does, it's doing it wrong. Change-Id: Ie48467c12828137a521cba47c2e04cac65201d1d
2014-02-25writerfilter: fix typo in SAL_INFO log area (and put this in an ifdef)Michael Stahl
Change-Id: Ib195fe8f66244ae98f68cdb6bba6b62d70567014
2014-02-25The LO process is called just "soffice" on OS XTor Lillqvist
Change-Id: I74a6af7f4dc49ccf8ff3ead0d5b3e5e9b78b4f7a
2014-02-25Resolves: #i118640# force early destruction of last FragmentHandler...Armin Le Grand
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-25writeble->writableCaolán McNamara
Change-Id: If1617d6cbdafa989fa3134842dd2238d06a1d06e
2014-02-25BrowseBox::bHideCursor misuses sal_Bool for TriStateStephan Bergmann
(TRISTATE_INDET == "smart" is probably obvious enough to not warrant an extra enum.) Change-Id: I5fde5294c83c9f805d9df645089665b9dbcfec96
2014-02-25xmloff: import/export loext:rel-width/height-rel for Writer shapesMiklos Vajna
Change-Id: Ie6e4367a235038479287530bd08b0a89c6bb498b
2014-02-25fix test merge screw-upTomaž Vajngerl
Change-Id: Id09d609c97872f7578b33e981d397fcdf7241e1b
2014-02-25xmloff: import style:rel-width/height for drawinglayer shapesMiklos Vajna
In case the underlying UNO object supports that, which is the case for Writer. Export was already working before. Change-Id: I4676c8349ebe1959da004d6e1a024a342da45049
2014-02-25ooxml: extend roundtrip test with w14:textOutlineTomaž Vajngerl
Change-Id: Ie888f3089f56dfd7b6ae4ae87aa2700e364c3ae3
2014-02-25ooxml export: w14:textOutline elementTomaž Vajngerl
Change-Id: I76f414471aa6304e6add8274c1fd52375a7a963b
2014-02-25writerfilter: put w14:textOutline attributes into a GrabBagTomaž Vajngerl
Change-Id: Id2ca1ee04a44c4fe17f057397646f621f8d899f7
2014-02-25writerfilter: add w14:textOutline to model.xmlTomaž Vajngerl
Change-Id: I3b4164a3fccff015a37b43e6fcba225947fb9d16
2014-02-25ooxml: also change the document name in the testTomaž Vajngerl
Change-Id: I930d7da93d49545a1622a158943ab7ef03fc4d1f
2014-02-25ooxml: extend roundtrip test with w14:shadow and w14:reflectionTomaž Vajngerl
Change-Id: If5843a6e5b18102d0a3379ece168d06ad0020275
2014-02-25writerfilter: simplify element id->name mappingTomaž Vajngerl
Change-Id: I842c27a8717d63fef0c11ee57a998e73bce0e1b9
2014-02-25writerfilter: add w14:textOutline attributes to model.xmlTomaž Vajngerl
Change-Id: I3e29bbc68a6fa784831c9f56b902c1f67749751f
2014-02-25explictly list common lang-independant template dirCaolán McNamara
Change-Id: I50d8efe46fc2eb3dfe615ad1f6eb7ee03cdcd29a
2014-02-25Resolves: rhbz#1065807 use xdg ~/Templates for default Template locationCaolán McNamara
(if it exists) Change-Id: I98fc9fd54d1f56c8bed24ce4d2ebf53756ded2cc
2014-02-25mrParentWindow can never be null, simplify around thatCaolán McNamara
Change-Id: Id290343219044aa8e668eb8f2e58b2d3c35a2ac7
2014-02-25pPixelCtl can never be null, which simplifies this a lotCaolán McNamara
Change-Id: Ic1c995794faa682001b472053ae9aebf95f0343b
2014-02-25callcatcher: update unused codeCaolán McNamara
Change-Id: Ia8e6abffb85b92ee4538fb0aeaee4e4aa18f2772
2014-02-25coverity#737807 Uncaught exceptionCaolán McNamara
Change-Id: Ibee829b4d2cc4d93453f47cc59dfbaec012ffc6e
2014-02-25coverity#737805 Uncaught exceptionCaolán McNamara
Change-Id: I61ca610f7183d7e72a5b36fb0bf1fe0fcd1210fe
2014-02-25coverity#737802 Uncaught exceptionCaolán McNamara
Change-Id: I844e712f82890a4018c4ae45e7d79daaf4f6937a
2014-02-25coverity#737772 Uncaught exceptionCaolán McNamara
Change-Id: Idbff7a4dd1da93d16f85325ae992efce0b37dfee
2014-02-25coverity#737738 Uncaught exceptionCaolán McNamara
Change-Id: If7622500b90155522144c10a48e4dd331c6cf471
2014-02-25coverity#737726 Uncaught exceptionCaolán McNamara
Change-Id: Ia6a53ea7d073e22620b7e85eafc27f35f6291709
2014-02-25coverity#737725 Uncaught exceptionCaolán McNamara
Change-Id: If66782ee4cac491a3115b6274258be533dbf2f4b
2014-02-25coverity#737724 Uncaught exceptionCaolán McNamara
Change-Id: Ie1b51865e9c3e0e30b33152ec4b400c703007a57
2014-02-25coverity#737723 Uncaught exceptionCaolán McNamara
Change-Id: I0026fc7811469eae3f62b531ad1626a6af1f743c
2014-02-25coverity#737722 Uncaught exceptionCaolán McNamara
Change-Id: I8fc0f9851c46e810f00cd88898e1dc6aa5005c75
2014-02-25coverity#737721 Uncaught exceptionCaolán McNamara
Change-Id: Ibc5e4532a451829a6e6113c42d9013017205ba70
2014-02-25coverity#737700 Uncaught exceptionCaolán McNamara
Change-Id: I9a2954c038946f1ad47979ff65ac12983ddffab9
2014-02-25coverity#737681 Uncaught exceptionCaolán McNamara
Change-Id: I2b81c265e5e7a7a7af7a3210d4ab92d60272a748
2014-02-25coverity#737680 Uncaught exceptionCaolán McNamara
Change-Id: I126c6632574828d6afc8fedd2dbde00642882225
2014-02-25coverity#737679 Uncaught exceptionCaolán McNamara
Change-Id: I2df4c0ddedde044600a384084bb98e588796d4aa
2014-02-25coverity#737649 Uncaught exceptionCaolán McNamara
Change-Id: I6ab46cc817f2858ae1a92757d8c26d6145f934b8
2014-02-25coverity#737643 Uncaught exceptionCaolán McNamara
Change-Id: Ie200b47adae43844fcb6be349bec51b949e65675
2014-02-25coverity#737641 Uncaught exceptionCaolán McNamara
Change-Id: I7f60b029269052aa255689959c773a4c638f0763
2014-02-25coverity#737640 Uncaught exceptionCaolán McNamara
Change-Id: I0f393aff439f6cf051439cbb8b9df2323049b919
2014-02-25coverity#737638 Uncaught exceptionCaolán McNamara
Change-Id: I7d665000d8f20fb1d734f6cd00af64d583b875d3
2014-02-25coverity#737632 Uncaught exceptionCaolán McNamara
Change-Id: I3faaddd4e9ecba80ab6dae8a20822374431b7c34
2014-02-25coverity#737628 Uncaught exceptionCaolán McNamara
Change-Id: If5c1247731b494a821cff84b3adc103cc9695595
2014-02-25coverity#737625 Uncaught exceptionCaolán McNamara
Change-Id: Ic90165af0fb52d40b46ec0ccdb2df9db15a130b5