Age | Commit message (Collapse) | Author |
|
make this a multi-path element with a shared read-only location
and a user read/write location and don't copy the presets, instead
just keep them in the shared location
Now an admin can copy extra palettes into the shared location
and they magically appear in the user deployments
Change-Id: I7585789c0c59941094f6128368df94b834d3c2a2
|
|
fixing a bug in Window::ImplMoveAllInvalidateRegions, and improving the
IDL docs for XWindowPeer
Change-Id: Idb774ac913945db2ac7c492c11cf86c370624c3d
|
|
Implemented Regina's suggestions:
* this is a text field, therefore it belongs to text namespace
* page-name (evtl. slide-name) describes much better what this
field really contains
This (among other changes) reverts commit 6609de8856519e0e9
Change-Id: Idab3b7c291839a9137f80d325a7d3f5ef0ff2636
|
|
Change-Id: I37a610acbce78033f90b7d18274eb233a734fd7e
|
|
Cherry-picked from e2ad83e25aa86bc377b664d6d07a0b86abf487c0
Change-Id: I6dc337ec958c1e116fc9763877f331b751b64e6e
|
|
Change-Id: Ica3b93ff25c936c0109ab3259c8a8015fcfb99eb
|
|
no use for it outside Impress really ...
Change-Id: I419ce252ec1b32a7ef225fefc02ec5dd87ba402a
|
|
Change-Id: Icda809faf315dac5953d38781b2b401d51f7a40a
|
|
Change-Id: I1d7fa501959758d17440edcec146724cba97535f
|
|
Change-Id: I533d603ac1f073336eda99de57892ff5e12132d4
Reviewed-on: https://gerrit.libreoffice.org/15288
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Idb2e46fcaa080d6763d2e3ed963f7673a2353eb2
|
|
Change-Id: Ib1108763ebf556d2e812f077676914c4e64ddaf2
|
|
Change-Id: I33953f96630d6269ffdbf83f9fc9f747178e87d2
|
|
cf. dd9c9a69da7b22c4166391df082ac23878312a01 "Add the 'quoteright' key to the
list of available keyboard shortcuts."
Change-Id: Ia064782505e317ee3d1c3622c273eb892e477b5e
|
|
Change-Id: I82f66218bf02898e523e4f69fec9166aa00d0b83
|
|
My first idea does not work that well as it introduces some nasty
problems with the lifecycle. THe new approach will only allow to use
cond format objects of the same document.
Change-Id: I276c3750ef24cdee6d63162c678ec839d4845b08
|
|
Change-Id: Icc65283a1e60ea61af917432e3fb577e7b0370a7
|
|
[API CHANGE]: extends the css.configuration.XReadWriteAccess in an incompatible
way, but that is unpublished, has been commented as "still unpublished and
unstable," and was specifically introduced for internal use by the simplified
configuration access, so should not affect 3rd party code.
Change-Id: I99ce045f5bd8c598e689d46fb0d3626dfaa6d0a0
|
|
Change-Id: I261e6d3199573fc2e37d940e4249a1fce105e6eb
|
|
Change-Id: I3a5890d8d46936b264510150ef0fa8ac79feb74d
|
|
Change-Id: Ifc53952ba0aaa8b5e59944e309428bfce4d48ef7
|
|
Change-Id: I3234fb21e3f62068e39b6667e9c77e857536ade4
|
|
Change-Id: Iba10222186c84c7a8ecf6928b8145dc941840421
|
|
Change-Id: I4c283ec8a1f5b51c0274d9c520cd653be7f75aa2
|
|
Change-Id: I004a3899363280c16a60a5cca03d8940baeeae5c
|
|
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
|
|
Change-Id: I434be0034b26ac4719590238817538ecd90b8923
|
|
Change-Id: Ibc378fa5f515de61bb768b4ef082638b40c94e00
|
|
Change-Id: Id4262fa42c9c13722ceb2f91f01876614cbf1ad2
|
|
Change-Id: I0290c1f87e58e435e0989d7fd3186e98766d7a29
|
|
with unit testing
Change-Id: I2a0e09f699c8489f61453b4144dd6181bd9b47fd
Reviewed-on: https://gerrit.libreoffice.org/14603
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef
|
|
Change-Id: I8b58ae33ad71d0df6ea30f205b4f331541f5b821
|
|
Change-Id: If7af42b345c876d29d750a29c1a406e862788b06
|
|
Change-Id: Ia4728352f86a8c1ac2007918708430b5221ea9fe
|
|
Change-Id: Id6ed00e9c23cf0cd48ead203e772450680687762
|
|
Change-Id: I8e68aea55a073228f065b0e5331ef1abe66f685e
|
|
Change-Id: I05343a0c541ae2f66eedd7cc033140f810f3b1a2
|
|
Implementation only, new local date/time routines not used yet from the
outside in this step.
|
|
Add some documentation to a few undocumented functions.
I'm a bit unsure of ACTIVE_DECENDANT_CHANGED_NOFOCUS but to me it
seems to be a work around for windows that maps ACTIVE_DECENDANT_CHANGED
to event object focus. See the note for IA2_EVENT_ACTIVE_DESCENDANT_CHANGED
in the IA2 documentation:
http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/_accessible_event_i_d_8idl.html#ae26846b6d521727ab696d20c3f43c0b5ac1379bc85d7afda57be018a7a44dc918
Change-Id: I99afc804731ad62e95c013682dc605abfc382646
Reviewed-on: https://gerrit.libreoffice.org/14137
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I6bfcd180f0c1d9e63577f58685ce64c509d91326
Reviewed-on: https://gerrit.libreoffice.org/14055
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
thrown by unprotect method and about some arguments
(cherry picked from commit abaff3a9330500a7394767081bfb52788028ff0c)
Change-Id: I3ee203279647a506e6cb860387aac3e4379c9c75
|
|
always returning void on this service
(cherry picked from commit 938544d04f9802036400a533da8cc818db02bdad)
Change-Id: I2d6217f0c8e1eb9631a6549f4ff1a46644431cc1
|
|
(cherry picked from commit 77399fdac9a5d5a5d935ec20500247960bf739e8)
Conflicts:
offapi/com/sun/star/util/XNumberFormats.idl
Change-Id: I4046c42598dd6882e5d0a4f9b9328834aede0051
|
|
Change-Id: I2568d665e6080c7282a6e9f97aac6224c6a4985e
|
|
Setters/getters for the flag whether to restrict OpenCL to formulas that use a
subset of opcodes, and the lower limit on number of cells a fomula should
refer to in order for OpenCL to be considered.
Change-Id: Ifeb11d4e4003f13e392fe03f1ce2f89147f46e38
|
|
Change-Id: Idfc3e90acf8fecaff5d11964c2197bf1610f558b
|
|
Change-Id: I00a07684a7d6a533c4a3f80ec738a8ce02117d0a
|
|
Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82
|
|
A certain 3rd party uses processEventsToIdle() from XToolkitExperimental, and
their code is not C++, so it should be OK to change the ABI of
XToolkitExperimental, says mmeeks.
Change-Id: I4ba641ad98c17ae42a2ae2eff389fd3354618597
|