- 31 Ara, 2014 5 kayıt (commit)
-
-
Raal yazdı
Change-Id: I3471227b97802d5f3cf5d41f5530d28163fee37d
-
Julien Nabet yazdı
Change-Id: I2b351530c5eba062449e02621cfca6ba34bf9c58
-
Markus Mohrhard yazdı
Change-Id: Icbd1a46dc426a0527422d55f77e67eac755bbc8b
-
Markus Mohrhard yazdı
Change-Id: I11326c2873aad5116fd70bfa31eb94e93fef3f40
-
Markus Mohrhard yazdı
Change-Id: Ieede6dec05f63ed0fa1dde376b2e89c381601cd6
-
- 30 Ara, 2014 23 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: Ie9241d0a28dc3871c9242123c9f000100e1a2fa1
-
Stephan Bergmann yazdı
"implicit conversion from 'long' to 'sal_uInt16' (aka 'unsigned short') changes value from 9223372036854775807 to 65535," and at least the call to getHandle for the long nHand argument of SwFltControlStack::SetAttr in SwWW8ImplReader::Read_AtnBook makes it look like it better return long? Change-Id: I594ac3ee60a72c0eb2e13f802371ff1e8ade7676
-
Miklos Vajna yazdı
Change-Id: Ib5649d8979093bb147c61eebcf95a472ad899672
-
David Tardon yazdı
Change-Id: I2cbba2a2dc8d2763ddfe982890be52f9fcea4ae1
-
Miklos Vajna yazdı
And add a minimal reproducer that shows how the old way was broken. Change-Id: Ic2dadf9905d603b0fd0573651b235ecd5dd70e71
-
Miklos Vajna yazdı
So that later SwWW8ImplReader can read these structures in a way similar to bookmarks. Change-Id: I8e5bc804832b944336701ac12fe6cb50e17c6b94
-
Miklos Vajna yazdı
As commit b1cd83c6 (fix crash loading ooo#93570-3.doc, 2014-07-04) notes, the way how we map WW8 CP indexes to sw character positions is working only in the very simple cases. However, to do that properly, we need a way to store the start position of an annotation mark before we create it, so add a RES_FLTR_ANNOTATIONMARK that can do so. Change-Id: I7cb3564621803fef9a76edaac48773cab7649ee8
-
Michael Meeks yazdı
XclImpStream and elsewhere does an initial seek to the end, then a tell to work out the true length of the stream. In order to let us attempt to rescue data from the beginning of otherwise corrupt / truncated streams, we should avoid setting an error here. Interestingly, we also (probably) don't want to return the true length of the valid data - as this is how SotStorage has worked historically. Change-Id: Ie0ff0e183220b81871ae3bf83980a24b57ac8694
-
Michael Meeks yazdı
Change-Id: Ic11c397984602bf8a2e292bc901cd7bf71ad555d
-
Caolán McNamara yazdı
to update layout after initial show when contents change Change-Id: I8edbe84fa366cdb04dbfe5e479dc01cbf04dbf4c
-
Caolán McNamara yazdı
This is an epic dialog with lots of moving parts Change-Id: I4e53580ac5b01f4a717d2fe594a18c8e83b45a6f
-
Caolán McNamara yazdı
Project: help 45bd6c6e23810a5778b23b3bf1c2f30e37d0021c
-
Tor Lillqvist yazdı
Fixes build for iOS. In theory, it is a bit unclear whether DISABLE_DYNLOADING means to 1) not build any dynamic libraries at all, not even of bundled 3rd-party libraries, or 2) not build any own dynamic libraries, including dynamically loaded UNO components, while still building 3rd-party libraries as dynamic. But in practice, a use case for the latter is nonexistent, nobody uses --disable-dynamic-loading in their autogen.input, and DISABLE_DYNLOADING is turned on automatically for iOS and Android. What we want for iOS, for an LO-based app, is to not build any dynamic libraries at all, but produce a single executable. Correspondingly for Android, at least currently, we want to produce a single dynamic library. Change-Id: I7af4c3e53b13439612bb57bbb0fc8b118bda96bd
-
Jean-Pierre Ledure yazdı
Addition of CommandBars collection Addition of CommandBar class
-
Yousuf Philips yazdı
Change-Id: I28d5bc9e8ddeb7ef42d608e55a63762657dfbf51 Reviewed-on: https://gerrit.libreoffice.org/13700Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Julien Nabet yazdı
Change-Id: I4f8d7e2bec006e6d0a0041e2145aa0920f64aa57
-
David Tardon yazdı
Change-Id: Ifc0218b76f9b330185986bf4c7137f4f9a2f1081
-
Markus Mohrhard yazdı
Change-Id: I961603e3ea20aae4f12705c2656864dcbe8e1eca
-
Markus Mohrhard yazdı
Change-Id: If19f4067d53c2c614f6afcc0d6349db6ec2fd602
-
Markus Mohrhard yazdı
Change-Id: I7e8b7ed552a37c6d9c6ce7c75765267b343d508c
-
Takeshi Abe yazdı
Change-Id: I8d34dd364de81c7adeddfd3a8ff0fb8c8b08a5d4
-
Markus Mohrhard yazdı
Change-Id: I9b3af4f66513fff437facd17c0758ee92ac5744d
-
Markus Mohrhard yazdı
Change-Id: If84d468d4bd55ed55ccd517d0b078d283a1a9c38
-
- 29 Ara, 2014 7 kayıt (commit)
-
-
Szymon Kłos yazdı
Change-Id: I84a2b6dd3f7045f1e95e6d45226797c33231552b Reviewed-on: https://gerrit.libreoffice.org/13685Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Adolfo Jayme Barrientos yazdı
Change-Id: I861a8f38adf8bb2bda193befe100ba535eef83ba Reviewed-on: https://gerrit.libreoffice.org/13691Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Miklos Vajna yazdı
Change-Id: I8289d728dd60f2fd127c01956990a01250d4e773
-
Yousuf Philips yazdı
Change-Id: I5de4bce2632a94d0a94b4d8212525e9a35790ca0 Reviewed-on: https://gerrit.libreoffice.org/13689Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Julien Nabet yazdı
So let's let this for Windows only Change-Id: I1f76e03b0e3431a6954a75f5cb247ef1a1644a28
-
Markus Mohrhard yazdı
Change-Id: I8b62c0980275537adea7a4de44d4fe86995da92f
-
Markus Mohrhard yazdı
Change-Id: Ia70f96e1d31e71c56f03c828be0a4e49fff4b198
-
- 28 Ara, 2014 5 kayıt (commit)
-
-
Markus Mohrhard yazdı
-
Julien Nabet yazdı
Change-Id: I363ac477d364a1b428ebe5181973ff28dc3f4a77
-
Miklos Vajna yazdı
Change-Id: Ic41b981c989aec658e95889b72bd76ecacb13a9a
-
Miklos Vajna yazdı
Change-Id: I8c52801178c5cf80398a19ebe40d336c69db8065
-
Miklos Vajna yazdı
Change-Id: Iafd2db5d878857c517e79f84b8c9c6a806ccfe4b
-