- 27 May, 2014 22 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I19f10c40151ebfea9b02bfe5df7c31b157188351
-
Jason Hulme yazdı
Fixed string in Bullets and Numbering and changed sidebar to use the same set of strings. Change-Id: Ib8a103e203cf66c979216175d4047bca518290ce Reviewed-on: https://gerrit.libreoffice.org/9492Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Miklos Vajna yazdı
Change-Id: Id4aecd49e29f6aa8347be4d9e3e8f0e73f7c5a21
-
Miklos Vajna yazdı
Change-Id: I6b37e904898c8b57e619443035ca271b411f5f00
-
Miklos Vajna yazdı
Change-Id: I58a8c3cf5e0384f68a9259b3a1575a201436057e
-
Miklos Vajna yazdı
Change-Id: I12d2912f566a31e36f6d091d554106b927abb9c9
-
Miklos Vajna yazdı
Change-Id: I4ff9f87120a9ba392aee205641e17c12cb30649b
-
Miklos Vajna yazdı
Change-Id: Icb1540b93f4117999b755d4d5fd387f1228250aa
-
Miklos Vajna yazdı
Change-Id: Ia4441a06c29447d4a4f4cbe6250248a0f68831f1
-
Miklos Vajna yazdı
Change-Id: I643ca4268e15af1882adb168af152835ef216cd9
-
Miklos Vajna yazdı
Change-Id: I579cc0242f6901175162b169813e4465d52952a0
-
Miklos Vajna yazdı
Change-Id: Iac31bd4b3b1918f857feff9045df473e9b1d3d2b
-
Miklos Vajna yazdı
Change-Id: I23d79fc3f5c020c86296bfc84bb0824e1ca68228
-
Miklos Vajna yazdı
Change-Id: I3308ba685b4066ea6849e8002e9d98cc5264c368
-
Miklos Vajna yazdı
Change-Id: Iae588c817ea17b6b2c2d3f2818ee5f94ed6f4e96
-
Miklos Vajna yazdı
For now, only in queryInterface(), setPropertyValue() and setSize(). It's safe to always call these methods, if they are not relevant, the method will be a NOP. Change-Id: I6efb808f605d47f731819cd971bb66ca251cafb6
-
Miklos Vajna yazdı
Change-Id: I2674d72a2ba7bf49f102e09ed8435445c9687bb2
-
Chris Laplante yazdı
Change-Id: I3ba4ac78fd4810e006b1034bbe7c28b1803895d2 Reviewed-on: https://gerrit.libreoffice.org/9494Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: Iae14cb3df65295b6894fd9e05411c5698e9c8aba
-
Noel Grandin yazdı
Convert code like this: throw IOException("xx", Reference< XInterface >(static_cast<OWeakObject*>(this)) ); to this: throw IOException("xx", static_cast<OWeakObject*>(this) ); Change-Id: Ife9f645f0f1810a8e80219126193015502c43dbb
-
Noel Grandin yazdı
Change-Id: I4a3f3f911dcfbf88696053215a2fb7a94678244c
-
Peter Senna Tschudin yazdı
A simplified version of the semantic match that finds this problem is follows: (http://coccinelle.lip6.fr/) // <smpl> @r1@ statement S; position p,p1; @@ S@p1;@p @script:python r2@ p << r1.p; p1 << r1.p1; @@ if p[0].line != p1[0].line_end: cocci.include_match(False) @@ position r1.p; @@ -;@p // </smpl> Change-Id: Ib9708d37fbb4c6060f88d5dae3814a2d37b2091e Reviewed-on: https://gerrit.libreoffice.org/9493Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 26 May, 2014 18 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: Ida47df6223a20939ad5971dc00b8f3462a92dd3e
-
Chris Sherlock yazdı
Change-Id: I2a2c3d6283c962bba2994de04bbd869a79fc2eca
-
Chris Sherlock yazdı
Change-Id: I68d1c7bb32df9024ea57a07d7d3b051efc08b2ed
-
Chris Sherlock yazdı
Change-Id: Icb7f692cdf03a77573379257b34400f38def71ec
-
Chris Sherlock yazdı
Change-Id: I814869869bbc16a8bae94ef9c5deaeb97c13f03e
-
Chris Sherlock yazdı
Change-Id: I3b8782ed7bbd782dbca52cd4bec46582a9b35271
-
Chris Sherlock yazdı
Change-Id: I46736950563776bb4f5fefd71789010541e99e70
-
Chris Sherlock yazdı
Change-Id: I41ce1398017c7c9ff7b24464250911c63b3e2c92
-
Zolnai Tamás yazdı
It is ambiguos where we should free file buffers because they are allocated by the caller code, but since gltfHandle is deallocated inside libgltf and libgltf has a gltf_renderer_release method for deallocation it seems better to free them by libgltf. Conflicts: external/libgltf/UnpackedTarball_libgltf.mk Change-Id: If3d9abed0514128c13cde8c1967ea80c4d27bf59
-
Stephan Bergmann yazdı
...compare." This reverts commit 4a5d600a (plus follow-up 8400f109 "ODS load perf: remove left-over / debugging getenv"). It causes crashes due to stale heap access in CppunitTest_sc_subsequent_filters_test etc. when ScFormulaCell::CompileXML first calls SetCellGroup, which deletes pCode, and then calls aComp.CompileTokenArray, where aComp has earlier been instantiated on *pCode and now calls GetCodeError on it. Change-Id: I9c86d26604b2895e92dce38611a1f8d1f099494d
-
Fridrich Štrba yazdı
Use glm::scale(glm::vec3(x, y, z)) instead of glm::scale(x, y, z) Change-Id: Id307b830c0ee6cf69514e117ee1e3811a65f8bfd
-
Markus Mohrhard yazdı
Change-Id: Ia94a501fa2571752286df0451a0a8a2b303a10c8
-
Markus Mohrhard yazdı
instead of having the magic number in 5 places Change-Id: I2550671572dcc36d9a710e56d9d9c1e99f732843
-
Markus Mohrhard yazdı
Change-Id: I718ee4782a8b1e265131f6e4e02093a59c17cb15
-
Markus Mohrhard yazdı
Change-Id: I943273817a26235afd9f17e55d2ee14c5f94c409
-
David Tardon yazdı
Change-Id: Iaed722dc183158e1a73a6cafd91248aa76527ff3
-
Caolán McNamara yazdı
Change-Id: I528da752a38fcfb25aae40476891eb5052cf93b7
-
David Tardon yazdı
Change-Id: I2aeb928dbd27df0f77ea0fe136dd38305ad3a004
-