- 12 Eki, 2016 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Iec16b2617c82c363a540f967f66c514b5b2b104b
-
Giuseppe Castagno yazdı
Add the OPTIONS information and response status code into the cache: - if the OPTIONS information is already cached, update the cache only if the lifetime is different; - if the OPTIONS information is not cached, cache it. Add some new functions in DAVOptions to support the change and remove a function no longer used. Change-Id: I2f28f0ee793ec7d898caa61cc0a4962334e6e068 Reviewed-on: https://gerrit.libreoffice.org/29733Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
-
Eike Rathke yazdı
... instead of substituting with NoName error. Change-Id: Id80f46f0f4c17a0fd06abdf821d1cf5ca5d7a3ec
-
Eike Rathke yazdı
... to cover (theoretical?) +/-inf values as well. Change-Id: I23ab17f905bbd32345b88bea87ad6f010a5406ad
-
Justin Luth yazdı
"An uncaught exception of type com.sun.star.xml.sax.SAXParseException [internal line 13]: Namespace prefix manifest on file-entry is not defined" regression from 3aa52d36 which states that "initialization parameter to FastParser will turn off the namespace declaration missing exception." However, although it doesn't RAISE the exception, it doesn't prevent it either. Change-Id: I26ea02444132e5370dcb4821a75181bc8c76e553 Reviewed-on: https://gerrit.libreoffice.org/29731Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org>
-
Eike Rathke yazdı
... when handling name token. This can happen when importing BIFF .xls and the original range is not present in the document. The document is broken, but such formula can continue to work if the range expression was not actually executed, for example IF(TRUE(),then_good,else_bad_range) where else_bad_range is #NAME? error. Change-Id: I823ac89115418cf5069b2baf5c5de2c814319ae7
-
Stephan Bergmann yazdı
Change-Id: I945e4d4a3848886c061b7a29bd277a1e6c6a7505
-
Caolán McNamara yazdı
Change-Id: I72e87433fef1a27c6bcac2746d9d366335797800
-
Stephan Bergmann yazdı
Change-Id: Ie326f95e165ffd0988bc5aff76370b8e86d158d5
-
Caolán McNamara yazdı
Change-Id: I70c4cfa85a4a4379ee80e73066193676ca83b5b0
-
Samuel Mehrbrodt yazdı
Change-Id: I5d1bf17ace062f07287d3b3427eaab144ea7c0f8
-
Miklos Vajna yazdı
We have code to verify ODF and OOXML signatures, this adds initial support for verifying a PDF signature. Initially this is a standalone executable, need to turn this into a unit test + hook it into sfx2 in follow-up commits. Change-Id: Ideb5ec63f761c74fd4527cf1766b0aa739e275ee
-
Armin Le Grand yazdı
Change-Id: I87a25028b82f7f6d107b2b234e20a9af6382d113
-
Katarina Behrens yazdı
this one happens when selecting Format > Area with no shape selection or in Draw's page properties dialog Change-Id: I20c94d4ac0c0ad20a4ac3f28275d1ca7f9ccdeb9 Reviewed-on: https://gerrit.libreoffice.org/29726Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> Tested-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Caolán McNamara yazdı
Change-Id: Idba73ea9bf2486d40b24e59bf6f1f5092ec70558
-
Caolán McNamara yazdı
Change-Id: I99a292cd76f40159f12cb98b362559e4109121c3
-
Armin Le Grand yazdı
Added own directory in User config to where the saved content is written and taken from, adapted to also handle ExtensionConfiguration, changed point for creating backups of configuration to doShutdown, create no configuration when a restart is triggered (untested configuration) Change-Id: Id7a96195b765842c31cacf81cc08d2965a205281 Reviewed-on: https://gerrit.libreoffice.org/29729Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Armin Le Grand <Armin.Le.Grand@cib.de>
-
Stephan Bergmann yazdı
...as OStringBuffer b("foo"); b = "bar" + b; doesn't work as one might expect (see the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2016-October/075464.html> "concat of OUStringBuffer". That feature was LIBO_INTERNAL_ONLY, anyway. And of the affected places, MethodDescriptor::getSignature (codemaker/source/javamaker/javatype.cxx) was the only one that would actually have benefitted. Change-Id: Ib84266f43e40c42c2e428f0c0616db8cfa90adff
-
Caolán McNamara yazdı
Change-Id: I0b1bd13b1d8408c2b8d83411beb36615612ddadc
-
Caolán McNamara yazdı
in favour of ResStringArray Change-Id: I2d919bac0143d35f594ce2f4adad69b81d1bcb87
-
Samuel Mehrbrodt yazdı
Change-Id: I2c78431f839050ca74b082f7c790d0c59fba6513
-
Samuel Mehrbrodt yazdı
Change-Id: Ic5c9d1a0001e8324aa007c3f7bc0e58e13afbbbf
-
Samuel Mehrbrodt yazdı
Change-Id: I6b55f79ea153aaeb8b67879bdafb6774fd91455c
-
Samuel Mehrbrodt yazdı
Change-Id: Id24e9cb526bc0143a663e8d39a5dda59f929f8bf
-
Caolán McNamara yazdı
and turn local resources used as lists of strings into string array resources Change-Id: I9d67a790659963bca87aacba1c052d7b244b4e21
-
Gabor Kelemen yazdı
Project: help 75f5e0c62da711669d59f572c217b66a3f791b23 Script to check the validity of embed tags This script looks up <embed ...> tags in helpcontent, checks whether the referenced file and id exist, and prints a warning if either one does not. Execute from the root directory of the helpcontent2 repository. No parameters are used. Change-Id: Ic20bcfb1db398067231141b9af69c45590e1d452 Reviewed-on: https://gerrit.libreoffice.org/29732Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Yousuf Philips yazdı
Change-Id: I8386651390ba753108577ced29050585b72c5e78 Reviewed-on: https://gerrit.libreoffice.org/28813Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Andras Timar yazdı
Project: help d0edb8833eae3f76869e8718c380e491f1d23419 remove old dmake related helper files Change-Id: I71dc2ef7dfdbcfaf82e4ae3875fef7de62db0e64
-
Andras Timar yazdı
Project: help 988ace944d9ec4991d7aa5fe22455fe9024e9aaf remove misleading old README Change-Id: I31da2e48f6080db0949fafe482e237ead8bcaca4
-
Caolán McNamara yazdı
Change-Id: Iaf3773608c30dc291cf65a4bc8c282b9f15ee04b
-
Caolán McNamara yazdı
Change-Id: If98c76ec38708b73158456f4a2c93b5afbe825cd
-
Caolán McNamara yazdı
Change-Id: I83195b6927bf11c6695b965b72347f7d51b844a1
-
Caolán McNamara yazdı
Change-Id: Ib30389f7ddf0a85d03b519b586bacf45b3c8adc7
-
Caolán McNamara yazdı
Change-Id: I0823b29ac99b99b9e9cd8b402e4de71ac176d784
-
Michael Stahl yazdı
This reverts commit a77ff844. GCC does not like the pragma: error: ‘-Werror’ is not an option that controls warnings [-Werror=pragmas] Change-Id: I8b97f39056091df644bcfe570332738560cd5dc3
-
Noel Grandin yazdı
This reverts commit b5e352e5. GCC4.8 doesn't like the combination of a scoped enum and storing such a type in a bitfield. And it has a bug (still present in its current master) which prevents us from suppressing the warning nicely. Change-Id: I8c73e4c5175cfc43a1b8251ad85d262ad89c4f4d
-
Eike Rathke yazdı
Project: help 2d1ceeaf543b74c76042bd714be1b1eed2adba6d fix typo, s/Number 0/Number30/ Change-Id: I32b5f02e4732bea036e4ca76f24f6ffe85dc0736
-
Caolán McNamara yazdı
Change-Id: I82a613c8f371d8f585c53b2625e7dbed8ea0b703
-
Caolán McNamara yazdı
Change-Id: I54a86f98289877abc435e2c7397ff5fd6c516545
-
Caolán McNamara yazdı
Change-Id: Ie7368f083a5aa6bcfb249375fbae1f4cd92e02ba
-