summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
left over from our conversion of the SvStream output operators to more specific methods Change-Id: Ie44bec6b988f3e46fe78d14b740818c9141f5df0
2014-09-26remove unnecessary casts in calls to SvStream.WriteSCharNoel Grandin
left over from our conversion of the SvStream output operators to more specific methods Change-Id: I4f17a2fd6a68f8078b97c96e89e27a5627c57c03
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
left over from our conversion of the SvStream output operators to more specific methods Change-Id: I2ea4c7d97e745b3e6a3834f41ac7bfefa4883c7a
2014-09-26remove pointless commentsNoel Grandin
Change-Id: I8edfe830b8f6ca7f1809332870e06d1d286b90e8
2014-09-26remove unnecessary casts'sNoel Grandin
left over from our conversion of the SvStream output operators to more specific methods Change-Id: I63f18be8e940098c2acbbc73ee49ede3a949fcb2
2014-09-26remove unnecessary static_cast'sNoel Grandin
left over from our conversion of the SvStream output operators to more specific methods e Please enter the commit message for your changes. Lines starting Change-Id: Ibfe7635451ef7b8813d7a59c78c5223092a17ad5
2014-09-26SvStream - rename WriteNumber methodsNoel Grandin
to Write?Int32AsString. Since the original name was so generic as to be meaningless. Change-Id: Iaaaf592904af51f2b9988fa8efb344c1b2bf9b0f
2014-09-26remove ::svxform::OStaticDataAccessTools from DbCellControlLionel Elie Mamane
Change-Id: Icd93a418fad8c9f05b49fcd412a1e2ba4b9c240b
2014-09-26rip out all remaining uses of svxform::OTypeConversionClient and remove itLionel Elie Mamane
It just wraps around dbtools, which is linked directly now. Change-Id: If8d281962018a48a54858421e3490f5032658691
2014-09-26Resolves: fdo#83943 avoid infinite recursionCaolán McNamara
when attempting to make a cell visible when the parent simply isn't large enough to show any part of the cell Change-Id: I987c9b3be30a66a5e1e27ad9e452f2ca65330d9e
2014-09-26improve gbuild-to-ide error messagePeter Foley
Change-Id: Ia8986764e48f1dbe39374d511a188bd2b5f49e13 Reviewed-on: https://gerrit.libreoffice.org/11654 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-09-26Fix firebird without cygwin gccPeter Foley
The firebuild buildsystem calls windres, which depends on cygwin gcc, use rc.exe so that a windows build without cygwin gcc will succeed. Change-Id: Ic7719749b3806232912e3eb8b1ede11e6eb3c10c Reviewed-on: https://gerrit.libreoffice.org/11619 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin
- rename GUID to SvGUID so we don't need an #ifdef WIN32 - drop ClsId struct, since it is used interchangeably with GUID and has the same structure Change-Id: Idf5c14c82a6861ef585fb57896a9b12cfe40374c
2014-09-26DOCX drawingML import: fix handling of rotation in case of horizontal flipMiklos Vajna
Change-Id: I95f74c3d3222a4d713c8d71bcd3263ecb16dba54
2014-09-26Resolves: fdo#84261 unexpected exception -> clang builds terminateCaolán McNamara
Change-Id: I545ed112b54fb3d81e67b0f42230811cd48de626
2014-09-26coverity#983665 Uncaught exceptionCaolán McNamara
Change-Id: I3d0cd9a9bde8c3705abd876e832b6b7e56bb7fad
2014-09-26coverity#707302 Uncaught exceptionCaolán McNamara
Change-Id: I43761e1c06ca4ccc394b13b4ce9f82d390971533
2014-09-26coverity#1241340 Unused valueCaolán McNamara
Change-Id: I5fc73cfab0295cb2d2fd1f895bf2974c473ea30e
2014-09-26coverity#982849 try and fix Unrecoverable parse warningCaolán McNamara
Change-Id: Iba0f175c7c079f2171bab6e5a7419c7d5966c541
2014-09-26what is it with the explicit voidsCaolán McNamara
Change-Id: I7d3995f16351cb1686003f2ba7a044ac99d6d10b
2014-09-26coverity#1194914 Overflowed return valueCaolán McNamara
Change-Id: Ic7ec1238a85fd0395aeccc8a10e5f27c63deae95
2014-09-26coverity#1241051 Negative array index readCaolán McNamara
Change-Id: I958267c88f74523a5aaba0ff6c677aadd2e84dd9
2014-09-26coverity#1241117 Negative array index readCaolán McNamara
Change-Id: I15787a4a2b964de3b12586c823be48c0289fea0f
2014-09-26coverity#1241372 Negative array index readCaolán McNamara
Change-Id: I73bae29c6cc737d341381c010face6b587b31598
2014-09-26Updated coreKay Schenk
Project: help c4b49fbddd2099733cb5c7606fbc5b848b23c1e0
2014-09-26Properly handle the hash-style linker check when cross-compilingPeter Foley
Currently the hash-style check fails when cross-compiling, use AC_RUN_IFELSE to properly handle this case. checking for --hash-style gcc linker support ... ./configure: line 12119: ./conftest: cannot execute binary file Change-Id: I77c2d6a859c1c2e6ba42f31b527a9507127d0644 Reviewed-on: https://gerrit.libreoffice.org/11496 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-26Use multi-column layout and correct header colourPhilipp Weissenbacher
Also fixed some tab indents Change-Id: If2e4301d2199e0a72c8d859231430c1982fd0fc0 Reviewed-on: https://gerrit.libreoffice.org/11649 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-26fdo#75757: remove inheritance to std::vectorTakeshi Abe
from SfxFoundCacheArr_Impl, by typedef'ing it as boost::ptr_vector<SfxFoundCache_Impl>. Change-Id: Id0e50370b440fb53dbb56dabca9743b27a08b90d Reviewed-on: https://gerrit.libreoffice.org/11650 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-26The unused source_arena arg to alloc/freeExec can just be nullStephan Bergmann
Change-Id: I16f8a9e8f421215fe5d392ba3f1f304618d70174
2014-09-26fixed behavior of Writer's Special Character dialogSzymon Kłos
before: the character is inserted at the end after: The character will be inserted where the cursor is or will replace the selected string. Change-Id: If5f7cac24c98a9105c38864da5a4c6363a35a834 Reviewed-on: https://gerrit.libreoffice.org/11642 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-26filter: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: Id1d0392e1dbd33de326aa2bd8cbcf8cc03bf7c90
2014-09-26scripting: modify astyle.optionsRobert Antoni Buj i Gelonch
Change-Id: I0e5fb63e2c632890e774b59e6808907067c87ce6 Reviewed-on: https://gerrit.libreoffice.org/11643 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-26Force --std=gnu89 for clang.Andrzej Hunt
clang builds with a more modern standard by default On Linux gcc builds with gnu89 by default. On Windows MSVC only supports C90. Hence it makes sense to force gnu89 for clang to catch potential gnu89/C90 incompatibilities locally. (C90 and gnu89 appear to be quite close, however using C90 with clang results in warnings and errors to do with comments on lines with code (-Wcomment), and also the lack of inline (instead you would use __inline -- this is #define'd in for Windows only).) Change-Id: I569af7541b86aa0f83ebb66770d43737bac5d21f Reviewed-on: https://gerrit.libreoffice.org/9904 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-26bnc#897769: OOXML import: Import border lines using reference too.Matúš Kukan
Do not ignore 'lnRef' element. Also fix typo to apply 'seCell' properties to the right cell (southeast). Change-Id: Ia45f7016f358b70e6db06a232c569335ce9d7051
2014-09-26Remove unused files and move test to qa/Matúš Kukan
Change-Id: Ia8c022c958f5547d710f9cb196672b89292bbb49
2014-09-25fdo#84235 Remove Navigator from Context menuSamuel Mehrbrodt
Change-Id: Ie84fe35db0dfca08e2b270636f06bef90c1455ab
2014-09-25vcl: try to make clang tinderbox happy about new timer testMichael Stahl
Change-Id: I15ae1693e92e430c78b5d73c12a7bae297c098bb
2014-09-25unoxml: domtest needs unotest library on WNTMichael Stahl
Change-Id: I9614e1495e6d990e050c651c2aed0ba0e43d51fe
2014-09-25Add missing #include.Jan Holesovsky
Change-Id: I0f617f2b4ef7bcb2b07295223acae5519280a41e
2014-09-25fdo#84000: Sort out problems with short timeouts & long callbacks.Jan Holesovsky
Previously, the timer events could have accumulated in that scenario leading to unresponsiveness to user events. Change-Id: I455d726ae7475f7dbf98d871c54d8c156cb64e52
2014-09-25fdo#83465 RTF import: handle font of numberingMiklos Vajna
Change-Id: If0da6e0e34ce50bbe7dceda089b6bb81b4a63f36
2014-09-25Fix validation problems pointed out by CppunitTest_sd_export_testsMiklos Vajna
Regression from e8bdd38882522591723097c028ca7a6927ee70c4 (fdo#83751-FILESAVE:Custom Properties dropped while exporting to .pptx, 2014-09-11), there were two problems here: 1) Using the wrong filter when the output is expected to be suitable for validation. 2) Writing empty custom property values, which is not valid. Change-Id: Ic18c789c53bd40cc8aa07385cb5fd0d5c7ada6ab
2014-09-25assert that XMLTransformerBase::m_xHandler is initializedMichael Stahl
Just seen a test with a null m_xHandler, no idea how that happened. Change-Id: I2e5ff9d3c799284beea5fdca37fa8a825f8a4756
2014-09-25vcl: avoid crashes from Timer Queues on shutdownMichael Stahl
The timer callback SalTimerProc can be called after DeInitVCL has deleted the SalInstance, and crash. Avoid that by calling WinSalTimer::Stop() and also using the INVALID_HANDLE_VALUE parameter which waits until the timer callback is done executing. Change-Id: Ia4cf2cf9dc48904d077e0a691e14107256c50ded
2014-09-25use SAL_OVERRIDE for WinSalTimerMichael Stahl
... and no, we do not "overload" virtual methods. Change-Id: Iff7c46326974995994e966873ff804092bc53540
2014-09-25scp2: remove some very SPECIAL unused macrosMichael Stahl
Change-Id: I28f2f4bc3c43aac1faf8be35cf7ce89480487102
2014-09-25fdo#84284: Adapt jar Class-Path to new Mac OS X LibreOffice.app layoutStephan Bergmann
Change-Id: If5a04b7b9ab6c7909cf089f7e935f9c08ea31948
2014-09-25mhPrevInst was pointlessTor Lillqvist
Change-Id: Iacd1c0856f991e11ef26d7ff6bf1e75264b89ac9
2014-09-25Bin pointless single-line wrappers of Win32 APITor Lillqvist
Change-Id: I9c56dbee65c93dd98344577d9e696dc61c1edbd8
2014-09-25Follow-up to fdo#84138: Add YIELD_GUARD here, too, fixes another crashTor Lillqvist
Change-Id: If4de88233493d7590736e4a3b76c2447ed429ae5