Age | Commit message (Collapse) | Author |
|
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
|
|
The magic WB_TABSTOP bit is the one that allows a widget to be accepted as a
candidate for getting focus when pressing tab
Change-Id: I7d964bae6b84184ccbc4652d66cf3d2637566405
|
|
Change-Id: I0cbe7b4c6d329f2780cb3cac9bce6d722b7de469
|
|
|
|
Change-Id: I39210b28a098292d9457aac3f23083d49d7f5e61
|
|
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
|
|
Change-Id: Ic2be6bd08aaabc81d0fbe0269ca577868defe934
|
|
As the latter does not quite scale, and also source files depending
on the setting/feature did not rebuild in case of a change.
There are intentionally more config_xxx.h files (so autoheader
from autotools is not used), so that a setting change does not force
automatically a rebuild of everything. Running configure does not
touch those config_xxx.h files that have not changed.
There's config/README with a howto.
Change-Id: I6d6e82050ff8faf5364ed246848b8401aca3e0e5
|
|
Change-Id: Icaae0aa69156ebffab5750a1820a0a7a94a39022
|
|
Change-Id: I6b2c9a33cb1c2144eb42a577071ade5b44b38964
|
|
Change-Id: Iaf5a82a7f12ed7112f86bfa1c5f243ab00ca4285
|
|
Copies the bitmaps to user/gallery/personas/ in user's profile too.
Change-Id: Ibb673320042633850df8bb7a6a849be2c3fc13b8
|
|
Change-Id: Ibe02b485e265ac6274b0aab51676efb0e1d280ae
|
|
Change-Id: I3aeb2694443aa7e73ed9ae97af094c1b3a4f4d90
|
|
SUSE has no interest in it any longer, and I doubt anybody else has
either.
|
|
... because JVM startup is annoying, so delay it until really activating
Macro tab. This patch is sort of lame but with the change in
bd2c14ec78a7549d4a19738154cdd5ea890f61c4 what can you do...
Change-Id: I01fe03abf3e4582e87927729286a21d0bac7037c
|
|
Apparently it cannot do proper name resulution here despite the using namespace
near the top of the file.
|
|
Change-Id: Ife095eb27fac135c0c2285259dd1008e9b7cefc5
|
|
Change-Id: I024bcd527b643076642a233d8e71003c006b5c15
|
|
Change-Id: Iafb5c62f310a6fd1658a7fa80346fa3510fc38e7
|
|
Change-Id: I47b1a5bacaeb5bd54f11630e5d3f2652be2bdfb4
|
|
Change-Id: I80af0399037e4f68113338139e7f2ad2400e65ab
|
|
Change-Id: Iebd0054605ace7dfd15ee106be6f594ea1e7e0c6
|
|
Change-Id: I44fadc907e5d626cc1912a3d8a82724702ad0462
|
|
OUString::valueOf(sal_uInt16) means OUString::valueOf(sal_Unicode),
we want OUString::valueOf(sal_Int32)
regression from 2cb8883cfd1c6ffe293497f064f90f76d12eff32
Change-Id: Ie1ea4de258b9f94f1c0cfec4335512e15be02e68
|
|
|
|
Change-Id: I16eae4aff2b946421df2b65ecfbd1d9b2e2256b6
Reviewed-on: https://gerrit.libreoffice.org/1203
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
|
|
Change-Id: I9b629cad4d9b6d4c086bfff47f1d3e9779b2c24d
Reviewed-on: https://gerrit.libreoffice.org/1202
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
|
|
Change-Id: I0f45b3fd62ecff947d5ed82ec32bfbf5ac3211cd
|
|
Change-Id: I23b314890d8842bd368af69fa8bd2bcf71e592dd
|
|
Change-Id: I6d9e91461389f3bb57dee194d36645f79321f2a0
|
|
Change-Id: Ibc493a486e5752525520cd7e21d6287d49edf681
|
|
Change-Id: Iece525f43238a3494b8a76d5a3d84886cd5c1317
|
|
Change-Id: I95275a92ea607cce26f272044bc2de95de45d75b
|
|
This changes all generated API headers (.hpp and .hdl) to use a
namespace alias 'css' instead of the pointlessly long com::sun::star
Makes the change in cppumaker & associated tools, adds a global
namespace alias definition in sal/types.h, and removes a kiloton
of local, now pointless-to-harmful versions of that alias from all
over the code.
Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
|
|
Change-Id: I15a360723e335345aad09e73fcb0f6815ed9e0d4
|
|
...the single remaining user can use officecfg/Setup.hxx instead.
Change-Id: Icc1b56d820a9fcd7ecc52e279bcdde3aac4499d4
|
|
Change-Id: I73ede739a8601b45d8887cd832af3ad8c622025e
|
|
Also, SvViewDataEntry has lost one friend.
Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede
|
|
We need to hide these flags away.
Change-Id: I112003a88a92174f5012b3356ba261a039eeccc1
|
|
It can be used to show extra build indentification in the about dialog
just under the version string.
The plan is to show information about tinderboxes and make the life easier
for QA guys.
Change-Id: I4714a34cf13492c7bb92798b4b6d11385093f223
|
|
it will now allocate the fixed reserved size for its tab pages to
layout-enabled tabpages
Change-Id: I5e56a09c5febc702d194f18954fd249bcd366dd9
|
|
Change-Id: Ie33a4a02f9820e0d52ca3f17c6b410ebe1e6e8f0
|
|
...instead of just telling the user to restart manually.
The one existing dialog (duplicated into svtools and cui) that got replaced by
this is the dialog asking to restart when the choice of JVM changed. There are
more similar dialogs that would benefit from replacing them, like
RID_SVX_MSGBOX_OPTIONS_RESTART (cui/source/options/optjava.src), but that one is
called when closing a dialog nested within the Options dialog, and calling
OfficeRestartManger.requestRestart in such a nested situation still leads to a
crash.
The design idea is that when more similar dialogs are replaced, restartdialog.ui
contains a list of hidden GtkLables with the appropriate prose why a restart is
required in the given case, and restartdialog.hxx's RestartReason enum contains
corresponding values that will show exactly one of those GtkLables.
The new svtools/uiconfig/ui/restartdialog.ui is probably still pretty rough and
could benefit from some UX love.
Change-Id: Id939188ee22f24301a8a3598b83afb31339bded5
|