summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-02Remove left-over comment junkStephan Bergmann
...from d9cf110dae8030c93c4cc7909b30c779b523359f "Bye bye ODMA." Change-Id: I2461b0b205df04ad722d0de7d0f357f619cd13f0
2015-04-02sw: [loplugin:stringconstant]Michael Stahl
Change-Id: Idb8a113254574ca5f998980ede91e42f9bd09277
2015-04-02Added test function for Search-and-Replace with TransliterationVarun
This test function checks the search-and-replace operation with some Transliteration Flags enabled. Change-Id: I86e0068e9d91e4fe426f9d6c120baf66e59e2b7e Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-04-02avoid endless recursion in fdo84763-2.odsCaolán McNamara
Change-Id: I7052ad735ee7f804fe2817ea44527a4b95a2dd04
2015-04-02We can no longer import those formatsKatarina Behrens
so presumably can't paste them from clipboard either Change-Id: I1d544cbf6e19cf7def510383659bc0f6a26905b7
2015-04-02vcl: [loplugin:staticcall]Michael Stahl
Change-Id: I7e3bb7f33e5b5d4d831ae1389b8ef64e160a94ff
2015-04-02editeng: if this should never happen, let's assert thatMichael Stahl
Change-Id: I803282c9f080013ebee33ce1109612fff509fd6e
2015-04-02tdf#85496: editeng: suppress all duplicate attributes during exportMichael Stahl
Since commit 0d57434180db6c8eda8c5b9b704f8a1c18b371df multiple 0-length attributes will be exported by the ODF filter as duplicate attributes. 846b56b6b99e334dfa44f1a24640aa3158509854 was apparently not the only bug that could cause this; unfortunately nobody is able to reproduce the editing operations that result in the newly reported issue, so just take the safe approach and check for duplicates, as is already done in the libreoffice-4-3 and libreoffice-4-2 branches. Change-Id: I1de10a99f6b84a0f4ea793ad55aaf6953b8307d5
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist
Let's see where it actually will be needed. Sal is a "picky" place for new API, even inside LIBO_INTERNAL_ONLY. Change-Id: Ia0c5ee8cfc6ee526c5ad34d2f8aab0b14b5f805b
2015-04-02use helpers some moreBjoern Michaelsen
Change-Id: Ia448046b41d6d7594b1ff6f630dbbd4217e13732
2015-04-02condense item population code down a bitBjoern Michaelsen
- the functor argument is likely overkill, but I havent checked yet if there are sideeffects from the item ctor in the previous late eval Change-Id: I439ac3095013945b725ad02ed04076bf008a71c0
2015-04-02use helpers some moreBjoern Michaelsen
Change-Id: I596f25d3098edeef154917201ba6fd2f351517b3
2015-04-02throw instead of returning an empty AnyBjoern Michaelsen
Change-Id: I299ac48e480517289348c651f28b5c7fc7653362
2015-04-02throw instead of silent noopBjoern Michaelsen
Change-Id: I47dddce1513a870c27844d88694295c5999c0c7f
2015-04-02simplify UNO boilerplateBjoern Michaelsen
Change-Id: I07538ae4b33a4fa1f07bc6bb4ce6b9af2159e40f
2015-04-02simplify UNO boilerplateBjoern Michaelsen
Change-Id: Iec0f4bff0d32c79e3ee8b545abe30d03bddb162b
2015-04-02be honest and throw about unimplemented functionsBjoern Michaelsen
Change-Id: I912297a79d3eb99700dce635ab606eee190350e5
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe
Change-Id: Ia6bcaaac60c18abda803f6a40db8a5c5076b9427 Reviewed-on: https://gerrit.libreoffice.org/15101 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-04-02fix crash with ooo71962-1.odtCaolán McNamara
script run ends after chunk we are rendering Change-Id: Idbfe11c385db72a80d3d204f8638d67395580d1b
2015-04-02loplugin:staticmethodsNoel Grandin
Change-Id: Ibf0c73ac17ec19ed672f66907db47057920babca
2015-04-02loplugin:staticmethodsNoel Grandin
Change-Id: I3ae555fd9f0dc3c11ea301ee1cb2c799fbec820d
2015-04-02loplugin:staticmethodsNoel Grandin
Change-Id: I1f6c6d13697aa397067478d6b07429120106e6bd
2015-04-02ival is the intended source hereCaolán McNamara
Change-Id: I25aa7a3d72a346cbc6b01501cf377984be92b3fa
2015-04-02fix higher debug level buildCaolán McNamara
Change-Id: I23324d03f3388642e964c13d8a5c32311f97ef08
2015-04-02DocxAttributeOutput::m_pPostponedCustomShape: use std::unique_ptr<>Miklos Vajna
Change-Id: I73916d70278068e1cec979f080cce00f25c54f1c
2015-04-02use error value instead of string in array/matrix, tdf#89387 tdf#42481 relatedEike Rathke
Hopefully tdf#90391 will be solved, else we'll have to revert all MatOp work and do this change on the previous code. Change-Id: I4789ccf389558f3687d90c600a4f1a27c24a20d9
2015-04-02Make configure actually find LODE nasmThorsten Behrens
Change-Id: I7650a56375d98814e89fc21894c92a200832bb29
2015-04-01smoketest: run XML files through xmllint --formatMichael Stahl
... so they are less annoying with git grep Change-Id: Iafbd364fe746644cc3e50efa641c64a92a23e026
2015-04-01sw: remove pointless SolarMutexGuard in SwXTextMarkup::ModifyMichael Stahl
Change-Id: Ifb96e8194a29bee3a92e2a957f08a5c51584e565
2015-04-01i#105557: fix locking for SwXTextMarkupMichael Stahl
... by adding the usual sw::UnoImplPtr pImpl. This was crashing in sw_unoapi under ASAN in the dtor's SwClient deregistering. Change-Id: I038ca21e04fae7599113b949846a23e1ca73181e
2015-04-01sw: remove utterly pointless assignment in SwXFlatParagraph::changeText()Michael Stahl
It will be set to 0 at the end anyway. Change-Id: If9a8a70057a03980c37951f9ce74e1ae27541bfb
2015-04-01Typo: metod(s)->method(s)Julien Nabet
Change-Id: Ie8e8c33bba30ae454c4a0cb54eb6613293a398e6
2015-04-01Typo: wheter->whetherJulien Nabet
Change-Id: Iab5e7de499452924b4ac0d34cc604ee38395c813
2015-04-01CppunitTest_sw_ooxmlexport5: try to make MacOSX_37-tdf-buildbot happyMiklos Vajna
Blind fix, can't reproduce the problem locally. Even if the XPath we give explicitly requests one XML node, we get multiple ones: equality assertion failed - Expected: 1 - Actual : 2 - In <file:///var/folders/_n/q7swt8596vz0063kvnql9nrw0000gn/T/luyyyujc.tmp>, XPath ´//w:formProt[1]´ number of nodes is incorrect Change-Id: I380fd077c5740b3045f64a6748dd96d1b213e453
2015-04-01Resolves: tdf#88672 add missing return if error to not crashEike Rathke
Change-Id: Iae73c46d6ae5b141c3f5680b2623ee06205c22d2
2015-04-01sw: fix error handling in SwXTextTable methodsMichael Stahl
PythonTest_sw_python fails because of an unexpected IndexOutOfBoundsException, because "complex" tables have 0 rows / columns. (regression from 84e71f3bad28f2003a0f654f0938d5bc7e309666) Change-Id: Ieb958594e56dc007812cc44ad8440eb49698e926
2015-04-01simplifyStephan Bergmann
Change-Id: Ib88ccd6ea430791f18571ad7d6a34d7432477050
2015-04-01tdf#88360: sw: fix crash on closing help in Navigator windowMichael Stahl
SwContentTree::pActiveShell is not cleared because of a check that the shell exists, which is only done in the special case bIsConstant. * at most one of bIsActive or bIsConstant is true * the only place that calls SetActiveShell() if bIsConstant is true already checks this condition So remove the unnecessary check from SetActiveShell() Change-Id: Id3b3b98bd38303b5afc529cc8be669872bd354b7
2015-04-01Engineering notation: Slight optimisationLaurent Balland-Poirier
Update of commit Ia18f9e150ca32aa9bbe133c082c3f9330e949f11 Change-Id: I5118619f2ab669f90e0377d9cabdba4778179581 Reviewed-on: https://gerrit.libreoffice.org/15100 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-04-01sw: -Werror=sign-compareMichael Stahl
Change-Id: Ia493809149d0a0bc7e4890e4ec5889a6ba9cfe8e
2015-04-01WaE: comparison of integers of different signsTor Lillqvist
Change-Id: Iae6be25962975f7db2226d4e5d58ce69eb23de57
2015-04-01typo in commentStephan Bergmann
Change-Id: I549002411c9e28786b4f4a4c55650548c02f5b04
2015-04-01tdf#60060: unit test for docx section protection exportEilidh McAdam
Change-Id: I307466e7336bcf767ebb1ac3bb330cfb2130f84c Reviewed-on: https://gerrit.libreoffice.org/15003 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-04-01tdf#60060: DOCX export of section protectionEilidh McAdam
Initial implementation - no password protection is saved. Specific sections are protected in OOXML by using form protection; that is, only form elements may be edited in protected sections. Change-Id: I294064bbc4e3c307d17001ebd21f1bd6f07de42c Reviewed-on: https://gerrit.libreoffice.org/14895 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-04-01tdf#87441: Check for read-only RemoveHiddenContentStephan Bergmann
Change-Id: Ic67c368c63e598f727d81ebb566ff858a2c1dfcc
2015-04-01Replace MailerProgramCfg_Impl with direct configuration accessStephan Bergmann
Change-Id: I25486b4f7455eab72dd831f0f30eb17595e07681
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann
[API CHANGE]: extends the css.configuration.XReadWriteAccess in an incompatible way, but that is unpublished, has been commented as "still unpublished and unstable," and was specifically introduced for internal use by the simplified configuration access, so should not affect 3rd party code. Change-Id: I99ce045f5bd8c598e689d46fb0d3626dfaa6d0a0
2015-04-01Replace RemoveHiddenContentCfg_Impl with direct configuration accessStephan Bergmann
Change-Id: I422f6f3386419f4ea91c4b3d9c96e759e1361a3a
2015-04-01tdf#87441: RemoveHiddenContent is indep. of ExternalMailer/Program R/O stateStephan Bergmann
Change-Id: I7a479c85c2acbb750651b4c4211447bcb2a7346e
2015-04-01Revert "Revert "skip SkipImages unit test on Windows""Michael Stahl
This reverts commit 7ea8046c741c8b7b608f26e312cc5f1056752c09. Unfortunately test still fails on WNT tinderbox but it works for me locally, disable it again.