summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-22remove original and unused word for windows 1 filterCaolán McNamara
move fltshell.cxx into basflt and fire up the chainsaw for the rest This filter has never, as far as I know, had a route to actually execute it since day 0 of OpenOffice.org. Change-Id: I35a92e2dee60bdc5d2d4e7181074bc4a3635b54c
2014-10-22Resolves: ooo#40683 support word for windows 1Caolán McNamara
via the standard .doc binary filter Change-Id: I0284fa815e6874d7d59ad1ad8ede4482d2e266a4
2014-10-22callcatcher: update unused codeCaolán McNamara
Change-Id: I96b4d44e44389245f3ccc4a08198676461c6a38b
2014-10-22Avoid unnecessary #includeStephan Bergmann
Change-Id: I6ec5de40ce2f4cbcce751dcae16dae60abbc1a37
2014-10-22fdo#75757: remove inheritance to std::vectorTakeshi Abe
from SwOLENodes, by typedef'ing it instead. Change-Id: Idafdc69a4cf7629c8c82fab5f3472be3049dfeab Reviewed-on: https://gerrit.libreoffice.org/12019 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-10-22fdo#83991 - remove redundant function folding comments.Vinicius Vendramini
Change-Id: I630aeedc31099e11d4bd0e91a05943e926efd61e
2014-10-22fdo#84168 change writerperfect filters to use a new base class templateTakeshi Abe
in writerperfect/source/writer. Change-Id: I8840f13b44aa1060dab9383583bdb1db4db70aaa Reviewed-on: https://gerrit.libreoffice.org/12038 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-10-22Speed up xmlreader::Span::equalsStephan Bergmann
Change-Id: Id1613a100e96667717cc32f44f84c0916055ea01
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann
Change-Id: Ib720bc4b3bfff8e428d14d65ff73144db82c60e0
2014-10-22fix oox build on big endianDavid Tardon
Change-Id: I580266d908e30ef076de0517f41a600f4c9372c1
2014-10-22Save precious vertical space by removing some redundant heading labelsAdolfo Jayme Barrientos
Change-Id: I6aaa7602f57f6cb2d0f9bc3ee897a9c3576d47d3 Reviewed-on: https://gerrit.libreoffice.org/12012 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-22sw: port two switchHeaderFooter() calls to DocxTableExportContextMiklos Vajna
These two APIs do the same, except that the previous doesn't handle nested calls, while the later does, as it stores its state on the stack. The idea is that once all calls to the previous are eliminated, we can get rid of it, reducing code duplication. Change-Id: I0162f3ab475e306734412b39d7166c4f0bc6cd7f
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
Feature test macros that govern conditional compilation should be defined in config_*.h include files, not on the compilation command line. Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7
2014-10-21coverity#1242908 Untrusted value as argumentCaolán McNamara
Change-Id: If9dd92c361d406c435329d29870dc8bb07a8ba7b
2014-10-21PythonTest_dbaccess_python: don't modify source documentMiklos Vajna
Change-Id: I4e8f94554141e41863c474c5f99be4b1974f3dd7
2014-10-21fdo#39468 Translate German comments - sw/source/core/{unocore|text}Philipp Weissenbacher
Change-Id: Ib68eb94b296b002a8cd4e73dd6fd72a4f9d2f7d3 Reviewed-on: https://gerrit.libreoffice.org/12058 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-21true on success, false on failureCaolán McNamara
Change-Id: Iaba5f2634e985cf41d52bedcbf7ac1c060d02c1d
2014-10-21Remove dead CustomerNumber functionalityStephan Bergmann
Change-Id: I221d3b9f0bf0f90a117fcf0caead52f2c31f7926
2014-10-21The only SID supported by PropExec/State_Impl is SID_ATTR_UNDO_COUNTStephan Bergmann
...apparently, given that the SID_ATTR_UNDO_COUNT entry in sfx2/sdi/appslots.sdi is the only place that mentions those functions. That reveals that all the other SIDs mentioned there are completely unused. (Also, there seems to be no need to wrap the remaining PropExec/State_Impl functionality in #ifndef DISABLE_SCRIPTING.) Change-Id: Iea7a41aa323b7876d316794cebe962e6e086236d
2014-10-21SAL_WARN about unsupported dispatch requestsStephan Bergmann
Change-Id: I3ee646258ed1419245a0766c79214102b08bbca1
2014-10-21Resolves: fdo#83588 Revert "center slide after changing zoom"Caolán McNamara
This reverts commit b179235f702e474b115ca479b603052f422346fd.
2014-10-21SIFR: add insert hyperlink icons from hyperlinkdialog iconsYousuf Philips
Change-Id: Idc02ca8c9faa8dfc05329bc1ef2807873590aabe Reviewed-on: https://gerrit.libreoffice.org/12063 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-21Flush output after each lineTor Lillqvist
Change-Id: Id96ab8d9938725d780c475f2f892660f04448df1
2014-10-21WaE: unused parametersTor Lillqvist
Change-Id: I080677b1add4f82315ed063af2478c9e41d267ac
2014-10-21-Werror,-Wunneeded-internal-declarationStephan Bergmann
Change-Id: Id3c70202bd028bf7400419fcba5ba4217954acd5
2014-10-21dbaccess: make sure fdo84315.odb.lck is removed after the test passedMiklos Vajna
Change-Id: I6c9a42625f10a3a30e2636a2a2be2b9bcba8f6af
2014-10-21Resolves: fdo#33598 don't show filter list any moreCaolán McNamara
Change-Id: I4100600455f1cc48c6d8957dacfe232192895e50
2014-10-21Related: fdo#33598 don't show filter list if there is only one filterCaolán McNamara
Change-Id: If31787ed84157cfb1c28710277fba747f96adc8d
2014-10-21fdo#83579 - 'Extrusion On/Off' should be added to Fontwork toolbarYousuf Philips
Also hid 'Extrusion On/Off' button in the extrusion toolbar Change-Id: I768ba62878039a18cad8294046b3ae84d762d91b Reviewed-on: https://gerrit.libreoffice.org/12046 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-21Resolves: fdo#84417 restore focus window after previewCaolán McNamara
regression due to changes of sd/source/ui/slideshow/slideshow.cxx in cc5518ca61b209408a9d5262bbdcc39efccdd72d commit cc5518ca61b209408a9d5262bbdcc39efccdd72d Author: Steve Yin <steve_y@apache.org> Date: Thu Nov 28 12:09:19 2013 +0000 Integrate branch of IAccessible2 Change-Id: I6b399d68c1f3ef32b702135b981100a23760569b
2014-10-21fdo#84405 TRACK CHANGES: New icons for the changes toolbar (small)Yousuf Philips
Change-Id: I62a942dc525eea17115959533f0c9b06b85722c6 Reviewed-on: https://gerrit.libreoffice.org/12033 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-21connectivity: firebird: fix temp directory leakMichael Stahl
Dispose the dbaccess document, and recursively delete the temp directory in Connection::dispose(). Change-Id: Id283289e44b8ca09b88da19920da7f27b551aa7e
2014-10-21connectivity: firebird: use Reference for Connection where appropriateMichael Stahl
ODatabaseMetaData and OResultSetMetaData apparently have life-times independent of their creating object, so they need to own the Connection too. Change-Id: Idee28a96e318ca4b3d804084d609737a7fc75862
2014-10-21connectivity: firebird: fix Connection leak in OStatementCommonBaseMichael Stahl
bin/refcount_leak.py was very helpful here. Change-Id: I61dc57408cf1533f733c08b701884851ec6afb8d
2014-10-21dbaccess: surely the problem is that the storage could _not_ be committed?Michael Stahl
Change-Id: I03e7e09e185e9cb25868c86de0b402b89e7f5d75
2014-10-21sc: fix temp file leak in ScTableSheetsObjMichael Stahl
Change-Id: Iff838c97c1cf633f99e75a169eeb8bb324d4a32a
2014-10-21sc: remove duplicate test methods from ScTableSheetsObjMichael Stahl
Change-Id: I4b0798a08f650660d1b5daaa41c7ee3618fbab3a
2014-10-21sc: fix temp file leak in ScTableSheetObjMichael Stahl
Change-Id: If75573ffe565ec621aa6c9739cec71bc4b087c7a
2014-10-21SIFR: fix issues color icons, control code icon, and large underline iconYousuf Philips
Change-Id: Id2c795b7bdcf00a67ddacb2ea076967fbbefcb0a Reviewed-on: https://gerrit.libreoffice.org/12053 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-21Remove unused SfxInterface::GetResManager_ImplStephan Bergmann
Change-Id: Ia9ad8072b07f0121af18377445c90480ff7c2600
2014-10-21Remove unused pSfxFormalArgs_ImplStephan Bergmann
Change-Id: I0c1e8c42fd03bd861323cbff172031f5405c1597
2014-10-21Related: fdo#84676 make the undo popup not center under windowsCaolán McNamara
Change-Id: Idef87a0ec74b7da4779a34ec2c18e7243eb328ac
2014-10-21unotools: correct filename spelling - testGetEnglishSearchName.cxxChris Sherlock
Change-Id: I9d8bc0b8d9257e8bd2453a0707081c134cc775c3
2014-10-21add CVE-2014-4114 testCaolán McNamara
Change-Id: I4d195f5ff7f9dc12747a8748915e82ab06d770fa
2014-10-21conversion to double should not be necessaryDavid Tardon
Change-Id: I12ad83453b68077fe672576680b0cd5fd9acf49f
2014-10-21fix debugging buildCaolán McNamara
Change-Id: I7264f670dd60f6121a23a4cb5524edc3bf1dcee7
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
Change-Id: I91ca8e09971aee26f16257a4fd01125cfb2ebcdb
2014-10-21nShearWink -> nShearAngleMiklos Vajna
Change-Id: I122f16783db4025b9335ed82a12f051516d98d4c
2014-10-21Remove unnecessary jfw_plugin::getVendorNamesStephan Bergmann
Change-Id: I3c134c27db4c1496fcacc519da68af10ab3ce574
2014-10-21Cross-compilation fixTor Lillqvist
Change-Id: I205afbd9c1cbe3a286359036cbdcf6aa9d986f71