- 16 Eki, 2014 3 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Ibc28879d303fc768014df89df8022e1fd13634dd
-
Kohei Yoshida yazdı
Especially when formula cells are involved. Change-Id: I40950e7108778821c17d08354f01bb157b1551e6
-
Kohei Yoshida yazdı
Change-Id: Ia2a32f4be3ef2c09ac68fe03ee9a7c9d31aef7ed
-
- 15 Eki, 2014 37 kayıt (commit)
-
-
Christian Lohmaier yazdı
Change-Id: I8a470b6dba04e75326543c8e0786a148b8787b13
-
Michael Stahl yazdı
Change-Id: I53cadf01246faf3c4b54ee360db19bde2dcb98cc
-
Michael Stahl yazdı
Change-Id: Id483d58a9de27a247880aedfe6bb3fe1d410129c
-
Stephan Bergmann yazdı
Change-Id: I8cde0dfd7b760d8075f53b9de8a8d3a81a57dc27
-
Norbert Thiebaud yazdı
Change-Id: I28dcdace3a9b299dce5ca6289ce9a16290172dc5
-
Miklos Vajna yazdı
So guards like '#if OSL_DEBUG_LEVEL > 0' around it can be dropped in most cases. Also, dumping the hex value of token IDs no longer makes sense, now that doctok is gone. Change-Id: I2c0d466e4bdde63d271a83aa4e7eebb52294e363
-
Norbert Thiebaud yazdı
LODE_HOME is an environment variable that stem from the LibreOffice Development Environment... a small project aimed at simplying the setup of a build environement for Libreoffice, for dev, release, tinderboxing or jenkins slave (see git://gerrit.libreoffice.org/lode ) Among other things it defines some standard locations where where some specific tools that usually require manual install are to be installed (and lode's ./setup take care of doing just that) Teaching configure.ac about these location simplyfy even more the autogen.input setup when using a lode setup. Change-Id: I43d5c11b59110300f69dadfb7fd1c96e94f81652
-
Michaël Lefèvre yazdı
from SwRedlineSaveDatas Change-Id: Ie178983496891c8bd964b37536058d2e6b310c29 Reviewed-on: https://gerrit.libreoffice.org/11947Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michaël Lefèvre yazdı
from TEParaPortions (through ToolsList, close to be deleted ;). Change-Id: Iec92ebb54ebc44d94ccc8cb30230ffb44b937b35 Reviewed-on: https://gerrit.libreoffice.org/11954Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Laurent Godard yazdı
applying same strategy than 1e721077 Change-Id: I8c226d5d66ba8371ea1baec73e72b3e50886bb4f Reviewed-on: https://gerrit.libreoffice.org/11877Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
and which got horribly destroyed by merge-conflict resolution of 78f64079 Change-Id: Ie560416f4aa435e80c57a4449ee499fc5af20022
-
Michael Stahl yazdı
The SdrObject returned from SvxMSDffManager::GetShape() is owned by the caller; since it's not inserted anywhere it has to be deleted. Change-Id: Iaac6467592ec4151173a586a6dc71f9bc44b44f0
-
Michael Stahl yazdı
Change-Id: I493af417e9bf6c781638a5a2ec10c3bed32d1b8a
-
Michael Stahl yazdı
Change-Id: Ib0de8cc5977a8721511e62f39bf3a86a6a76250a
-
Michael Stahl yazdı
Change-Id: I92455612c41564e74570b4ee4fa4e3cdfa20f24d
-
Caolán McNamara yazdı
Change-Id: Ia0240d212a39401ea119588f4a0731b2b99d1d1f
-
Caolán McNamara yazdı
Change-Id: If9f7154b204a1f5c0a0c6475988cf965fb5aadfe
-
Caolán McNamara yazdı
Change-Id: I974a80644f70c024f93d081a87204df8cadfa012
-
Caolán McNamara yazdı
Change-Id: Iedcd30fc27e9984407c6752577a3ecb35d7dc075
-
Caolán McNamara yazdı
Change-Id: I444233dcf0a1e5e3792089be605b340b24882c89
-
Caolán McNamara yazdı
Change-Id: If0019caa34168b758f23e88363b94e91f8bd4c8a
-
Caolán McNamara yazdı
Change-Id: Icaa9b84aa0c3617248d8e52fcccfca928accaea1
-
Caolán McNamara yazdı
etc. Change-Id: I588d4486071b1e31897d4e6468a2c634d6856832
-
Caolán McNamara yazdı
Change-Id: Id6b14366d11c15ec1440482cfb725e497807fa2e
-
Caolán McNamara yazdı
Change-Id: I0fc00b445db0a6254adbfa335e6971c6787109d5
-
Caolán McNamara yazdı
and coverity#706330 Uncaught exception Change-Id: I105e37c88654cf47b50fe6b260b8994622305dab
-
Caolán McNamara yazdı
and coverity#706317 Uncaught exception Change-Id: Idd01f4ba68b1ce6590d6c7b79bcff9593f0766ea
-
Caolán McNamara yazdı
related coverity#1242504 Resource leak but it still leaks a dlopen handle here of course Change-Id: Iaf692e7b2753c1c0af580e236bc147dc30a39e9f
-
David Tardon yazdı
Change-Id: I583e49180b37705ea124c0d88c2e2a8cb1470dfe
-
David Tardon yazdı
Change-Id: I88290e5ccfd6ab250fe1526e452609e6de020dcd
-
Stephan Bergmann yazdı
Change-Id: I39df464321685ebef29f44221bab9005295d0c3f
-
Stephan Bergmann yazdı
...detected with a modified trunk Clang with > Index: lib/Sema/SemaDeclCXX.cpp > =================================================================== > --- lib/Sema/SemaDeclCXX.cpp (revision 219190) > +++ lib/Sema/SemaDeclCXX.cpp (working copy) > @@ -1917,9 +1917,10 @@ > const Type *T = FD.getType()->getBaseElementTypeUnsafe(); > // FIXME: Destruction of ObjC lifetime types has side-effects. > if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl()) > - return !RD->isCompleteDefinition() || > - !RD->hasTrivialDefaultConstructor() || > - !RD->hasTrivialDestructor(); > + return !RD->hasAttr<WarnUnusedAttr>() && > + (!RD->isCompleteDefinition() || > + !RD->hasTrivialDefaultConstructor() || > + !RD->hasTrivialDestructor()); > return false; > } > > @@ -3517,9 +3518,11 @@ > bool addFieldInitializer(CXXCtorInitializer *Init) { > AllToInit.push_back(Init); > > +#if 0 > // Check whether this initializer makes the field "used". > if (Init->getInit()->HasSideEffects(S.Context)) > S.UnusedPrivateFields.remove(Init->getAnyMember()); > +#endif > > return false; > } to warn about members of SAL_WARN_UNUSED-annotated class types, and warn about initializations with side effects (cf. <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2014-October/039602.html> "-Wunused-private-field distracted by side effects"). Change-Id: I3f3181c4eb8180ca28e1fa3dffc9dbe1002c6628
-
Herbert Dürr yazdı
for non-symbol PDF-Type1 export Suggested-By: edv@gruene.de Reviewed-By: hdu@apache.org (cherry picked from commit b8186703) Conflicts: vcl/source/gdi/pdfwriter_impl.cxx Change-Id: I02227724bff301133ac8ce5562ec5ca1ed94f136
-
Caolán McNamara yazdı
Change-Id: Ief903c619204f01784e93fd5e2d582632cef032e
-
Caolán McNamara yazdı
maybe sort of can be considered a regression from commit 733b8319 Date: Tue Jan 5 16:37:41 2010 +0100 swunolocking1: swtypes.hxx: rename frame anchor types enum RndStdIds: rename frame anchor types (FLY_*) to be more intuitive. where if (0 == (pAnchorPos = pAnch->GetCntntAnchor())) bCallMake = sal_False; turned to if (pAnchorPos) bCallMake = sal_False; but there would always be a following de-ref of a potential NULL pAnchorPos which wasn't FLY_AT_PAGE Change-Id: I808b4f178887ab6149e38bab6e36eb68d7a1eb29
-
Noel Grandin yazdı
Change-Id: I0ccdd2ce18336afea67a3f296b26b2de50f14808
-
Noel Grandin yazdı
Change-Id: I96a0d5d7ec3363076b0165f3c540c51ef01b58f3
-