- 01 Eki, 2014 40 kayıt (commit)
-
-
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
-
Miklos Vajna yazdı
Change-Id: I64a7c56da33d3d093fc63168671b157c44847b72
-
Caolán McNamara yazdı
what we really want to do here is to disable if there is a virus checker active that will cause us grief Change-Id: Ic1162c9e1cf7a8ee09ca1dbf03b5be02dd20b981
-
Noel Grandin yazdı
It appears that this became unnecessary at some point Change-Id: Iee7c09d00f8dee79f51f0a93b8f5f16137c9c626
-
Stephan Bergmann yazdı
Change-Id: If997720635f99726e14c00132308529f96e639c8
-
Stephan Bergmann yazdı
Change-Id: I91f4a037dfcfbea83cb1ea546ea73880f0480961
-
Michael Stahl yazdı
Change-Id: I4e4281ac8767c9a6b6b85bc759f28bcf074d8e39
-
Luboš Luňák yazdı
Which asserts in dbgutil build. Change-Id: I0f8205ae98c5a57c430b7d8a574e4c0019855841
-
Stephan Bergmann yazdı
Change-Id: Ia63460949a3ba58f0394f5b94e0d906ca7849710
-