Age | Commit message (Collapse) | Author |
|
Change-Id: I9525be3b0f238abb106b1c57549436272e1eb165
|
|
Change-Id: I70238711222a12cb6bd843ebbc742a21a325810d
|
|
Change-Id: I56a9da0493fdbee7bff4d342d5e29a83ce289530
|
|
Change-Id: I3e49ab8bd3411be8fcfa7ab43b50cbb2d82b6de0
|
|
to new-style widget layout mostly described in .ui format
Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
|
|
Lets rename the multiargument SetPosSizePixel to
setPosSizePixel drop the various using Window::SetPosSizePixel
and work towards de-virtualizing SetPosSizePixel/SetPosPixel and
SetSizePixel and doing the work in a virtual setPosSizePixel
Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
|
|
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c
Reviewed-on: https://gerrit.libreoffice.org/671
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: Ib872c1780967727924c84fc5e8b0f7c77d99280b
|
|
Change-Id: I9eb570e04fc43f2be2ceecd14cb3a41535e49b9b
|
|
According to unusedcode.easy
Change-Id: I31edd26d8ee7934b47ed7bf5ec6c07e1b8c5c5e9
Reviewed-on: https://gerrit.libreoffice.org/682
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
|
|
Change-Id: I76e737f59aa36bf7982255fa9bb41ef9d6abfe8d
|
|
Change-Id: I7c1338ef2dae7831cddda8378a031a58011d7b17
|
|
Change-Id: Id2b7d3ca0881bf5b446692e1351517f1e8971fd7
|
|
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: Iead72e5dca861a422507cf70d9b35366c701c84a
|
|
Change-Id: I6673ec882c40b6cc31b5d42ab3b2f57cd48c9e08
|
|
Change-Id: I48999baf1c6387c68d0a36f618e6e1d5a9e12b07
|
|
Change-Id: Ie66a8b82193fce4060ca4949ace574398f95515e
|
|
Change-Id: I3f965a293cb6cbd5cafe42e1a05565282f2e10c7
|
|
Change-Id: I1165ec0090b127468d162cbe60f5f2195ad41e78
|
|
Change-Id: I56a8235ec0b844fc427c9d646357eb28943bf688
|
|
Change-Id: I09d7427f3b0a07850b71f76c1df718401fea9ce7
|
|
Change-Id: I0f7e355c4a50ea51c386e9db02047e130b354a26
|
|
Change-Id: Ie0e4f7a353d77f5312deea06f0a316d8e1b1ed47
|
|
Change-Id: I1b0dbc8e8efa7535bdc699e343e31594af00d553
|
|
Change-Id: I8be7ed8c81bc2f8cca8556405169462ea6b1c0d3
|
|
Change-Id: Ic516afd65025cf4a8c7d3539d9010ad30e05e429
|
|
Change-Id: Ia4cfd0b848408713cff4f476e6d6be069d1cb5a8
|
|
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: 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: 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
|
|
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
|
|
Change-Id: Ibca112904f137ff981ae9be3e5bd56aa11aec352
|
|
Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
|
|
Change-Id: Ib06f1deb620140e215411650132aefa6b76dbfbe
|