- 22 Haz, 2015 4 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I24e7b18442cb08814a73dd33b368b368039a11e4
-
Miklos Vajna yazdı
A missing seek in the \footnote handler could result in a situation that the missed text contained a "{" but not its matching "}", which resulted in the parser terminating earlier than the end of the document. Change-Id: I6df476b2d6397dfa918111b33854dc2f95fbe81d
-
Julien Nabet yazdı
Change-Id: I6cb57f77c723fa252e7c21279e0c1b80e92010e1
-
Laurent Godard yazdı
the entry point is SfxBaseController::getSidebar() the Decks and panels are now per SidebarController and not global anymore ' macro example Sub testSidebarApi controller = thisComponent.currentcontroller frameIni = thisComponent.currentcontroller.frame sidebar = thisComponent.currentcontroller.getSidebar() sidebar.setVisible(true) frame = sidebar.getFrame() decks = sidebar.getdecks() c = decks.count h = decks.hasElements() e = decks.getElementNames() a = decks.hasByName("MyDeck") deck = decks.getByName("MyDeck") deck.activate(true) t = deck.getTitle() deck.setTitle("new deck title") deck.moveFirst() deck.moveLast() deck.moveUp() deck.moveDown() index = deck.getOrderIndex() panels = deck.getPanels() ep = panels.getElementnames() ap = panels.hasByName("aPanelName") panel = panels.getByName("aPanelName") panel.setTitle("new panel title") panel.collapse() panel.expand(true) ' expand and collapse other index = panel.getOrderIndex() panel.moveLast() panel.moveFirst() panel.moveDown() panel.moveUp() End Sub Change-Id: I7a4b953f2277dea483bb296ba6ead35de7205ace Reviewed-on: https://gerrit.libreoffice.org/15856Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
- 21 Haz, 2015 18 kayıt (commit)
-
-
Philippe Jung yazdı
This reverts commit e0e28557. Wrong fix Change-Id: Iddcbb84efbfc88013c6f2a217cb44061016c043b Reviewed-on: https://gerrit.libreoffice.org/16405Reviewed-by:
Philippe Jung <phil.jung@free.fr> Tested-by:
Philippe Jung <phil.jung@free.fr>
-
Andrea Gelmini yazdı
Change-Id: I2297bf392a405f02be2450f4624f1c9fc0b512ce Reviewed-on: https://gerrit.libreoffice.org/16373Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Eike Rathke yazdı
To catch also a simple =Table[[#This Row],[Column]] that is outside of table bounds located and therefor generates an error token instead of a reference in RPN. Change-Id: I28f5ca12b5f5998c623d0f38fcf39f037aabd317
-
Eike Rathke yazdı
let FormulaTokenArray::HasReferences() also check RPN Change-Id: Ic97332265c50485691f76b81d8396705d7728ab0
-
Eike Rathke yazdı
... including reference update as named expressions don't hold RPN. Change-Id: Ieea19e24f1dcf71d489ff0249bc7d3644e4f0d2b
-
Philippe Jung yazdı
Fixes potential regression curve class. For potential regression curve algorithm, we try to get y = C * D^x Switching to neperian logs: ln(y) = ln(C) + x ln(D) So we make a linear regression and get slope = ln(D) => D = exp(slope) intercept = ln(C) => C = exp(intercept) The current code computes the linear regression between log(y) and log(x) It should be between ln(y) and x. Moreover, the slope is ln(D) so exp(slope) should be returned. Finally, in getCurveValue, the return value is y = C x^D which is wrong Change-Id: If8c952001229d3436be48abfef87c8302cf0544f Reviewed-on: https://gerrit.libreoffice.org/16400Reviewed-by:
Philippe Jung <phil.jung@free.fr> Tested-by:
Philippe Jung <phil.jung@free.fr>
-
andreask yazdı
Change-Id: I668ada90af8e58645ebb5752e09d5bc070af2917
-
Eike Rathke yazdı
Change-Id: Ie406361c3a3497619f4faf3680f389f3bdf76a4b
-
Eike Rathke yazdı
The absolute part needs to be adjusted when the referenced column or row is moved, even if the other part is relative. Change-Id: Ibd6c2f58b7e01ced4d2e521f29295c044d27924a
-
Eike Rathke yazdı
Change-Id: I4d195932bf81c105197de64cc592894e2492b801
-
Eike Rathke yazdı
Change-Id: I17a2889c21efe9943b348049a1e9384df167435d
-
Eike Rathke yazdı
Change-Id: Ie0781bf5ebeb4cec0e3bb96f8c471e469b1b223a
-
Eike Rathke yazdı
Change-Id: Ia7de5dc101a410aa1c25f36e64627fa3461ee772
-
andreask yazdı
Change-Id: I5f44bf744d028072647f3bd854d0564523547048 Reviewed-on: https://gerrit.libreoffice.org/16394Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Caolán McNamara yazdı
Change-Id: I523d304cb81e2f8440e1e87e427d336ab120bb6c
-
Matteo Casalin yazdı
Change-Id: I33bbe7bf21a0758b9f59d78c8e2a32936f845eac
-
Matteo Casalin yazdı
Change-Id: I95ed091165e3e60d1b162ec6ddca9dda43f8c439
-
Matteo Casalin yazdı
Change-Id: I40abac65c4d015157bf0fbc58e78fd16a4adc764
-
- 20 Haz, 2015 18 kayıt (commit)
-
-
László Németh yazdı
Project: help eb25dc35aa6cfa92b4afa7a43f1340578ea4bd33 HTML compatibility option Print layout exports TOC with dot leaders and justified page numbers Change-Id: If960e59c006740e261905392b83b87b0bb579ab4 Reviewed-on: https://gerrit.libreoffice.org/16387Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Stephan Bergmann yazdı
...as it causes at least recent Clang trunk (towards 3.7) to emit .cfi_personality 155, ___objc_personality_v0 where __objc_personality_v0 is exported from /usr/lib/libobjc.A.dylib Change-Id: If4ccf15b2c3167185ba50d78ecf4379e02814933
-
Stephan Bergmann yazdı
Change-Id: Ice0e5fa5ac0a2c46b70442bb7baeb7e43efbf599
-
Caolán McNamara yazdı
the dread msword column limit Change-Id: Icbf7fc396de62286d523516da815dabf62336567
-
David Tardon yazdı
... in a different way. Because my patch to boost.m4 has been rejected. Change-Id: I524eee367d5e295f8177e1f50dfdf1d0893ca0c6
-
Yousuf Philips yazdı
Change-Id: I2a1a222855b3dfdc4147f14a559d13432745e456 Reviewed-on: https://gerrit.libreoffice.org/16388Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Michael Meeks yazdı
Also improve dispose method to cleanup various pointers. Also avoid crash on post dispose MouseUp event. Change-Id: Ic337a8306566d5b5c81b939be6f89f34fbcc5847
-
Caolán McNamara yazdı
Change-Id: I29b3f1408b814a1424d8bab232e9ac618901b4c2
-
Stephan Bergmann yazdı
Change-Id: Idc611d4b274d50896b5697e0a864dadffd4f2559
-
Matteo Casalin yazdı
Change-Id: I61c8def25055f5621b4e239e24f8c5c09c2336b3
-
Matteo Casalin yazdı
Change-Id: I230075d3ba955b6480d057953269d15c16c7235c
-
Matthias Freund yazdı
Presentationscurrentslide with a pause-play button and i add a play symbol to the presentation icon (like the one in tango, galaxy e.g.) Change-Id: If3ee81a7811a545a4251d1d1b2827e477b5034a5 Reviewed-on: https://gerrit.libreoffice.org/16383Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Michael Stahl yazdı
Surprisingly WriteString8 is still used to write URLs. Change-Id: Id16201473bafce100a4be75199fba7bd7147cc83
-
Michael Stahl yazdı
Change-Id: Ife8b827298bc32ad0c490ebca7f3169dddc1009e
-
Michael Stahl yazdı
These functions only call each other. Change-Id: I0268e7559cdbc7b4695dce44ee5bddbe047387a1
-
Michael Stahl yazdı
... and disable WW6 export in fltini.cxx Change-Id: I6f649e03f39dcb8f185b6cb5074ef9037e6d0562
-
Michael Stahl yazdı
Change-Id: I40b7284bdcbfc5359a2a8c0fe105868cfae4c992
-
Michael Stahl yazdı
Change-Id: I3531ca574239ee9e47a111d1a1d73b623292c80f
-