- 20 Kas, 2013 35 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: Ia349d73eb30cf73a9bfbf70c95005bf74d70143c
-
David Tardon yazdı
Change-Id: I3d1b24edd0165068efb31a34817ed9631fc05ec5
-
David Tardon yazdı
Change-Id: I0a18ad70620cfd4263ffd3bc1423e00205e98f9b
-
David Tardon yazdı
Change-Id: I921f33c2c712da5b542a40bfe4db1fba0f034e3f
-
Caolán McNamara yazdı
Change-Id: Ifc16473c426bca2235e84b0d71291756074712bb
-
Jan-Marek Glogowski yazdı
The virtual Yield function has no return type, and the result of processYield is actually never used => drop it. Change-Id: I3da7bc99fd8f56301da37ca196b03b34cdc84a40 Reviewed-on: https://gerrit.libreoffice.org/6684Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Rodolfo Ribeiro Gomes yazdı
Change-Id: I72e3987af4509239b2e989483b7396512c17e48b Signed-off-by:
Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6695Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
but we're now dropping slides in there for some reason so this is just a don't crash band-aid and not the fix for the deeper problem Change-Id: I2f70471d03979ffb86b6289e7a432f4505c1b556
-
Rodolfo Ribeiro Gomes yazdı
Change-Id: I76dc0343fd735104827b4803c5440570afe86174 Signed-off-by:
Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6693Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Arnaud Versini yazdı
Needed as otherwise AnchoredObjects can be in more than one SwLayoutFrm. See also 7eae50f9 ( Access by AnchoredObject of a deleted SwLayoutFrm ). Change-Id: I54582d6f9fb8b6f853352af27706faabe610874b Reviewed-on: https://gerrit.libreoffice.org/6720Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Winfried Donkers yazdı
Added some labels that were missing and added a note of some labels that cannot be added because of unusual layout. Change-Id: I182908156f07c4e2ebc45670d79759f617690045 Reviewed-on: https://gerrit.libreoffice.org/6725Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Stephan Bergmann yazdı
Change-Id: I56c397d4cd0ad6c328d660f50189ab5f4b5cfca6
-
Stephan Bergmann yazdı
Change-Id: I3f9c692173fea9496bdda7772a8371e6a5427d3a
-
Miklos Vajna yazdı
Change-Id: Ia074b68283e518365c473d6624a84315de8c7683
-
Noel Grandin yazdı
Convert code like: aOStringBuf.append( RTL_CONSTASCII_STRINGPARAM( " is missing )") ); to: aOStringBuf.append( " is missing )" ); which compiles down to the same code. Change-Id: I3d8ed0cbf96a881686524a167412d5f303c06b71
-
Noel Grandin yazdı
Convert code like: aStrBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( "ln(x)" )); to: aStrBuf.append( "ln(x)" ); which compiles down to the same code. Change-Id: I24c7cb45ceb32fd7cd6ec7ed203c2a5d746f1c5c
-
Noel Grandin yazdı
Convert code like: aStr.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ActiveConnection" ) ) to aStr.startsWith( "ActiveConnection" ) which compiles down to the same machine code. Change-Id: Id4b0c5e0f9afe716a468d3afc70374699848dc33
-
László Németh yazdı
Change-Id: Ic3780e4389e450d8c7a69d2f0f2a6a7f81b8906e
-
Miklos Vajna yazdı
Change-Id: I2e7d482b29fc5859c32fa1731a5f1fd551509e88
-
I-Jui (Ray) Sung yazdı
Change-Id: I2f9a813e15068867f218631e9ebadd3ea2c38c95
-
I-Jui (Ray) Sung yazdı
Change-Id: I1b313d7f5f144f1884abe60c816db1fd6a643489
-
I-Jui (Ray) Sung yazdı
Change-Id: Iddd7a1bbc51f02b6b950c34afd9cbe95ec09bbf9
-
I-Jui (Ray) Sung yazdı
Change-Id: Ia90b5aaf044379b5bfc55ec525f9be2f6fda6028
-
Michael Stahl yazdı
... so replace all long with hyper to fit in 64-bit pointers. Change-Id: Ia5c044e8d7cc8c4e55f1ef8c0fb0f91bb9a69e1c
-
Michael Stahl yazdı
Do the conservative thing and lock the SolarMutex at every UNO API entry point. Change-Id: I51afffada975df7ee3435784aa050a2c19cd0ac8
-
Michael Stahl yazdı
Change-Id: I9a215d71bfeec9feed9d7f27fb1a47d36c827ef0
-
Michael Stahl yazdı
- disambiguate overloading - only use SAL_CALL for UNO methods, and non-UNO methods start uppercase - use SAL_OVERRIDE Change-Id: Ib57adad65b2b8e8246b103ff77ce162b0b540422
-
Michael Stahl yazdı
XP is the baseline already so no need to check for it. Change-Id: I5737213d647d1aea9b9fa918d87b712d3a920156
-
Michael Stahl yazdı
Change-Id: I5819d733b76c916058698b5e5b8ee338dcf25723
-
Michael Stahl yazdı
... so no need to define it ourselves, much less 3 times. Change-Id: I92c05849452fa2516ec09bc5789617df3b743f8d
-
Michael Stahl yazdı
At least with MSVC2012 there is no warning C4917 here. Change-Id: I8de6cfc33791b1bb5e2b7808e306f733cf8cfcb5
-
Michael Stahl yazdı
Change-Id: I8e183e68edcbf3ebfb4172350c31b66688eb66e0
-
Michael Stahl yazdı
Change-Id: I212c1f3449416ff3629a677112fc5a4702e89eb0
-
Christian Lohmaier yazdı
debian packages have a debian-version appended to the version string. LO version "x.y.z" will become debian package version "x.y.z-1" When checking the dependencies, the full version is compared and a check "core01 needs to be >= x.y.z and <= x.y.z" (i.e. exactly x.y.z) fails, as the x.y.z-1 package is considered to be newer. Thus require the package to be >= x.y.z and <= x.y.z-1 to satisfy dpkg Also replace occurences of ABOUTBOXPRODUCTVERSION with PACKAGEVERSION Change-Id: I58dea3055562f879f5eef511c2c9c94a2b98041b
-
I-Jui (Ray) Sung yazdı
Create a new class ParallelReductionVectorRef to straighten out code generation and marshaling logic between sequential and parallel code generation alternatives. Change-Id: Id029ad441f80712f8e7396dcd985e3363ce08ff8
-
- 19 Kas, 2013 5 kayıt (commit)
-
-
Matúš Kukan yazdı
In this mode, we read lines as "<address>,<value>". Moving is disabled then, because we update each cell individually (and also, for some reason, it was not working). Change-Id: I55f73e5a6a26f3e962a12662deeea657ce41acd4
-
Michael Meeks yazdı
Change-Id: I99a39e91c684adb1fc92cdb466477cfa90104961
-
Tor Lillqvist yazdı
Change-Id: Ief4acc559113d37902ea89a44d085c89f93e39cf
-
I-Jui (Ray) Sung yazdı
Change-Id: Ibcede4a33d7b8b1073d6ecfb49abbc78b31a2f35
-
Bjoern Michaelsen yazdı
- unify ~all gbuild targets to one gbuild call - kill CHECK_PARALLELISM as we dont respect it consistently anyway - ${MODULE}.subsequentcheck needs no specialcasing now anymore too - should fix e.g. "make unitcheck slowcheck subsequentcheck" calls Change-Id: I4238d7de599cb9fbaf09f60539d6655b85b87c29 Reviewed-on: https://gerrit.libreoffice.org/6722Reviewed-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-