- 05 Ara, 2014 40 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I982e03a12dd80be0787f22dce4495065775e7de0
-
Stephan Bergmann yazdı
Change-Id: Ibb418bc13e7635e8e4605f5ebc76a5f3f719cb4c
-
Stephan Bergmann yazdı
Change-Id: I4b892790a16892396252467b3f3c31240b2f64e8
-
Stephan Bergmann yazdı
Change-Id: I17d20cce0853a7981cf55f560915c57c8325c122
-
Michael Stahl yazdı
Change-Id: Ib39ec9c045461590767a29ccdd28f39b2a623e88
-
Michael Stahl yazdı
... if it has start/end, because Writer will become grumpy and crash. Change-Id: I6024051249eeac6ed9e43856fa77db969287f888
-
Stephan Bergmann yazdı
Change-Id: Ifec8ab79b0ecb4ec16cb9a0cf3b67757b56ab5ad
-
Stephan Bergmann yazdı
Change-Id: Ib256ed35a9ecb59a07ed31edec9bd8abb31a4610
-
Supreme Aryal yazdı
Empty columns were being unnecessarily included in the sorting range which caused extra allocation. This happens when you select the entire sheet to sort. There was already code to skip empty trailing cells in rows but not to skip empty columns. Change-Id: Ieac22647bb13165cbf66cb1a93f567e5169fff6a Reviewed-on: https://gerrit.libreoffice.org/13294Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I343572353b80eab8e6a2e4dacba0c4880048f380
-
Miklos Vajna yazdı
Change-Id: I494e6cd44087924d4b1f4fb9fcc599040d64390c
-
Stephan Bergmann yazdı
Change-Id: I48c2421598152b64d40237eb0e917a680a27b643
-
Stephan Bergmann yazdı
Change-Id: Ia03dc71a3d4e4380258e7f8d2ebc3c9f32d83493
-
Kohei Yoshida yazdı
One for IsUpdateRefs() true, the other for IsUpdateRefs() false. Change-Id: I2b18e2b8a9770fd9499dd9fc0d26397e67c1e8ae
-
Stephan Bergmann yazdı
Change-Id: I4a53ebf42add80bbac2d6698ac5d2950c0a6a067
-
Renato Ferreira yazdı
Use lookup table to translate between listbox positions and condition modes in the condformat dialog. Use function to get the number of necessary edit fields instead of hard-coded if/switch statements. Fixed minor bug where conditions with no parameter, after created, would cause one edit field to appear when opening the dialog, even though it is not used, and would correctly disappear after selecting the option in the listbox again. Change-Id: I7310674162acc33825233866aac3196905dfe8ab Reviewed-on: https://gerrit.libreoffice.org/13300Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Kohei Yoshida yazdı
This code block is sufficiently self-contained. Change-Id: I0eb2d3ee8175af60394ff4c408a9c245f77044d8
-
Stephan Bergmann yazdı
Change-Id: I45e34a9369b31fa284bc0fc0176c7efd81b527d4
-
Kevin Suo yazdı
In the locale data xml file, formatindex 47 is used for date-and-time editing. If the format code does not match the defined date/time separators, it will cause the cell value to be treated as string text (rather than a date time value). Change-Id: I75a59d943d832f28a0a6153a17e6f671e5328abd Reviewed-on: https://gerrit.libreoffice.org/13306Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Thorsten Behrens yazdı
This fixes up 45dfbdca Change-Id: I754fec5c94d51cbae69ad1155f57b0bb53788ba5
-
Bjoern Michaelsen yazdı
Change-Id: Ie99906ef2a97617857f5243353e51d8ab4bd6218
-
Bjoern Michaelsen yazdı
Change-Id: I595dea68b67d1a40df7955bee7e6a935b4efdc1c
-
Bjoern Michaelsen yazdı
Change-Id: I9866a2725bc74e3afd90eb5c32587beb7f4f6e2a
-
Bjoern Michaelsen yazdı
Change-Id: Icccf85795d2f46cb5b50150ff553cad647247862
-
Bjoern Michaelsen yazdı
Change-Id: I864c9768ffd84c8cdee986cafd205ef2943c73e5
-
Bjoern Michaelsen yazdı
... and make them protected. We already have way too many GetNexts in Writer. For now heal this by providing wrappers in the derived classes. This should allow to remove these classes from exposing these one at a time. Change-Id: Iabe3a56e22a4e640e6887aa98decf4e021e627bc
-
Bjoern Michaelsen yazdı
Change-Id: I786269210a7906c0d6b74e2cdb32100c8ae07666
-
Bjoern Michaelsen yazdı
Change-Id: I596733f76a16c01f85d1cae5f130e6ef59fe137a
-
Bjoern Michaelsen yazdı
Change-Id: Ideef73ecd6620f1d1dd283d830e41f567699a5fc
-
Stephan Bergmann yazdı
Change-Id: If8d2be68a75e69226f2a5a1d2936a257fa032c23
-
Kohei Yoshida yazdı
When I said 'Union' originally, I meant 'Intersection'. Let's fix that. Change-Id: Iaef5035bb1dbb676c63bd17b3650266605104181
-
Tor Lillqvist yazdı
Started writing a Windows version of PDFWriterImpl::finalizeSignature(). The certificate we get from the selection dialog (in xmlsecurity) is from the Windows built-in store anyway, so it is pointless to try to use it with NSS. (See bug for longer discussion.) So far it was pretty straightforward. The WinCrypt API seems clean and easy to use. But for some reason the CryptSignHash() call fails with "Keyset does not exist" (NTE_BAD_KEYSET). What am I missing? Anyway, comitting this now as it does compile and doesn't make things worse. Change-Id: I0941995ad6e22c5487c6e6fe0084d3df0b2341c7
-
Tor Lillqvist yazdı
SAL_DEBUG is what should be used for stuff like that (and not committed). Change-Id: I08505418bf9b55082e0d7672b85f3f76262dbad0
-
Stephan Bergmann yazdı
This reverts commit ca85c87b, c57fb9ea "Use xmlreader::XmlReader::getUrl" was meant for real.
-
Stephan Bergmann yazdı
This reverts commit c1e90457 (plus follow-up c940d4d3 "loplugin:saloverride" and 5f0f3d4e "Work around -Werror,-Wdeprecated-register"), it broke JunitTest_sw_unoapi. Change-Id: I21499f8a7810eef637bb51a30380ae60b3d915cd
-
Juergen Funk yazdı
- Remove the LoadLibrary from DLLMain (from windows not recommended) see http://msdn.microsoft.com/en-us/library/windows/desktop/ms682583(v=vs.85).aspx in section Remarks - Improve the comment why we need two dll's (jpipe.dll and jpipx.dll) - Integrate CriticalSection, init in DllMain see link http://msdn.microsoft.com/en-us/library/windows/desktop/dn633971(v=vs.85).aspx#general_best_practices Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: removed the unsafe module == NULL check around the critical section in getFunction Change-Id: I6d5f655a4942437f6dc722236f6c371063e2c407
-
Noel Grandin yazdı
Change-Id: I8bc386ffa88e31988bdc778a845403bec0772799
-
Miklos Vajna yazdı
In case there are two flys anchored to the paragraph and it's empty, then the situation is that SwTxtFormatter::BuildPortions() calls NewPortion() two times, second time the SwTxtFormatInfo has no fly set initially, only after NewPortion() calls CalcFlyWidth(). When that happens, we used to return pPor, even in case it was 0, and we the SwTxtFormatInfo had a fly portion. Fix the problem by checking if SwTxtFormatInfo has a fly portion after CalcFlyWidth(), and in case otherwise we would return 0, return the fly portion of SwTxtFormatInfo instead. As a result, the paragraph delimiter in the bugdoc will be positioned at the correct position, as the SwTxtFrm will properly have two layout portions, just like non-empty SwTxtFrms. Change-Id: I51e5ba61e79b4353c7b11c6d76b8c370ac3d4d37
-
Samuel Mehrbrodt yazdı
Change-Id: I875d1dd75c02f617814a934b34b5099f9c2279cc
-
Stephan Bergmann yazdı
This feature had never been documented in include/rtl/bootstrap.h and had only been used internally in LO on Windows for the multi-layer installations (thus is unused since 827430c8 "Fold URE: Windows"), so it should not hurt to remove it even if it could be considered part of the stable URE interface. Change-Id: If0f59f30dad8b2c3ff5f7931c19cd254073ccf80
-