- 13 Tem, 2015 27 kayıt (commit)
-
-
Laurent Balland-Poirier yazdı
See https://issues.oasis-open.org/browse/OFFICE-3860 Change-Id: I707b2e86633bc66df03dba8c43879aa6d5153062 Reviewed-on: https://gerrit.libreoffice.org/16905Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I30944fe9611e83566c891a7d1461ad02979daddd
-
Michael Stahl yazdı
Change-Id: Ice9440bec7b0b5a4de2dca1392805130b1048303
-
Michael Stahl yazdı
Change-Id: Icbaea4a55567ce3ab320518fd4a501216c4feb86
-
Stephan Bergmann yazdı
These implementation names of Calc, Draw, Impress, and Writer documents are the most likely to be checked by existing third-party code, so revert the corresponding parts of 3099c70b "Fix various XServiceInfo implementations" (and instead add fixups in CppunitTest_serives). Change-Id: I1a760adbf4c89a1b4477d6e628abba8d2028ccfe
-
Caolán McNamara yazdı
its not the reported crash, which has "gone away" which might be a duplicate of tdf#90502 the switch only handled RES_TITLE_CHANGED and RES_DESCRIPTION_CHANGED so if its anything else, e.g. OBJ_DYING, then don't attempt GetNoTextNode Change-Id: I642beb66613481cbc7ee18647f0204a67d670a84
-
Eike Rathke yazdı
Change-Id: Ibc48d12ca6b8eb33b2be29f485aa906c513f0591
-
Tor Lillqvist yazdı
Change-Id: Ifebb44ce61b920488af52c7ab377c188bd4f9015
-
Tor Lillqvist yazdı
Change-Id: Id0e63897c9840ef412cf575de0485f2b685aaebc
-
Tor Lillqvist yazdı
Change-Id: If06753320d34e0e677c9456ddb47bfd3636e8a66
-
Caolán McNamara yazdı
Change-Id: I9f68d000b32623db4d949d13284043630f5689f4
-
Noel Grandin yazdı
Change-Id: I53c66b7898f4e0a66e6172d22c6f782dadaf6589 Reviewed-on: https://gerrit.libreoffice.org/16975Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Eike Rathke yazdı
... and actually make this work with a context menu.. Change-Id: I9a9bcdccae859cb2a54ec7db442435215e21e0e0
-
Heiher yazdı
Change-Id: I17fe0fb0ce9341a638b2687e7690777a8de7fa01 Reviewed-on: https://gerrit.libreoffice.org/16980Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I667bb264f92024b72f230c2ddbba3887471345f2
-
Stephan Bergmann yazdı
Change-Id: Ide5398040678a81e032e91e582b39d516e8c08a8
-
Stephan Bergmann yazdı
Change-Id: Id8309575cbde56d5eacfc96586b4c91173256519
-
Caolán McNamara yazdı
Change-Id: I971ba5f422827f3b8fcdb86c447fc48415225eca
-
Stephan Bergmann yazdı
Change-Id: Id59a7c9402c59e91715f63a88eeed40d2ef9bd92
-
Caolán McNamara yazdı
Change-Id: I2410308ecccb8c5318a718bafadc7b40a98cb82b
-
Caolán McNamara yazdı
Change-Id: I3c8896230e3d48a37f4b8d702b0f673e44f45ba4
-
Takeshi Abe yazdı
with the variadic variants, in configmgr. Change-Id: I0cf82ab487ed879aa385d6065e908e347c0778e8 Reviewed-on: https://gerrit.libreoffice.org/16964Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
...from d11b244b "getFiles: truncate to 1 file only" Change-Id: I149489212db943f79dfda7f1012d22809f090851
-
Stephan Bergmann yazdı
Change-Id: I8b57b7ce707438ad3c7c901b03c94d9045585ed8
-
Noel Grandin yazdı
Change-Id: Iec36c7e4f4fbc2ee2ee25d4d0c8488340ba7d8c4 Reviewed-on: https://gerrit.libreoffice.org/16968Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
and remove SvxBrushItem::SetDoneLink since the field it sets is unused.wq Change-Id: Ide95a295fa8004f1ddab5e560f01d36d36658a72 Reviewed-on: https://gerrit.libreoffice.org/16943Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Julien Nabet yazdı
See http://nabble.documentfoundation.org/Multiselection-needs-work-td4153207.html for details Change-Id: I7f855a067349381e2567bd15a8daa56aad412774 Reviewed-on: https://gerrit.libreoffice.org/16959Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 12 Tem, 2015 13 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ib847a0f4ec804766727a2d7a247912f93b30045c
-
Caolán McNamara yazdı
Change-Id: I33620609d0b39c8bedf5641101e5c0229364cde0
-
Caolán McNamara yazdı
Change-Id: I9d9b6f3e9592ca7b85cee5422e43d4ca46b8bb36
-
Markus Mohrhard yazdı
The lifecycle of the XFrame and the XController are both correct but getCurrentController has already been reset when the SidebarController::dispose is called. This avoids then calling the XController destructor during exit when taking a SolarMutex is a problem. Change-Id: I54470f091e506fb397e2424d2d3c4ac051cae924
-
Markus Mohrhard yazdı
Change-Id: I935a0d637a9ea3a1716d6e839e65c4e565a2c840
-
Markus Mohrhard yazdı
Change-Id: I9b7d1f963746f7689b02099fbae77c9c943bad58
-
Markus Mohrhard yazdı
One more step away from using the frame as key and moving to the controller. Change-Id: I438b7eea2161d49a6f2cbf649bf01b8a2e233ebd
-
Markus Mohrhard yazdı
As we now allow non-frame controllers we need to use them as well in this place. Change-Id: I0d86cdf73f8c044816def0aaafb874e75985aae5
-
Markus Mohrhard yazdı
Change-Id: I04fa1b854e41a4cbeea0586bc583c58298d96306
-
Markus Mohrhard yazdı
Change-Id: I90426772f59db1bdc695bb9a411eaaee19655ce7
-
Markus Mohrhard yazdı
We need to do some jumps through pink hoops to connect the chart controller with the host sidebar. Would we use the chart window as parent for our sidebar the sidebar would be directlz beside the chart and not at the border of the host window. Change-Id: Ica44ae370518882ef367999f57251b1256907016
-
Markus Mohrhard yazdı
Change-Id: I9fcf1cffa70eac6fec228ca4a9d4d32783295f21
-
Markus Mohrhard yazdı
Change-Id: Ic1bc31b68c4a2aafb1e40ebff84fbf052df7041f
-