Age | Commit message (Collapse) | Author |
|
Change-Id: I76e737f59aa36bf7982255fa9bb41ef9d6abfe8d
|
|
Change-Id: I288638c4a70396ccb7354b20e901aa0c46ffe442
Reviewed-on: https://gerrit.libreoffice.org/653
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
|
|
Change-Id: I7c1338ef2dae7831cddda8378a031a58011d7b17
|
|
Change-Id: Id2b7d3ca0881bf5b446692e1351517f1e8971fd7
|
|
Change-Id: I7cb579b494adab0ab36cc86aa889132cf8e0fdd6
|
|
...and some further clean-up.
Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
|
|
This effectively reverts 8c5cd962353dd9ce8234211a66547eb057202eb5 "config split
for sdremote" (what was the rationale for that, anyway? having the two little
additions in Impress.xcs always should not be a big deal),
63a73c119c188e6a4b22fb99fc2571f200073bde "Hopefully fix the remote config access
to work with the new schema.", ee5403b98bf0e89693a14f7a1ae5658d9e5eb730
"officecfg: generate header for Impress-sdremote, handle "-" in xcs name", and
4cce7027a6e700a6a7392b806c3d059172268f6d "Rename Impress-sdremote.xcs to
ImpressSdRemote.xcs + add to postprocess."
Change-Id: Iba6162a3c1d9e688960c794265bd04128f58cc0c
|
|
Change-Id: I289211564a5ceeb579da8b4acf5269d737fb542a
|
|
Change-Id: Iead72e5dca861a422507cf70d9b35366c701c84a
|
|
Change-Id: I6673ec882c40b6cc31b5d42ab3b2f57cd48c9e08
|
|
Change-Id: I48999baf1c6387c68d0a36f618e6e1d5a9e12b07
|
|
Change-Id: Ie66a8b82193fce4060ca4949ace574398f95515e
|
|
Change-Id: I3f965a293cb6cbd5cafe42e1a05565282f2e10c7
|
|
Change-Id: I7a3ee931182dcce5e4ac46beae96caec18d9eac3
|
|
Change-Id: I1165ec0090b127468d162cbe60f5f2195ad41e78
|
|
Change-Id: I80908ec6886eb5b7b30d0465bdf4a2f92340ce7c
|
|
Change-Id: I0c14e91e6a6809748fca349da79948b2aa4cf714
|
|
Change-Id: I56a8235ec0b844fc427c9d646357eb28943bf688
|
|
Change-Id: I09d7427f3b0a07850b71f76c1df718401fea9ce7
|
|
Change-Id: I0f7e355c4a50ea51c386e9db02047e130b354a26
|
|
Change-Id: Ie0e4f7a353d77f5312deea06f0a316d8e1b1ed47
|
|
Change-Id: I1b0dbc8e8efa7535bdc699e343e31594af00d553
|
|
the intent of this header has canged over time. now it is already
systematically included with ustring.hxx and the operator overload it
provide fit nicely there...
Just to be safe, since that include as been added to the api during the
3.5 timeframe and therefore is already in 'production'
the header remain and simply attempt to include ustring.hxx
but a warning is issued indicating that this header should not be used
anymore... in a couple of major release we will thenr emove it completely
All internal users of that header are converted.
Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad
Reviewed-on: https://gerrit.libreoffice.org/634
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I8be7ed8c81bc2f8cca8556405169462ea6b1c0d3
|
|
Change-Id: Ic516afd65025cf4a8c7d3539d9010ad30e05e429
|
|
Change-Id: Ia4cfd0b848408713cff4f476e6d6be069d1cb5a8
|
|
Change-Id: I872dd578729d8fe43d50fbf835b977adff8aded5
|
|
UI accelerator keys missing in sections Table Design and Slide Transition of task pane.
I chose characters that are not used as menus keys.
Change-Id: Ide70e4703b0e27e001d487e07fa05fb14481cad2
Reviewed-on: https://gerrit.libreoffice.org/629
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
Change-Id: I4028296dd86eef2b8f84cab15eba3c4c15b18c6f
|
|
Change-Id: I0373b40ee404c74ca3c2bd479c5f7b18b7495548
|
|
* As UCB is only ever initialized with "Local"/"Office", remove this
configuration vector completely. The "create" ctor creates an instance
internally initialized with those "Local"/"Office" keys. Special (test) code
can still instantiate an uninitialized one via plain createInstance. And for
backwards compatilibity process startup still ensures to create an initialized
instance early, in case there is still code out there (in extensions) that
later calls plain createInstance and expects to get the already-initialized
(single) instance.
* XInitialization is an "implementation detail" of the UniversalContentBroker
service, do not expose in XUniversalContentBroker.
* ucbhelper/configurationkeys.hxx is no longer needed and is removed.
* ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that
requires ucbhelper::Content constructors to take explicit XComponentContext
arguments now.
* The only remaining code in ucbhelper/source/client/contentbroker.cxx is
Android-only InitUCBHelper. Is that relevant still?
Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
|
|
Change-Id: Ifd45a289a5a7b0cb87100e1ff3854ec72143019c
Reviewed-on: https://gerrit.libreoffice.org/526
Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
Tested-by: Thorsten Behrens <tbehrens@suse.com>
|
|
Change-Id: I3a039889a033591c81e0fd531de3b053e8fa1b3e
|
|
Change-Id: I236d6580f92ad7c0269c42471f187f5ce7b8094d
|
|
Change-Id: Ib0756e3730783f2c842a835782452279ad8f189b
|
|
Change-Id: I7c5428c74f6d7ff759ed9853cb44bcd7c2d3d514
|
|
Change-Id: Id7c6b45411f0786e416bab7e70570d5d921bf216
|
|
The wrong use of GetBoolValue overload appears to be in there "for a very long
time already."
Change-Id: I14c8ffefd5f16c52e6eb4197bc50b7f0b4ca322e
|
|
Change-Id: If7e5d015c95f8f173750ca32e061d69f56e2d93e
|
|
Looks like the actual return was missing in front of the empty
vector.
Change-Id: I0ccf0be53ef54138a3ebffab7b09b93b8c629aa0
|
|
|
|
The typedef for DBusGObjectPath is only present in newer versions of dbus-glib.
It is equivalent to a gchar.
Change-Id: I1660234760fde7c7d88721f39d86a820c89040cc
|
|
- fixes part of n#759172
Change-Id: Id7abecd55edba6dadf16e275192e5251d0a86274
|
|
The service implementation used "com.sun.star.frame.UICommandDescription"
since forever, so the IDL file was essentially wrong documentation.
But since 7a464263cc5c2ca2b7128734ff4860e02d662818 converted the service
to new-style, it cannot be instantated any more and e.g. clicking on
Tools->Customize crashes.
(Adapting the implementation instead would be an incompatible change.)
Change-Id: I564bddaf3836827f5b72360a2bde19d6158b7ba5
|
|
Change-Id: I64102536f12875b9834ce99763925f1544a87e8f
|
|
Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51
|
|
Create a merged XModuleManager2 interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.
Explicitly document the XNameReplace interface in the IDL, which
is already implemented by the service, since there is code currently using it.
Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
|
|
Change-Id: I291ee5d32110d2fffd976f3e5257daf976428a76
|
|
Change-Id: Ibb1eaab3ceb4aba8a73594c87d9fd487169e0143
|
|
Change-Id: Iedad8f705ee54aa1663ef2735a7e847fdd4bd5f8
|