- 06 Eki, 2015 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I03769bd4105e4e1d140b2885978ea9da9ef866de
-
Stephan Bergmann yazdı
Change-Id: Ib26cbbc839040c49288606f588cb7400d7e40b83
-
Stephan Bergmann yazdı
Change-Id: I2ef946572a61eb766454d2df0cb2ff523050ed7e
-
Samuel Mehrbrodt yazdı
Change-Id: If5924054b53fd2b5acf2ec903cd1acf710cc2ef1
-
Michael Stahl yazdı
Change-Id: I154bd2c101819669d43ab475144ae400454df4d0
-
Yousuf Philips yazdı
Change-Id: I6a1f4e5d98b26e8019d22b1e302191f3d7ae4f34 Reviewed-on: https://gerrit.libreoffice.org/19171Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Miklos Vajna yazdı
We used to emit these for find-all only, for no good reason. Change-Id: Id07dc7649f9a8528b9d4ec16d5f7c651fd607111
-
Miklos Vajna yazdı
Change-Id: I9c6b7540bcae85d6529e5cc195a7e86f58ee5713
-
Douglas Mencken yazdı
Variadic templates ~-i.e. templates, which can take an arbitrary number of arguments of any type-~ is new C++11 feature note that uno::Reference and cppu::UnoType can only take one parameter thus leave XNamedObjectCollectionHelper non-variadic in vbacollectionimpl.hxx Change-Id: I22e60fa050ee31d39ae8bb7cac06cf243c4587b1 Reviewed-on: https://gerrit.libreoffice.org/19145Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
andreas kainz yazdı
Change-Id: I9ffddefd11b673ae1c8f4300cd1b96d121318116 Reviewed-on: https://gerrit.libreoffice.org/19177Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Stephan Bergmann yazdı
...at least in the !IsEmpty() branch of XclExpString::WriteBufferToMem, pnMem is used in ways were being null would be undefined behavior, and the only place from which WriteHeaderToMem, WriteBufferToMem are called (lclAppend in sc/source/filter/excel/xeformula.cxx, via WriteToMem) will always pass a non- null argument anyway Change-Id: Iabc06b53ae6059246c5c222d43a789c6bdc440d5
-
Stephan Bergmann yazdı
Change-Id: I359d8ab47276e5c801522251d5e141946d94ca5d
-
Stephan Bergmann yazdı
Change-Id: Ia68b68aaca7feaacd2245254b2f2d110e669aaef
-
Stephan Bergmann yazdı
...even if, for now, the return values are directly release()'ed anyway at the call sites Change-Id: I118c74787260b1ec7eabf5e300580aa5a16b2cfa
-
Yousuf Philips yazdı
Change-Id: I45d02a6a24986175de2283c09e097f73d90cef73 Reviewed-on: https://gerrit.libreoffice.org/19187Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Miklos Vajna yazdı
It's not useful when viewing, and for editing probably a dedicated overlay would be better (like the one we have for cursor/selections already). Disable for sw/sd explicitly, sc had it disabled implicitly already. Change-Id: I7134f5d1a1546787c22019e6b1abdc0dd887f888
-
Miklos Vajna yazdı
Change-Id: Ic81b039e9a1b592ca52ab684ddb45ee44c7714df
-
Miklos Vajna yazdı
Change-Id: I8015c8030c1c7f53ae1de053fe268a33464834ad
-
Stephan Bergmann yazdı
...so these OSL_PRECOND should really be assert Change-Id: I61ebd16e14be81c579cd71f3cd6cd68afb95778d
-
Andras Timar yazdı
Change-Id: I24a83ba15591aca8787726f9fabf12b56ed323b2 Reviewed-on: https://gerrit.libreoffice.org/19148Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Oliver Specht yazdı
Edit control needed a disposeAndClear instead of a clear Change-Id: I24f4ec8c391080cb83574949cc141c883b43cfb9 Reviewed-on: https://gerrit.libreoffice.org/19185Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Stephan Bergmann yazdı
Change-Id: Ifb599354720369458a43d8e1e7bca9ceb24d7c7d
-
Caolán McNamara yazdı
from 89d39bc1 Change-Id: Ia98ffdf9d0ffdb6c5037c9cbe911cb9d2212107c
-
Stephan Bergmann yazdı
...presumably this is what was meant in 89d39bc1 "tdf#94559: 4th step to remove rtti.hxx" Change-Id: I844939fe4cd1f452747ac3cf3410659bba748efb
-
Miklos Vajna yazdı
Change-Id: I66a8d73581641c71f2dce2d1992070f3ccce08c2
-
Miklos Vajna yazdı
Change-Id: Ib932ee36e41afcb53d15a6362b998cc673d474f2
-
Miklos Vajna yazdı
Change-Id: I4c2a5418101976e1cb38c0fa71dbd66fc883f905
-
Noel Grandin yazdı
Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af
-
Stephan Bergmann yazdı
Change-Id: If42b0fea8417f5e8ce2cb68d79e92e628c77d9e5
-
Stephan Bergmann yazdı
Change-Id: I808f406c6c6c46c0a72e6e02503899e78ba7f7e4
-
Stephan Bergmann yazdı
Change-Id: If5b0c7603bb69697a53954b6adfd5ff91d196503
-
Oliver Specht yazdı
replaced use of PTR_CAST, IS_TYPE, ISA in idl, editeng, sc, sd, sw, sfx2, sot, starmath Change-Id: I4a5bba4fdc4829099618c09b690c83f876a3d653 Reviewed-on: https://gerrit.libreoffice.org/19132Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-
Noel Grandin yazdı
Change-Id: Ic7d237ab5e4a7925bf265b8ab495ad3e0c128735
-
Noel Grandin yazdı
in this case, just rename the baseclass so that it matches the other places we do this Change-Id: I21704db7352f72e43636dde9e92c8bef61b7e251
-
David Tardon yazdı
Change-Id: Ib3d4456edf72347e27616d13c89978075c324d63
-
Noel Grandin yazdı
Change-Id: I502a7b8b2d18c9bd5c82e8abd8e3d98f21e8c446
-
Noel Grandin yazdı
and move the boost-depending code inside the module, no need to expose that dependency and include that header in all client code. Change-Id: Ib991572d7a54a9ad16825d688e76f8e3a824803c
-
Noel Grandin yazdı
Change-Id: I592eef7503bd0b492f73ea5216f436302ad79ca8
-
Noel Grandin yazdı
Change-Id: I7c8c60aab31517d595a7e37c3789fa1e515ec3ee
-
Oliver Specht yazdı
ignore '\h' flag in hyperlinks imported from docx including import test Change-Id: I512e811050704f118bf9b2c786378f99e5d04378 Reviewed-on: https://gerrit.libreoffice.org/19154Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Oliver Specht <oliver.specht@cib.de>
-