- 07 Ock, 2015 6 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I0ca31fc36b14d433e9276401c952959a46994c91
-
Noel Grandin yazdı
Change-Id: I3e9f8781957a8b96afeb609501dff1f8bc9d718e
-
Łukasz Hryniuk yazdı
Beside scope changes, it fixes lack of initialization in a few places. Change-Id: Ia09fdb9845d8ac17256330a5ec5168401c84f0f2 Reviewed-on: https://gerrit.libreoffice.org/13755Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Julien Nabet yazdı
Retrieves lists in CollectedAddressBook and retrieves the right mork parser However, it doesn't take into account addresses books created by user Change-Id: I2cee6ba7afd43dd772f69af6686cc4308e753e66 Reviewed-on: https://gerrit.libreoffice.org/13760Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Laurent Charrière yazdı
Rename OcZins to OcRate, SC_OPCODE_ZINS to SC_OPCODE_RATE, ScInterpreter::ScZins() to ScInterpreter::ScRate() (partial fix for fdo#85818, more constants remain to be renamed) Change-Id: Icd5d0df14f2583da7ebd0308dc660abd07f326a4 Reviewed-on: https://gerrit.libreoffice.org/13777Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Zolnai Tamás yazdı
Handle the case when the content height is unitialized (0). When content height is 0 it means there is no content (so we don't need to calculate adjustment) or the content height is uninitialized which leads to wrong calculated value. Regression from: cb19042f Change-Id: I45570a71f0597847820ce77e8dcec4a5b0c6785d
-
- 06 Ock, 2015 34 kayıt (commit)
-
-
Julien Nabet yazdı
Advantage compared to previous fix: in sidebar, last used function is put at the top Still function from menu is sorted, the pb is we use InsertEntry, see 0 ImplEntryList::InsertEntry (this=0x32d0910, nPos=2147483647, pNewEntry=0x326f620, bSort=true) at /home/julien/compile-libreoffice/libreoffice/vcl/source/control/ilstbox.cxx:144 1 0x00002aaab1b2444e in ImplListBoxWindow::InsertEntry (this=0x3287358, nPos=2147483647, pNewEntry=0x326f620) at /home/julien/compile-libreoffice/libreoffice/vcl/source/control/ilstbox.cxx:750 2 0x00002aaab1b2a138 in ImplListBox::InsertEntry (this=0x3287100, nPos=2147483647, rStr="ACOT") at /home/julien/compile-libreoffice/libreoffice/vcl/source/control/ilstbox.cxx:2182 3 0x00002aaab1b47d51 in ListBox::InsertEntry (this=0x32e9ca0, rStr="ACOT", nPos=2147483647) at /home/julien/compile-libreoffice/libreoffice/vcl/source/control/lstbox.cxx:1001 4 0x00002aaad0c05d84 in formula::FuncPage::UpdateFunctionList (this=0x3217110) at /home/julien/compile-libreoffice/libreoffice/formula/source/ui/dlg/funcpage.cxx:153 should we create a new InsertEntry to force bSort=false? Change-Id: Iba1b020aeea09951dead30f6781b24993aac98e0 Reviewed-on: https://gerrit.libreoffice.org/13725Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
David Ostrovsky yazdı
When /Zmxxx option is provided to 64 bit compiler it throws on us weird error messages, no matter what the value is passed. It was mentioned in the knowledge base, that removing it entirely fixes the problem. Change-Id: I95296ad8811d0065498f0ef55ae503d4a07b914b Reviewed-on: https://gerrit.libreoffice.org/13779Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
This reverts commit d3892160. Author is obviously too dumb for this. It's alright, isn't it?
-
Miklos Vajna yazdı
Change-Id: I0147b1985f87f25e70f4d8672beba18fdd9ba6c2
-
Miklos Vajna yazdı
So that when the document changes, they can know what tiles to throw away. Change-Id: I1f00585e7691a40af8fe5de71ac1a4225bc4e67f
-
Miklos Vajna yazdı
... when the callback is invoked Change-Id: I979a75bc7c7ad1e0d0b9c5413c238ed7260d2093
-
Miklos Vajna yazdı
So that LOK clients can invoke the new vcl::ITiledRenderable::registerCallback(). Change-Id: I6d9974acbd7fb5eea217c88f963e6ebb10343078
-
Miklos Vajna yazdı
This way subclasses may know when and what is invalidated. Change-Id: Ie4aa843fcf45b2643b24ca49534627fbf43afd94
-
Miklos Vajna yazdı
This can be overriden in applications, if they need a callback. Change-Id: I0441e48afbbfd63a96d47c5cf837e6635ce72aff
-
Julien Nabet yazdı
Change-Id: Ic331f71eb0f248528a340c4390af65951b46b22f
-
Eike Rathke yazdı
A follow-up on 09a5910c move nScanLineBufferComponents to where it is used [-Werror=clobbered] If pScanLineBuffer is used, nScanLineBufferComponents is the corresponding counter so it needs to be preserved as well in case of a longjmp. Change-Id: If9c6f148cd47b98dee2418fb61eebe2c829869f1
-
Stephan Bergmann yazdı
Change-Id: I81dc29f5ba2ef442ffb7e2823f02b9bfead24a46
-
Caolán McNamara yazdı
i.e. revert commit bb5c7d6a Date: Sun Apr 13 01:42:27 2014 +1000 fdo#38844 Reduce XOR clipping for gradients Removed XOR clipping version of ClipAndDrawGradientMetafile. Because it has been removed, the other version isn't really needed in it's own function so I've moved it back into DrawGradient. Change-Id: Ib1519a019061c8c71183db63e5c11681bcad4cc4 Change-Id: Iff1cb48cb8fa6d29937cf228a57aea9e8072110c
-
Stephan Bergmann yazdı
Change-Id: I4509ee714622ad1fcccfed9255a474727e0f8e16
-
Stephan Bergmann yazdı
Change-Id: I57d30410640fa1b7e1768136b1802546b2b7253f
-
Stephan Bergmann yazdı
Change-Id: Iec76486aa8a0eef7e1a5c74b416d466f16ff979a
-
Michael Meeks yazdı
This should make OpenGL thread-safe to allow multiple threads to render using VCL's OpenGL backend, and fix misc. associated driver horrors, will give some performance cost for tight Yield loops. Change-Id: Ib23702262fd9f0925a5ed8c642d0a26e92136b37
-
Michael Meeks yazdı
Change-Id: I6ace72606ba666322c045d28bea713443c0fc45f
-
Michael Meeks yazdı
Change-Id: I81e31e1e7442fd0c6d8d720dbd0e9d5cb82bf52b
-
David Tardon yazdı
Change-Id: Ia129961bc429514b70e4bb508a76424e4df83289
-
David Tardon yazdı
Change-Id: Ibe4d5be4df874336de7ae387d210deff0a927b38
-
Caolán McNamara yazdı
Change-Id: Ic5580d5efb9d5a891a62630dc457624ba89c15a2
-
Caolán McNamara yazdı
Change-Id: Id2fbc93fb99cd97473298e127dd5a3d82f22e438
-
Caolán McNamara yazdı
Change-Id: I1b823b6c17b731e427bff88c6fff7897f66ddb5c
-
David Tardon yazdı
Change-Id: I9d8614a5c20bab8e3b3d7c40e2504348c4386b64
-
Michael Meeks yazdı
Change-Id: I6ad5524c518a79cac7ec343398242515ef0bbb5f
-
Tomaž Vajngerl yazdı
Change-Id: Id01b373fe7ec6620ca036b1ee7bc5debf64a92b4
-
Tomaž Vajngerl yazdı
Change-Id: I62b0afd635b439653850a3d830de032006505bac
-
Tomaž Vajngerl yazdı
Change-Id: Ibf4721bf4358ef215efde09ef688b2551604bfa2
-
Caolán McNamara yazdı
Change-Id: I59769d286dc3e5a7fee77d4f72711e6b48b8b7ed
-
Caolán McNamara yazdı
Change-Id: I44f696cd09f39c425a77ae202854a77c7c2d7d20
-
Caolán McNamara yazdı
Change-Id: I3662ef26c96525480812f25706e6324ceca3e153
-
Caolán McNamara yazdı
Change-Id: I677b519a1bcae3266baff4577b63971b6f8add75
-
Caolán McNamara yazdı
Change-Id: If2130dbbb7b4afd3d88553da449163f60cdc0c1e
-