- 18 Mar, 2014 33 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b
-
Noel Grandin yazdı
Change-Id: I39a138c05ed995b8f9706a66338b994193fdee50
-
Noel Grandin yazdı
it was long, but it was treated as a bool. Change-Id: I097ab5f9dff511781a9711594754ae34f25a37bc
-
Noel Grandin yazdı
Change-Id: I0240d8d093478c62fd7d63cac228092e641bf0dc
-
Noel Grandin yazdı
Change-Id: Ib2a02c7e05e48657b9745bcccc8f8f626daaef2d
-
Noel Grandin yazdı
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
-
Noel Grandin yazdı
Change-Id: I128430fe446eb517b42a109a868b88d49bbc4eaa
-
Noel Grandin yazdı
Change-Id: I733cd63e321bdc775739228c269fa66ff7780780
-
Noel Grandin yazdı
Change-Id: I01a33e255b0dd2a0045f6eed52e6b31305750599
-
Noel Grandin yazdı
Change-Id: I125e09933be2841315252fbc3fc021c195f255f8
-
Noel Grandin yazdı
Change-Id: Iab723e78b0305dadee5598b21a9ea78093109b65
-
Stephan Bergmann yazdı
Change-Id: Ide204709c54fa476b9cc4f6a9446a8fb2730950c
-
Stephan Bergmann yazdı
Change-Id: If0acaa04b61a72f47b70cbbfc37c615c909d0c18
-
Stephan Bergmann yazdı
Change-Id: I2ae1a43862754030f88df033551c93fdbeeab14a
-
Stephan Bergmann yazdı
Change-Id: Ieb26a4b63bc93254c54b18c209514aee55186407
-
Stephan Bergmann yazdı
Change-Id: I06df992ca9a77e8ac21dbd1faffa9fa906daab62
-
Stephan Bergmann yazdı
Change-Id: Ia8c994a86f1693dd1f06b2f1183f392e0ba4bdd2
-
Stephan Bergmann yazdı
Change-Id: Iddb38d3404a8b1a4e33e291e1f51ad63cacaa255
-
Stephan Bergmann yazdı
(and access safe data members directly) Change-Id: I4a033fc2acd858534d329023c72c278f8b4b9244
-
Stephan Bergmann yazdı
Change-Id: I077318a2ecb9b3d9708930742c458422aadeb064
-
Stephan Bergmann yazdı
Change-Id: Iaf7a74fed1846ce39de01cc343d7a75763e81e50
-
Stephan Bergmann yazdı
Change-Id: I8c6a0873e2b0bb371775a2342292a819fe630b51
-
Stephan Bergmann yazdı
Change-Id: Ic133d616d730e332de7354d5de4a5ab21944378f
-
Stephan Bergmann yazdı
Change-Id: I1fb145bd660400ecc52be97fe0cefee3c03666f0
-
Stephan Bergmann yazdı
Change-Id: I5fd051b77e52d98c4c2f14b1dda3b72efc4bdf49
-
Stephan Bergmann yazdı
Change-Id: I6ca88538be5400714fcbe880776ac30cca3d68ae
-
Stephan Bergmann yazdı
Change-Id: I8e76a9cc9c06420fde3a1c5564410624ce5a91ec
-
Tor Lillqvist yazdı
Change-Id: Ibf4f18e0e8efe0d220e087559578747b45e03942
-
Tor Lillqvist yazdı
Change-Id: I7181199363f93dd7da851674c7f593f509082475
-
Miklos Vajna yazdı
Change-Id: I718829fe4821f36a37b0503be18c56d1151abd9c
-
Noel Grandin yazdı
It's not very efficient, because we generally end up copying it twice - once into the parameter and again into the destination OUString. So I create a clang plugin that finds such places and generates a warning so that we can convert them to pass-by-reference. Change-Id: I5341a6ea9e3190f4b4c05c42c85595e3dcd83361
-
Takeshi Abe yazdı
Change-Id: I54a175ce1e4cb624d94770ee849d97675987e7b2
-
Kohei Yoshida yazdı
Change-Id: I2002f7278b63b7678a5274e4213ab9dfb50e525e
-
- 17 Mar, 2014 7 kayıt (commit)
-
-
Kohei Yoshida yazdı
We can no longer rely on the width being zero for no border condition. Change-Id: I02c5c825661b4a0aa4190306e8276bdfd8bff944
-
Kohei Yoshida yazdı
The clip region in fact cuts off the lower part of the bottom border, both on screen and when printing / exporting to PDF. Change-Id: Id350531f09b3ded66fd05ea7ebeefe8771260b62
-
Zolnai Tamás yazdı
- Shape name: com.sun.star.drawing.OpenGLObject - Drawinglayer object: SdrOpenGLObject - Uno object: SvxOpenGLObject - View contact: ViewContactOfOpenGL - Primitive: OpenGLPrimitive2D Change-Id: I7fc0829d58cb4a8432d0e3007c90223707e5dd84
-
Kohei Yoshida yazdı
1) Use ods format and store the expected formula results as numeric cells, to avoid having to load the same file twice (which is slower). 2) Use rtl::math::approxEqual to evaluate two numbers that may be subject to numerical instability especially when the expected values are very small. Change-Id: Ie08e91f797065f4593f996df3541da84019cc53c
-
peilin yazdı
Change-Id: Ie2ffa39f6aad8df127e99109618a64fb0d32599e
-
Jacobo Aragunde Pérez yazdı
This patch is to preserve the sdt blocks for several simple sdt types: equation, picture, citation and group. This patch reuses the infrastructure created at commit 55211e61 to grab-bag the properties of the sdt block and write them back on export, with small modifications in particular related with the fact that these tags don't have children. The type of the property tags equation, picture, citation and group was modified in the ooxml model file to be able to process them. They were previously empty. A unit test was added to check the preservation of these fields. Another had to be modified. Change-Id: Ica1a340f589f5d6c85c1a35d2a3a4bf930eb2d8a
-
Manas Joshi yazdı
Change-Id: I0a5fbfc0b33b16e0eba7410957ab83ffbff4e008
-