- 01 Eki, 2014 40 kayıt (commit)
-
-
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>
-
Change-Id: I6e4d2fc6563f0ff1a65e114d018675c314a04fd6 Reviewed-on: https://gerrit.libreoffice.org/11741Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Samuel Mehrbrodt yazdı
and reorder items; rename "Other" to "More" Change-Id: I8a6f2a68fd43af2c7c25a2d14bdad09409964037
-
Samuel Mehrbrodt yazdı
Change-Id: I26a3f2672fa9a849c370a24a5d21162cfb2a91c5
-
Noel Grandin yazdı
Change-Id: I6fb9e1b1d55d5bc8e71bfbae599a4f9744d559f1
-
Noel Grandin yazdı
Change-Id: I9fca98995131358b3b112b11e0b28feb1a3267d1
-
Noel Grandin yazdı
Change-Id: I25b82a96aace448a8debe90c181b22976ea95414
-
Noel Grandin yazdı
Change-Id: I6ea98852ba775d85ccd54823b67224ea7f587c65
-
Noel Grandin yazdı
Change-Id: I58582059495f7c50880038e2174ea2de026aa1c9
-
Noel Grandin yazdı
Change-Id: Idac41288539ff171e1c9fb0e12b172a311878ed6
-
Noel Grandin yazdı
Change-Id: I44408c89d00064ae00e4e0ae154ba79c35e56c7f
-
Noel Grandin yazdı
Change-Id: Ie3d13eccdf444d569cbe40befb45eb86941160b6
-
Noel Grandin yazdı
Change-Id: I8c3d8ccccb039bc82b23d74b41ca4254f50d5c84
-
Miklos Vajna yazdı
When we import table styles, we apply that as direct formatting, in case there is no real direct formatting, see lcl_ApplyCellProperties() in the sw UNO implementation. We can do the same here: in case there is no other formatting, then apply the char color from the WPS theme, that will give us the expected result. Change-Id: Ic8e6afc09167f7924a11ab0b445351075f16738e
-