Age | Commit message (Collapse) | Author |
|
lock down the sizes of the widgets which depend on the (variable) font in terms
of widgets which are invariant so that they don't jump around to their optimal
sizes as the selected font changes.
Change-Id: I65ea24adb43f9faa974025b6db1c35766b577cd7
|
|
SetFont takes the window size to determine the best font size, so reverse that
SetFont logic to get the desired optimal window size.
Change-Id: I0d2e35a780552ca52aec20809bcb77d37b6a1bfb
|
|
Change-Id: I192671cdec129b7c78638efb0c4339bfb265c47d
|
|
Change-Id: Ie4524269b353059df3c60afa9a48c1f1b5f51185
|
|
Change-Id: I1c6b8c0fdbd82d54920e168afbe5c33a29244202
|
|
Change-Id: Iff3ce7c3a44010b3bc81fc0d2156216ee13948dc
|
|
Change-Id: I2376e69adf235d1e6f89296c50a9cea76041f9d7
|
|
set the two additional frames we want to take the height of the category frame
set to preferred size of 0 in order for the set of three to all the take the
category height via the sizegroup
i.e. there are a gadzillion currency formats so show eight of them at a time
Change-Id: I4badd8852fc56553a94616ce8845aa40b22f2dc1
|
|
Its usage was gone with adda1a25f248586b46682bb9e19cd7a6b2c9debc.
Change-Id: I055c15f5154c6f78d2314d4b502ca3db751ab891
|
|
So just check MACOSX in the sources, and don't pass any -DQUARTZ to
compilations.
Change-Id: Ia1de6024810f81f1eea01b8eb0b885d9d1ee8e20
|
|
Change-Id: I4d914de5ec1d614e30825ad6bd231545896dc130
|
|
Change-Id: Iaa2841b245ccd3de513296a10e33a93bc1cb68a2
|
|
Change-Id: Ib12a0726883ee1aaac87d4d02c7bae595f7f9e39
|
|
does exactly the same default action as a CancelButton except with "Close" as
the label
Change-Id: I538e8fc761cde4a1050d066ef935df1ecd930414
|
|
The MultiListBox control should be initialized with the SimpleMode attribute set to True.
Change-Id: I463f07530d5bbdc6d1f4a3789e039e4ce784aead
Reviewed-on: https://gerrit.libreoffice.org/1571
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
.. everywhere that was using createWithServiceFactory, and delete the old
method.
Change-Id: I02cb2bfbcc2390494383579d2f14caa4fc5b8014
|
|
Change-Id: Ib2fedda13ff0b0d94f818bf6d9daf40a02fa8302
|
|
and move SvxNumberingPreview from svx to cui where its
::Paint impl already lives
Change-Id: I2b7bebeb9914d74d0f391d3b178b0ad3d778c479
|
|
Change-Id: Ia87b30cf17540312b348d9ddeb48154cc1636d01
|
|
Change-Id: Ic896ea234c3ea7bfaa94ab2441471926beae427d
|
|
Change-Id: I8bfd09a1f48fe892fb1a99962d0a46de8b7cb1ec
|
|
we can share the pickbulletpage .ui with these ones
Change-Id: Ieaf2c8f2257bfdb36423dc363729b58b465cb250
|
|
Change-Id: I6fa93885f1ce51fb0e3d69265784340614146636
|
|
Change-Id: Iddf82427c17a1caf72897e7af7592052c8e4fa71
Reviewed-on: https://gerrit.libreoffice.org/1541
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
Change-Id: I4bcf53239f001ed2d6ea08a743257ed0d6428752
|
|
Change-Id: Ic563204c1a1a64d315e3e73dff30b6a6d05cfd87
|
|
Change-Id: I55fa2570decd52e978747e589887f2fe972812c8
|
|
Change-Id: I33d13cfece22c080e2204d7df10d3e9414b507b7
|
|
Change-Id: I52b67c82f69059a7d2babf1b49e59f27062cc02c
|
|
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
|
|
Change-Id: I927f7ea5cae396bb10ffc2568ec68ae69b8f3f82
|
|
All these are years old, guessing from some comments as old
as Windows 9x support. These workarounds do not seem to be needed now.
Change-Id: If67baa5cdefcec33b28696c764b1ed96143b7ccd
|
|
Change-Id: I17dde604a94989e0f3fb0c8a6c0e3e6e1f362574
Reviewed-on: https://gerrit.libreoffice.org/1472
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Iab660dcfffc2a511092398926338ed06f6408925
|
|
Change-Id: I51fdb40378253780cd15127f0c79eda54dce15f0
|
|
Change-Id: I47467b53705f8059a829126a598e29a1105df13c
|
|
There was always something a little underhanded about the introduction of
advertising of vendor names of the grammar checker.
Change-Id: I85a10770ee0891ebcfbf26b366f664811ebcf84b
|
|
Change-Id: Ia8abf9bf62e08239327a5f755373e6675136239c
|
|
GUI only takes values UNX or WNT, so it is fairly pointless. One can check
whether OS is WNT or not instead.
Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34
Reviewed-on: https://gerrit.libreoffice.org/1304
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Tested-by: Peter Foley <pefoley2@verizon.net>
|
|
I had to drop XEventBroadcaster from the merged interface
because it introduced method name conflicts (addEventListener).
Shouldn't be an issue since it was scheduled to be dropped anyhow,
and the service implementation still implements it, so existing clients
will be fine.
I dropped the interface XPropertySet from the combined IDL because nobody
seems to be using it, and it's primary purpose appears to be to set weird
flags.
I dropped the optional interfaces
XStatusIndicatorFactory
XDispatchInformationProvider
from the combined IDL because the service does not implement them, and
nobody seems to be using them. I suspect they were mistakenly copied
from XFrame.
I also did not convert the Title, UserDefinedAttributes and LayoutManager
properties to attributes, again because no-one is using them.
Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
|
|
Change-Id: I1cc38341c2a9d28ab275765e488e5dac334ca0fa
|
|
Change-Id: I778dd8e427618a9761cc90683e7d8ac986e27c94
Reviewed-on: https://gerrit.libreoffice.org/1429
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Id0c55d52c233ef276a38edc6e0b96d3c000e2046
|
|
I removed it because it only refers to the Western font and not the
two other categories. But apparently there's demand for it, so
better to restore it as misleading as it is for non-Western
Change-Id: I84c0cf858c16a9cadcba8d0c3993f0b0b7ad5a45
|
|
Change-Id: I7102a1635329b3bcdd3bf6bc250555cc71e0977e
|
|
Previous versions used an empty language tag for LANGUAGE_DONTKNOW with the
"[All]" autocorrection entry and read/wrote from/to arco_.dat file. An empty
language tag otherwise is used for system locale and doesn't convert flawlessly
with the new LanguageTag system. Instead use LANGUAGE_UNDETERMINED with the ISO
639 code 'und' so the file name is "acor_und.dat".
During user profile migration an existing 3/user/autocorr/acor_.dat is copied
to the new 4/user/autocorr/acor_und.dat
Change-Id: I593f24829c6efd58f36e93ebd3385a3c925f7217
|
|
Change-Id: Iabf4d1e4d02c81cab580c07b65bb17da1877c6b1
Reviewed-on: https://gerrit.libreoffice.org/1323
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
|
|
Change-Id: I0b7f773a7db47049d7df4138d07e7fc38c657a65
|
|
Change-Id: Icab69ba138b28c3baed4352da86a1b3b0c0cc195
|