Age | Commit message (Collapse) | Author |
|
Change-Id: I374caad0258624e9794993a01ab39c60fbb65a1a
|
|
Change-Id: I9849dcd31dae2e5db9ce3178640d2bf605b78238
|
|
Streamlined a couple of hotspots and some
minor cleanups.
Change-Id: I85a9423e03f7e20ce78736a44d668da859a443cd
Reviewed-on: https://gerrit.libreoffice.org/19720
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: I8a0563551f1ee71e9ab9359c7b75ff5855b436b5
|
|
Change-Id: I6ffdb1deaa32156c65f997a1a1056928b7cd863d
Reviewed-on: https://gerrit.libreoffice.org/19803
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I4fcb05f8a58965341cf44a1b7e2367b5cbff981d
|
|
This reverts commit bb76b8f10697f3d5ca1f9a2f19902b043bd61cd7
"loplugin:mergeclasses"
Change-Id: Ib65459ab45cd4cefa859ed75f9ddc4f070879b1d
|
|
Change-Id: Ib59572c45a1404840c379318e4987f5223edca15
|
|
Change-Id: I636454036f007dbf568f74b17e1c4c79fb36f40b
|
|
Change-Id: I0f38c87d46f913a3bbb5f3e40b6ae71c515a8c9c
|
|
Change-Id: I3f55c4b8b12832b82e071d8cf62b2aa55f8913e7
|
|
Also rename nPagePrevRow/Col to nPagePreviewRow/Col, so that it's more
clear that they are about the page preview row/col, not about some
previous row/col.
Change-Id: I5f1f47edde3dbe6bcce14a654398f8a0be2fa79f
|
|
Change-Id: Idf7956c2178093bcaba3ad1093b8d0a54e46aaca
|
|
Change-Id: Iecb7cd82d88bd1ee82f074e17319e5ce095e2690
|
|
Change-Id: I0d00ca7727e0756030830cd732655b2a22b900d6
|
|
This patch is not completed. It adds a dropdown field to toolbar.
When you click it, the page preview focuses third page (hard coded).
This patch's purpose is getting information from developers how to
add numbers to dropdown field.
--
v2: Removed unnecessary MV_SPECIFIC_PAGE case.
v3: Added dropdown field and defined new controller for new field.
v4: Implemented page focus who user want.
v5: Used NumericField instead of Combobox and added page count control
v6: Used nSlotId instead of SID_JUMP_TO_SPECIFIC_PAGE in order to fix macOs build error.
Change-Id: I722fbffcc72a1bcee70065e2e9369b73ab27f100
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/19335
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
|
|
Change-Id: I95ce84f7e82dc03233878de4324f2cb5c282a8aa
|
|
Change-Id: Iea2094f736837f5aecde2d9ff810dffb062d2315
|
|
Change-Id: I91c1aa5149bff9c6489ad6f1a68818b502d95966
|
|
Change-Id: Ia8d44e5c8a987aa1c0cc38e885eadd595b70a898
|
|
Change-Id: I3ce33c8ea0c09948785621785d199ece6eda128a
|
|
Change-Id: I51a8161eeaa781ccace08605b97a0092f972b3bf
|
|
Change-Id: I71c2004b411831ce869331ab7251683f78428b2b
|
|
Change-Id: I08a2c2bb8ebd8cb2adf25b23fa57a5c5441fcfea
|
|
Change-Id: Ibb3b33681f4c33794e07b40989709e8f292f2084
|
|
It's cleaner to let the apps do this themselves than exposing their
underlying vcl::Window.
Change-Id: Iff2442dd325fa65a0cf3ad4aa7f918542dab1e4c
|
|
Change-Id: Id8cc41ab9af5d6fe9934f97927c7e3d1e7f6ebf3
|
|
Change-Id: I8500dda538a82a920dd6164251bf193489b12a15
|
|
Change-Id: If4c4a043f3d9c2e1e89eb4199d33cd39f502c56e
|
|
... which actually does nothing since commit
fca027b0bd76a76b50f4d6d667d2d479417a74a6 but was dutifully converted to
a boost::ptr_vector.
Change-Id: I69186d6ba7d90fb2f94b417fede3a907811c32c0
Reviewed-on: https://gerrit.libreoffice.org/19518
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
SwDoc has weak_ptr list to notify UnoCrsr instances
when the doc is about to die. These were updated
when each UnoCrsr instance was destroyed.
The first performance issue is the use of a list.
This no doubt is done to avoid the overhead
of removing items at arbitrary position from a
vector. Performance tests show vector is faster
with a large document and ~10k UnoCrsr instances.
More important, there is no need to clean up
the references as frequently as when each
UnoCrsr is destroyed as they are rarely referenced
at all. Having outdated references is no issue either.
The new logic uses a vector and cleans up only
after saving a document and before saving
UnoCrsr instances.
Saving ODT files is now significantly faster for
large documents (100s of pages).
Change-Id: I3895d9d80d174cda9c94b94837e2149e9fadcb42
Reviewed-on: https://gerrit.libreoffice.org/19604
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
There is no point, since it's the size of a pointer anyway
(found by temporarily making the new operator in uno::Reference
deleted).
Change-Id: I62a8b957fef9184f65d705600acfdab4116dcb34
Reviewed-on: https://gerrit.libreoffice.org/19603
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: Id9e18c67a4fa6e3646ac33cd616838819d1f10d8
|
|
Change-Id: I89c434ba488963fdbaa9025bdd1dd420ab255dac
|
|
Change-Id: Ibbcafef60e5074ef8b9e86bd6709bcfa50a5068d
|
|
Change-Id: I0684db21c260e38d1d2e32eb5924cf7e25212b4d
|
|
Change-Id: Ib59ea43700815c53cdd4be819e2e9cf35c6f89e9
|
|
Change-Id: Ife3a2c9dae17d3c8f2972fb7d65682b6d6778ed1
|
|
Change-Id: I015decadc51f73085b2732fd6702c7c3af18e6e4
|
|
Change-Id: I9d0fad3904e74b44b0b126974ace4025f7a4fc5b
|
|
Change-Id: I8437c69ee35f766b2c35198f8b99ac2779251e05
|
|
Change-Id: Iad3c970b263b8ee847cf6a7d2e05c5336cad9b26
|
|
Change-Id: Iac98463066f4a21d70e82dfc5c85f061d5ae6603
|
|
Change-Id: Ic2865ff81a79b0d96b950b310723262959d080b5
|
|
Change-Id: I6006ce61ed28fc748495ac58d191e1cfa95e3335
|
|
Change-Id: I9302aeb9f6ac6003e546e5a96e595dcad161187b
Reviewed-on: https://gerrit.libreoffice.org/19490
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Change-Id: If5a041eefcd7cc8a6fa87814dacb95b88c2791d0
Reviewed-on: https://gerrit.libreoffice.org/19481
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Change-Id: Ie2aaa35047c9c11d5030d8ba83f87061e82f5d3a
|
|
Change-Id: Ie6c05a9e63c18275eaf01952add9068c2b46d4e7
|
|
Change-Id: I0f80f52c31c68521b89faf123e45ce458883d76b
|