Age | Commit message (Collapse) | Author |
|
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
|
|
This commit removes copy and paste code, creating a constructor for it
Change-Id: I7a66cfda7fc7c11308d155a7a890352fdacfaacc
Reviewed-on: https://gerrit.libreoffice.org/6356
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I635235896853693dd7687e0b72ccb3caf4febb89
|
|
We have no online/offline concept for the office anymore.
Change-Id: Id7e71d9c4383b47d3fae6f8cb5dc18ec22a55934
|
|
Also label it with "Ok" which reflects the new behavior better.
Change-Id: If8adde315c2d822e3210a0dcae7055519e5e558d
|
|
Despite it's name, rProperties, the Sequence is not a reference in the
function signature.
Besides, some small improvements:
- instead of compareToAscii, use operator==, which is optimized for
performance
(cherry picked from commit a17e221225915c140c7840904cb9b46d75731edc)
Conflicts:
cui/source/options/optsave.cxx
Change-Id: Ifffd2b9014210c885f03ff8116ea97625b903cba
|
|
The point of this menu option is that locked Smart-Art shapes would
preserve the original XML files attached so they could be exported
back to docx with no loss.
The new menu option is located at Options -> Load/Save -> MS Office ->
SmartArt to LibreOffice shapes or reverse.
Change-Id: I6aafc2eb83404ee2c0b8538b2f6fbbbd4363e7d3
Reviewed-on: https://gerrit.libreoffice.org/6138
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
An extra InsertEntry method is added with parameters to enable or disable the
load and save checkboxes independently.
Change-Id: I49233ce31e2eaf361310f89887dcede86dec0edc
Reviewed-on: https://gerrit.libreoffice.org/6137
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Remove leading and trailing whitespaces in the hyperlink dialog, because
the resulting links would be unusable.
Change-Id: Icf617daf51508a37494536e02fb298fb3cf746c5
|
|
Change-Id: I766c01c3ea4c03f4c76ef70fd16037d8196242a1
|
|
Change-Id: I475bee35ca5d24903d85e7f2427fab0e47d8db4d
|
|
Change-Id: Ie30e4d67435808fd6c31e1ca7f10a58faad1c6ce
|
|
Change-Id: Ie599ddddca533db3a626ab63a9d47e10d76a4a94
|
|
Change-Id: Ife34807a447aae474f1df29ce22f50b9e9d9cacf
|
|
Change-Id: I27a6622f45ec3fdbb9153e1dcb1114c5dc71e884
|
|
Change-Id: I2894b7ffc186836890ab7b8117e2c7ca43bd21be
Reviewed-on: https://gerrit.libreoffice.org/6087
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I15c34278a3dca19547c77be7aca670fbbc2d2037
|
|
Change-Id: Ia73c38866b50e6986361909aa64f7a95c2ce8635
|
|
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
|
|
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
|
|
This is the command that adds a Separator to the toolbar or menu
Change-Id: I38bb449b6f34b6fc80bbbe6c0161d3346f785888
Reviewed-on: https://gerrit.libreoffice.org/6088
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f
|
|
Change-Id: I9a49699d0739afc754caa5012da1525aa7e5fc26
|
|
Change-Id: Ie3e9cb1e30af597e9086d5713b743fc416e19ade
|
|
(avoids warnings about std::auto_ptr ctor being deprecated)
Change-Id: I39d2d155c0bc62ca77a30c02428ea39102213f42
|
|
Change-Id: I5269abf769839f525d949b90e827f1322e44f2dd
|
|
Change-Id: I566f106bb5ea0836535b1fe1b42811fc5be3268e
|
|
Change-Id: Ib37eb4a2795840bff5b501ba468473f02100aaa2
|
|
Change-Id: I1aee738a0ecd761efaecf4b1b1c53918d8f9cf01
Reviewed-on: https://gerrit.libreoffice.org/6044
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I8374a78268a48377c6c00c710a4fa28aa26c2fe6
|
|
Change-Id: I70f1592ac26428611c2d8f6fc0090f97b9cd0025
|
|
Change-Id: I067e1ddcf2c46ac55ed2c5b92db8edb19dc6a0f1
|
|
Change-Id: I79bdab414d448a0d619b80857d7b31633c116f81
|
|
Change-Id: I66fd6387c3fcd33c6ae0b431810abf6679345767
|
|
so that any window derived class, and not just dialogs, can trigger layouting
of their children. Merge together the handful of hacked-up impls of this.
Do that then for the sidebar PanelLayout so that when the label of the custom
animation frame changes that the frame allocates enough space for the new label
to display fully
Change-Id: I9a95f6c3f60cd6cea47656e66cb9ffcc154a3a5a
|
|
Conflicts:
sd/UIConfig_sdraw.mk
Change-Id: I5625420bb374c03da0095065444787d082df8038
Reviewed-on: https://gerrit.libreoffice.org/6066
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Icb7850aaabe59f96ea26a665a8d25617b2741d68
|
|
Change-Id: I4e81556a0e1e0a6c9dd2aea42b3e7106f7dcf65c
|
|
Change-Id: I56f2ea6731996edc9a4582dc83c9b00f09df8fd7
|
|
Change-Id: I650e00bd026a66f82c6a21b0810b53f2f98c81c9
|
|
Change-Id: I6002c20bf1f6e6dab6ba7d0b7a0fbbe6a721e115
|
|
Change-Id: Idf76635180f73716f3d476975d9738edad464348
|
|
Change-Id: I81cef872b6369df425b6cb3bab0eeae3fde2c34c
|
|
Change-Id: Ia528bf60a8af81b17ca18ad5eb305bed59818d05
|
|
Change-Id: I4a854862059b531fa8e07c5cd938f776408e8c81
|
|
Change-Id: Id9b2eec42c55d66ae4669703f1d2b376bae251ce
|
|
Change-Id: I9957d720231b3f2ff8e7869c7133fd8e29550e1f
|
|
Change-Id: I63af30b062272bb02f786e60d2fcadc91689dec6
|
|
Unfortunately the page looks ugly ATM :-( - ideas appreciated.
Change-Id: If6c1cfc5f57c2ea58d46649bc34041674b4f5362
|
|
Change-Id: I24848a0ba55f41bfff577e3593f37f943812725a
|