summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-14longparas: don't truncate lone glossary entriesCaolán McNamara
Change-Id: Ib74830671694f2c78adc7a11296971a7edd2f781
2014-01-14longparas: none of the callers check for the error caseCaolán McNamara
so we can safely change the return of 0xFFFF to 0 without changing any callers. Which makes this safe seeing as before now every caller would have done something stupid with the results Change-Id: I10d9f12525de10661ed82f3405e6c728d38be106
2014-01-14Fix indentationTor Lillqvist
Change-Id: I93309674ef50e8ca7438874378fb01484bb7f9f3
2014-01-14Avoid use of nonexistent variable evem in commented-out codeTor Lillqvist
Change-Id: Icc9def55a814fc1309ce143a84effc140a90a92b
2014-01-14fdo#47689: Avoid crashing mdworker: Don't use uninitialized variableTor Lillqvist
It's the isCustom field that should be checked to see whether the customAttribute field has been assigned or not. Change-Id: I5d2af26b675ab0cbc0e1844eb98ebaf5145eb73d
2014-01-14Use std::bitsetStephan Bergmann
Change-Id: Id816d1da328e83197e0b1b4641ed894b62f1c78b
2014-01-14resolved fdo#73522 always create LinkManager if it doesn't exist yetEike Rathke
Regression introduced with 8fde2885236d5490be8f54e96dfe4a63d9bb9dec Crash happened under ScExternalRefManager::maybeLinkExternalFile() pLinkMgr->InsertFileLink(). ScDocument::GetLinkManager() introduced GetDocLinkManager().getLinkManager(bAutoCalc) leading to the LinkManager being created only if bAutoCalc is set, which may not be the case during file import. Changed to unconditionally create the LinkManager again so the link can actually be inserted. Whatever the intention was, that needs rework. Change-Id: I2ae66ac7f62c3cfd92c5bf1a147feb06b0155275
2014-01-14DOCX drawingML shape filter: export title and descriptionMiklos Vajna
Change-Id: I6c740c8b2634785e794704ce0f2d89878e01ac51
2014-01-14DOCX drawingML shape filter: import title and descriptionMiklos Vajna
Change-Id: Ica71b7c2bc31a211cccbb473071d1c4c82f4a4f4
2014-01-14longparas: drop wrong xub_StrLen casts nowCaolán McNamara
Change-Id: I720b921367ad810e3d775155535c1e05ab5f6f2c
2014-01-14sal_uLong->size_tCaolán McNamara
Change-Id: Id10a0d7e0d635a6829966dc5ce0110dc715d7c6c
2014-01-14longparas: bump nLen to 32bitCaolán McNamara
Change-Id: I49621bc3887baf8fcee17559818193325b83f27d
2014-01-14comment is wrong now with conversion to OUStringCaolán McNamara
Change-Id: Iff26cd2c966fc747895fbde7229a457a99c62f7a
2014-01-14longparas: drop STRING_MAXLEN use nowCaolán McNamara
Change-Id: Iaaca13e732c234e9051be0ab66a7625f9c106eea
2014-01-14xub_StrLen->sal_SizeCaolán McNamara
Change-Id: Iac6b7a01dd35fb6bb350644235409c4019a0a086
2014-01-14longparas: xub_Strlen->sal_Int32Caolán McNamara
Change-Id: Ib33b2a36e7fcd96ca9e5deff19e1d2d18aebd012
2014-01-14longparas: expand STRING_LEN to text length locallyCaolán McNamara
Change-Id: I9ffdabdc44677033d8c8ac1b025ccb7c600db664
2014-01-14longparas: remove now broken STRING_LEN usesCaolán McNamara
Change-Id: I89799855925b7c246262ae56c2637e20e51cffee
2014-01-14Fix conversion from MS-ODRAW gtextSpacing to SvxCharScaleWidthItemStephan Bergmann
... i.e., from 16.16 FixedPoint with default value 0x00010000 to percentage. At least that is what I assume the odd code that looked like that since its inception in f90ea7408ebbe2a2d53e94f1dc16d0e3623f59d8 "INTEGRATION: CWS sj09" was acutally supposed to do. Change-Id: I482fb3c1d00757b2f18c587bbb6b4a6755392d2f
2014-01-14Fix ABW embedded imagesFridrich Štrba
Change-Id: Ifd33ea9c1f91865d5ae5175eefa9b65107404bf0
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann
Change-Id: I32b458390130e9ed83af0831069329ac8f672d67
2014-01-14Some code cleaning & touch-upsAdam Co
Change-Id: I5e09ee5b9765b01e15dd91dd89ff397fb57b98b6 Reviewed-on: https://gerrit.libreoffice.org/7402 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-01-14Add unit-test for 'track changes - paragraph properties changed' preservationAdam Co
This is a unit-test added to complement the patch that added support for the preservation of 'Track Changes - Paragraph Properties Changed' from a DOCX file. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7401 Change-Id: Ic81a5ac9ee369ae0f1d2f8d1a1fe54ea5e6b7402
2014-01-14Add more logging so that we have the info even in case of weird crashes.Jan Holesovsky
Change-Id: I5888fb3e1ffa1bfdf9b91c06087ef5b7ccbb82ec
2014-01-14Related: #i119844# align from/to types with DFF_msofbtAnimateRotationDataCaolán McNamara
Change-Id: I43bf12b69892614a6054a14de76bbbd4e46c2ee9
2014-01-14Resolves: #i119844# Spin effect amount property lost when saving pptx to odpSteve Yin
(cherry picked from commit a7eedd28dd66cec1a668c3df6a8568dcad0f858f) Change-Id: Ia2b46f4b35fc90723570b7f8bfb82c101279eb9d
2014-01-14xub_StrLen->sal_Int32Caolán McNamara
Change-Id: I9c4d9b8d18b36dda6609b1976cae13a481943563
2014-01-14longparas: nPartLen always is USHRT_MAX/STRING_LEN to take full stringCaolán McNamara
Change-Id: I55bb0baa8e83948c470ade2fc6fabccb69dea91d
2014-01-14longparas: remove now broken STRING_LEN usesCaolán McNamara
Change-Id: Ie2de4680e07e26416fc52d4c22b5bececb190cc1
2014-01-14vcl: missing modeline in dibtoolsMiklos Vajna
Change-Id: I332e6ed3652f18843ec7abdeaec70d7bb8f5667b
2014-01-14Dead codeStephan Bergmann
...since a5a5e61fd9a32b3d881f42c39d789ed4bc5d4122 "INTEGRATION: CWS presentationengine01" in 2004. Change-Id: Iad72fa7af037d97583621afb114243ac6a45b8ce
2014-01-14filter: fix copypastaMiklos Vajna
Change-Id: I1f17ebc448c80afffb177e63f56f97867c019fb8
2014-01-14Fix ABW list shapesFridrich Štrba
Change-Id: Ibbbfddf10677e8c5b654cee9c5fda1603a298a67
2014-01-14Add libabwTor Lillqvist
Change-Id: Ib9fc6eb5523fbaed2c13ed213f0fadb28b1e9715
2014-01-14PrepareClose should probably return boolStephan Bergmann
Change-Id: Ie62a6c1197594102bc68e246ae6059a9442ce314
2014-01-14Copy the built .apks to where push_nightlies.sh will find them for uploadingTor Lillqvist
As such, personally I don't see the point in uploading daily builds of there boring useless test apps, but maybe it is good for marketing. Change-Id: I6601107719ed28b72e239a2af8b7e3578ee3388d
2014-01-14Fix a silly with ABW footnotes/endnotesFridrich Štrba
Change-Id: I026f9c664ff7dec51e511ad439ab563d2cc0c201
2014-01-14native code generator: Further reduce 'core' components.Matúš Kukan
And bin few duplicated ones. Change-Id: I55a0584adf6f9490e3becee626db388dcb73a228
2014-01-14RET_NEWTASK is apparently unused (since around 2000)Stephan Bergmann
Change-Id: I3c0804d35c5ff7a00ec7169d0ab387f4b63d65d3
2014-01-14Fix typoTakeshi Abe
Change-Id: Idb7ce105bf347d7cfee039da8939aecf743f2c16
2014-01-13AbiWord Import filterFridrich Štrba
Change-Id: I90dc115044e5f81fa3a2b105d30d7d39e438b086 Reviewed-on: https://gerrit.libreoffice.org/7411 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-01-13writerfilter: whitespace fixes in LatentStyleHandlerMiklos Vajna
Change-Id: Ia90bdec8416be387f4d59f8c824c274ad7bb6fa0
2014-01-13DocxAttributeOutput: factor out writeDMLTextFrame() into DocxSdrExportMiklos Vajna
Also move the related m_pBodyPrAttrList and m_bDMLTextFrameSyntax members as well. Change-Id: I5c9f5b07b472efc930878ee2a26224346f036600
2014-01-13writerfilter: move payload from rtf to ooxml namespaceMiklos Vajna
Change-Id: I7f39d0245fe9ad0aec4b8c1dcea8c379124d2d7a
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara
we can use -1 as the failure return code as return value is always checked and isolated from the rest of the code. Change-Id: I87a743de82d681a7e4eabc61a576c4e50f1279a8
2014-01-13longparas: STRING_LEN is intended here to expand to string lenCaolán McNamara
so just expand it on entry instead Change-Id: Ieb9c7501dccf9da91c7b8377ad75739cbe1c3609
2014-01-13remove _STRING_HXX gibbereshCaolán McNamara
Change-Id: I618aa9a2752014d392516a578e454bf6443fc6ba
2014-01-13GetCharPos returns EDIT_NOLIMIT on failureCaolán McNamara
Change-Id: Ie65526e66a71561aa64ed3517097d1274ffe7db4
2014-01-13WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist
Change-Id: I4dc6267003e12c960b82efa54ed3af4a3c6376c4
2014-01-13prepare WPXSvInputStream for librevengeDavid Tardon
Change-Id: Iefcfe00c2febbb00bcf093acf252291409929f1a