- 09 Ock, 2015 40 kayıt (commit)
-
-
Chris Sherlock yazdı
Change-Id: Ia8471c9745b86c4137297fd9cd0a3fea712a14fa
-
Chris Sherlock yazdı
Change-Id: Id8524328f1bdacbc37dd6846f053e5bcfbcd782c
-
Matúš Kukan yazdı
Would be nicer to fix it though. Change-Id: Ia5f49a69374e9e79a9a16542bc44f279b9e5a6f7
-
Ashod Nakashian yazdı
At least on some 64-bit Cygwin installations, the input gbuild-to-ide gets include \r\n EOL. Python3 regex excludes \n from .* but leaves \r in the matching group. This training cr ends up in the file paths in VS project files, breaking it as they are invalid characters. Change-Id: I481c1adbf6f6db7ab0ee0d3a768b7a397dc78ee5 Reviewed-on: https://gerrit.libreoffice.org/13803Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Caolán McNamara yazdı
Change-Id: I9fd7b873b6e64a6450c1bd946cd9bb08c293290a
-
Caolán McNamara yazdı
Change-Id: I844532d08123ed0c91ccec73cc806277fd821089
-
Stephan Bergmann yazdı
Change-Id: Iaa46849742c215798722d03d9ee59bb39d8033f7
-
Eike Rathke yazdı
Also OOXML calls these API functions, this is the central place to handle it.
-
Eike Rathke yazdı
If there are no matching tab names for a FileId, preserve at least the known reference parts. In case of 2D references the sheet name is in the token if for example read from .xlsx, only for 3D references the second sheet name would be needed. The underlying makeExternalRefStr() and its subroutines handle the missing tabname elements gracefully. Still this situation is worth an assertion.
-
Eike Rathke yazdı
Change-Id: I3df065af8e4ef44734f468fd455c3b7c93d7fbc6
-
Eike Rathke yazdı
This reverts commit 808b0bf8. This is not the right fix, it cures a symptom but probably will break other cases. See also my comment on https://gerrit.libreoffice.org/13670 Change-Id: I5bb661ba2bcbd387a69aacf08cb13b503315c5b1
-
Caolán McNamara yazdı
Change-Id: Ica5ebb04ec50c6579f71d1152ae7619dd37b879e
-
Stephan Bergmann yazdı
Change-Id: I921c631545be6da66639709642e423c44e82c5af
-
Stephan Bergmann yazdı
Change-Id: I46225e30f6326e0af5a8ac3bebe9847f4dbe50d0
-
Stephan Bergmann yazdı
...at least in CppunitTest_sd_export_tests, the dynamic_cast in PPTWriterBase::GetStyleSheets (sd/source/filter/eppt/pptx-epptbase.cxx) can fail, but the resulting reference appears to not be accessed then. So change from reference to (potentially null) pointer. Change-Id: Ide49be7bffefa7906e84349642f7c3d0666d414e
-
Caolán McNamara yazdı
Change-Id: Iad41da9294c9a38e501e5bcd1b3185f2e3b26ff2
-
Michael Stahl yazdı
The ENABLE_CRASHREP is no longer AC_SUBSTed by configure, so it is always non-empty in config_host.mk, resulting in -Zi without -FS, which breaks MSVC 2013 builds. Leave a placeholder in configure for the new crash reporter vaporware, and force the CFLAGS to be the same as in the --eanble-symbols case. (regression from 8ab4d2f2) Change-Id: I476fb2e4f50de5304632628b25e3997ea6c31c27
-
Noel Grandin yazdı
and remove the need to worry about keeping indexes correct Change-Id: I9a5fc00f7e28f305279b41099274c96daebebb95
-
Stephan Bergmann yazdı
Change-Id: I22a3aba3266ae8209242cf6e02ca8c66b1be863b
-
Laurent Charrière yazdı
Rename OcKumZinsZ to ocCumIpmt, SC_OPCODE_KUM_ZINS_Z to SC_OPCODE_IPMT, ScInterpreter::ScKumZinsZ() to ScInterpreter::ScCumIpmt(). Change-Id: I7a062374fa0dad375c9277ca7e1c23f6d6855013 Reviewed-on: https://gerrit.libreoffice.org/13816Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Laurent Charrière yazdı
Rename OcKapz to OcPpmt, SC_OPCODE_KAPZ to SC_OPCODE_PPMT ScInterpreter::ScKapz() to ScInterpreter::ScPpmt(). Change-Id: I5bc556e086970ea487e14b4663a9b3d2aaf9bb66 Reviewed-on: https://gerrit.libreoffice.org/13815Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Laurent Charrière yazdı
Rename OcKombin to OcCombin, SC_OPCODE_KOMBIN to SC_OPCODE_COMBIN, ScInterpreter::ScKombin() to ScInterpreter::ScCombin(), OpKombin to OpCombin. Rename OcKombin2 to OcCombinA, SC_OPCODE_KOMBIN_2 to SC_OPCODE_COMBIN_A, ScInterpreter::ScKombin2() to ScInterpreter::ScCombinA(), OpKombin2 to OpCombinA. Rename OcVariationen to OcPermut, SC_OPCODE_VARIATIONEN to SC_OPCODE_PERMUT, ScInterpreter::ScVariationen() to ScInterpreter::ScPermut(), OpVariationen to OpPermut. Rename OcVariationen2 to OcPermutationA, SC_OPCODE_VARIATIONEN_2 to SC_OPCODE_PERMUTATION_A, ScInterpreter::ScVariationen2() to ScInterpreter::ScPermutationA(), OpVariationen2 to OpPermutationA. Change-Id: I2efa01e9b160e98058879d08e2e2313284a5ec91 Reviewed-on: https://gerrit.libreoffice.org/13814Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Laurent Charrière yazdı
Rename OcZinsZ to OcIpmt, SC_OPCODE_ZINS_Z to SC_OPCODE_IPMT, ScInterpreter::ScZinsZ() to ScInterpreter::ScIpmt() Change-Id: I6ed671aff85b7d2ec06dd66cd7ec9390776008b1 Reviewed-on: https://gerrit.libreoffice.org/13813Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I5e29626fe2803d2751bdec9c6919662ea37cf64c
-
Caolán McNamara yazdı
Change-Id: I99d3a715cce203eb2303c76da3b20e6d853a9d23
-
Caolán McNamara yazdı
and adjust the basic test-case, which is surely wrong The syntax for REPLACE is: // Replace(expression, find, replace[, start[, count[, compare]]]) surely in the case of a start of 3 the preceeding chars should be returned unchanged in the result, not stripped off as before this change. This reverts commit 869402a5. Change-Id: Ie710e4de9e7e35c84abe2770142a963532820af4
-
Stephan Bergmann yazdı
(mpLayoutCache may be null, but that was harmless as Write was effectively static) Change-Id: I41b10593c5ae98de92e7b305d9db75d0c4c7b334
-
Stephan Bergmann yazdı
Change-Id: Ibffc44da6e9d6fb02d43d8a2b7e143ff994d76a8
-
Noel Grandin yazdı
so make them final and make their destructors non-virtual Change-Id: I94453786d2befb885996996040a766bc4ccbb4e3
-
Jacobo Aragunde Pérez yazdı
Known issues: the mimetype returned for .odp files is null and share does not work on these files. Change-Id: I61e752763a6934657c30fff3cefc57ac0144ec71
-
Jacobo Aragunde Pérez yazdı
Change-Id: I234f7ddb99570498f86449cf61ceb72696995b0d
-
Stephan Bergmann yazdı
Change-Id: I86aaad9f38ad63121805fa3dc05b3a8a33428ef7
-
Tsutomu Uchino yazdı
Second or later compilation uses value type returned by previous execution of code. Use the defined type as return value of the runtime function of Basic always. (cherry picked from commit 7470c682) Conflicts: basic/inc/basic/sbxmeth.hxx basic/inc/basic/sbxobj.hxx basic/source/runtime/stdobj.cxx basic/source/sbx/sbxobj.cxx Change-Id: I3064e8403286a9c1401ef658bf139bedeae11f17
-
Stephan Bergmann yazdı
Change-Id: I17936ae2e37520abaa7dd31a5bb9aec6300ea021
-
Miklos Vajna yazdı
Change-Id: I01816988eb3c47e60826ff01c1b8402f9f5130e4
-
Noel Grandin yazdı
and consequently fix bug in SwPageFrm::PreparePage where it was comparing against the wrong #define's Change-Id: I681f7e9f3f9bbe1ddf2613814ed36cfe0955825f
-
Noel Grandin yazdı
Change-Id: I1c761482cb78efc26d3beda75381557268e1bc0d
-
Noel Grandin yazdı
Change-Id: I7aaeda37ceea080251f9d6381a78d13b8fb055d0
-
Noel Grandin yazdı
Change-Id: I163bd3f521473c5357c23c3ce4978f984be7b6fe
-
Matúš Kukan yazdı
$(call gb_Library__get_name,foo) returns "libmerged" if library foo is merged. This reverts commit ee567a63. Change-Id: I6ab9b7f0b01262a6f9d5a6834a6cffdd6ffc6f8a
-