- 01 Eki, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ie864a4d04ea1ae701ab5dbb5b93807e98d5f0f1c
-
Caolán McNamara yazdı
before commit 887b3a35 Date: Fri Jun 13 17:52:30 2014 +0200 loplugin:staticcall this looked like SwFtnFrm *pFtnFrm = bEndn ? pEndBoss->FindFtn( pSource, pFtn ) : pFtnBoss->FindFtn( pSource, pFtn ); which superficially seemed to have different if else branches Change-Id: I450c8080d503489902f16cc756ff9f7013971388
-
Caolán McNamara yazdı
Change-Id: Ia2988cdde8be62a9fb3d2895c70148a01dedf594
-
Caolán McNamara yazdı
Change-Id: Idba65df85e8fc2131d0cfbdd1b3c25470f0dc0ae
-
Caolán McNamara yazdı
Change-Id: I387dcfb34dd6f1fc74ed929cb6b2833ae8e0f574
-
Caolán McNamara yazdı
Change-Id: Iab55c2545790bdee7104abf91d7a3df2deb21ec5
-
Caolán McNamara yazdı
Change-Id: If1e812f9b3c93c8e81817dc599d1d732dbc68b0c
-
Caolán McNamara yazdı
Change-Id: I841306c664ddc5d81ce1c84357de3b2daf32964a
-
Caolán McNamara yazdı
Change-Id: I77d19b131a378b16e82ce789c5d0fc99845e92db
-
Caolán McNamara yazdı
Change-Id: I13ef24dfa1c82ad14737dac77b18e92d3abeb96b
-
Caolán McNamara yazdı
Change-Id: I6a5a0efdfa45814a59d4b7b5885850e1618a526e
-
Caolán McNamara yazdı
Change-Id: Ie089a4afabb07e3b119563dafb162da427bb635d
-
Jan-Marek Glogowski yazdı
The detection code is wrong for gcc 4.6 and the tr1 code actually conflicts with the OpenCOLLADA code, because it creates an ambiguity of shared_ptr in the cpp files. Additionally most of the headers already use std::shared_ptr or std::unordered_map. Change-Id: Ibfe80e45687d34ec6fcd23339fd3f968fae402ba Reviewed-on: https://gerrit.libreoffice.org/11695Reviewed-by:
Zolnai Tamás <tamas.zolnai@collabora.com> Tested-by:
Zolnai Tamás <tamas.zolnai@collabora.com>
-
Giuseppe Bilotta yazdı
Fixes a warning about use uninitialized in SwDBManager::FillCalcWithMergeData(). Change-Id: I03954f6d47a699e3a694269757ad9613b92c5695 Reviewed-on: https://gerrit.libreoffice.org/11740Reviewed-by:
Jan-Marek Glogowski <glogow@fbihome.de> Tested-by:
Jan-Marek Glogowski <glogow@fbihome.de>
-
Stephan Bergmann yazdı
...from times when code used std::auto_ptr. Change-Id: Ia4eca8b0b95a8846886884404009e895daba8a22
-
Michael Stahl yazdı
Change-Id: I93d5d899fa073cd7ed18e9176b50679b0be95f70
-
Michael Stahl yazdı
This test failed on Mac because it depends on the layout being finished, since for SwXTextEmbeddedObjects the corresponding SwVirtFlyDrawObj are inserted in the draw page not on import, but in layout. Change-Id: I731b9b92838252ff50135f97343357992bc1933f
-
Stephan Bergmann yazdı
...for one, all supported GCC versions should HAVE_GCC_PRAGMA_OPERATOR by now; for another, there are virtually no uses of std::auto_ptr left. Change-Id: I5d94c2520d43ff0a4a8f6882ce64ebed888b44ec
-
Stephan Bergmann yazdı
Change-Id: I203b84180d3614a440b37af87223bbf5a6a0f21a
-
Stephan Bergmann yazdı
Change-Id: I57f010076f73758bd5bdcf78b58553baa257df08
-
Stephan Bergmann yazdı
Change-Id: Ib7da2401529bbff92611abdab44d26ff009e38b3
-
Stephan Bergmann yazdı
Change-Id: I779b7a172cecd927f7d18fcbbc0f898f18089d0a
-
Stephan Bergmann yazdı
Change-Id: I6e45a8b00952dc3ef54f29536cf333bfdcee787d
-
Stephan Bergmann yazdı
...and is apparently a leftover from temporary debug output in e36badb9 "Fix workaround for bug in Clang 3.2 FunctionDecl::isInlined." Change-Id: I3213981c5d236a7b67083014692566f75a2bcd51
-
Stephan Bergmann yazdı
Change-Id: I437fdceedac57bbeea7fd2a5fb7098bb71e0b259
-
Stephan Bergmann yazdı
Change-Id: I60ac3706b9be335c31039ed0997cb8215808ddaa
-
Stephan Bergmann yazdı
Change-Id: I1b8a52a92ecd465c19fb368ba206b4fdd6d86364
-
Stephan Bergmann yazdı
Change-Id: If5b81c423ec7e21f26b641b252b722d4bf467c13
-
Stephan Bergmann yazdı
Change-Id: I6fc7ef7438e1b999b3b65e4e661b9e787a66cf47
-
Stephan Bergmann yazdı
ToolBarManager::Implementation::Update in sd/source/ui/view/ToolBarManager.cxx is dubious. It takes its parameter by value (so in UnlockUpdate() the passed-in mpSynchronousLayouterLock is reset upon passing it in), but the comment that it "is [...] released at its end" together with the redundant pLocalLayouterLock.reset() at the end of Update() make it look as though the intention was to pass by reference. However, resetting mpSynchronousLayouterLock even in the case where pass-by-ref would fail to reset it is apparently important, as otherwise e.g. JunitTest_svx_unoapi would run into the OSL_ASSERT(mpSynchronousLayouterLock.get()==NULL) in LockUpdate() with a call stack of ... -> Update -> SetValid -> UpdateLockImplementation -> LockUpdate. Change-Id: I7d2717d5e1f8aa69c79a626c100d7fefb0cfb120
-
Change-Id: I73c4945dec1db4c206948f27ba3d19fa08eedd46 Reviewed-on: https://gerrit.libreoffice.org/11742Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
Regression from 818d80eb (RTF import: support shapes inside tables, 2013-06-28). Change-Id: I05eb2f4f2e3467e35f96b280e3a79f69906a56de
-
Jan Holesovsky yazdı
Change-Id: I12d9c05fb05e4cf202c5c0d7b7e87c145d163fea
-
Tor Lillqvist yazdı
Change-Id: I75baf1f8b49e05702528af72b2f364a9b152d50c
-
Tor Lillqvist yazdı
Change-Id: I527c66c7be1372ab5ddf86625667d2f315e9b5d3
-
Tor Lillqvist yazdı
Change-Id: I68eee76c8710c89af8e3c1e1006345f908923ece
-
Noel Grandin yazdı
Change-Id: I6516c004f75e416f016042aa561a20642db70b57
-
Christian M. Heller yazdı
Change-Id: I1d44c2538baac9a1443118c95a2886db5098dab1 Reviewed-on: https://gerrit.libreoffice.org/11736Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
As comments-nested.odt shows, that would lead to invalid output. Change-Id: I5c8f7ae0df60f80b0e58f7007c2f7f5e2a1cee87
-
Christian M. Heller yazdı
Change-Id: I2a5104c6da0cf9843c42b1687aec6eb9c459c3d4 Reviewed-on: https://gerrit.libreoffice.org/11735Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-