Age | Commit message (Collapse) | Author |
|
Change-Id: I2e9ef88d471f8fa379a03f7b6b95bf14ce172acb
Reviewed-on: https://gerrit.libreoffice.org/20498
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I3af47ab3af5e28a865a77a592f6a92edb46e4f2b
|
|
Change-Id: I214991e5d34c8e335cdd8ea482f8fa4913ba637b
|
|
Change-Id: Iad2788a7e5e7ee3b3107eab37cde2d3d38eae005
|
|
Change-Id: Id7d3df1af42cbe7b4f951c335063d26b59e7bc10
|
|
Change-Id: I2caeda4e0a0b98ad09389d08fd6ccc6bb1e7aec2
|
|
Clients should now use these APIs to search for text in the
widget, rather than executing UNO commands directly on the
widget. This allows searching for text in the widget in view-only
mode too.
Change-Id: I013b6f96e69a634ec33367394d39c0f645a4994d
Reviewed-on: https://gerrit.libreoffice.org/20488
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
- Move text selection and graphic selection tasks into functions
- Merge GDK_BUTTON_PRESS, GDK_BUTTON_RELEASE conditional code
- Do not change to 'move' cursor in view-only mode
- Ignore LOK_POST_COMMAND, LOK_SET_GRAPHIC_SELECTION in view-only
As a consequence this commit also allows dragging handles during text
selection in view-only mode which was earlier not possible.
Change-Id: Iffb668d5447dd646a1e40237dee8d8d3fa3314b6
Reviewed-on: https://gerrit.libreoffice.org/20487
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: I97747cb36aa08846538067735387d2f1f79f4cb7
|
|
Change-Id: If46e04de8380ee0d9a2896d85bdd431d299b19bc
|
|
When passed NULL to lok_doc_view_new, use the default path :
$libdir/libreoffice/program as LOK install path
Change-Id: I1e033c407184b29b1509cfb8c416b514591d67ce
Reviewed-on: https://gerrit.libreoffice.org/20476
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
The core of this change is that RtfAttributeOutput::PostitField() now
uses WriteOutliner() to handle comment text, instead of trying to output
the plain text as-is.
To have working roundtrip of the comment text, a few more changes are
needed:
1) When emptying the Styles buffer, also empty the StylesEnd one.
2) Annotations don't want a trailing \par, so don't write one for the
last paragraph.
3) Inform the MSWord_SdrAttrIter about where the editeng content will
end up, and make WriteOutliner() accessible outside RtfSdrExport.
Change-Id: I9cbcf4ce5dc3a099d310c6f321ea8e52f8644f9b
|
|
Change-Id: I35df02de675068478a36ef05266ffc2d3054b07f
Reviewed-on: https://gerrit.libreoffice.org/20477
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Ie47ffb36f17882da8a78036f7797b2e2bac78eb6
|
|
Change-Id: I2f4a26a918134568f541cd45bdcf5a12b1f1d2ee
|
|
Change-Id: I7934bc993e049169a08b835f922da8ef50ea05ee
|
|
Change-Id: I673eeaa4168f769cb002995c43d986ee5f2030b2
|
|
(regression from 1dac99e7ea45f90bf39eb95eb7bc01f7d79093ef)
Change-Id: Iffe3ec6c28f62b78a2b223144bfaad383d272802
|
|
Change-Id: I30bbf7bab8cb37422fd20a25741e564500faa31c
|
|
Change-Id: I02e507f4b7d78efacc5b735ca24adb83633749b9
|
|
See https://msdn.microsoft.com/en-us/library/e821azx1.aspx
Some export symbols should be PRIVATE
Also, don't export DLLMain. It is internal function
used by CRT, and not intended to be exported.
Change-Id: I48139b985aa2ee499c2005d8b0d966a2cc6dcd0c
Reviewed-on: https://gerrit.libreoffice.org/20419
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matúš Kukan <matus@libreoffice.org>
|
|
Change-Id: I796ce84325549178d3eac572c363a8cbc9ae542f
|
|
Change-Id: Icf1e5e976e0c98b2ce8e2dd7a3b9c89a6be7d7c6
|
|
Change-Id: I3b96671b7a0f278329a686ba9082b3e4e4989e87
|
|
Change-Id: Ia0dfe1e1ce1ab2b1ef266d1aa0950fd6670b0c50
|
|
Change-Id: I0d7c6f89f4646b59f23591eb1b3511afa31179c2
|
|
Change-Id: I5fce2b580dd2424f80c802c513ac229988212c58
|
|
Change-Id: I5071948d523bc8bd327cd66ee785e9bc2c173054
|
|
Change-Id: I526cb06b019b945931b24eb40477a1727c38cdc2
|
|
(...in the Windows-specific code path)
Change-Id: I5984ecd88a12d3f22aecaa685bd552f4235fb13d
|
|
Change-Id: Ice5d9d9e58886b752a7c88049a5f4e0986a7a86b
|
|
because we only get smooth scroll events, so implement that as
best we can.
Change-Id: I7701949cf7c9ffdc9d062f75b23db7c6add3c6a9
|
|
Change-Id: I59093e5d5eb1b3b1e14faaf32ac83b0ddb6b1d81
|
|
So no need to test after calling it.
Change-Id: I122bd5c2de23568b1cd3e98aef3c61d2ca91dfe9
|
|
Database._OutputToCalc uses LO filters to export table and/or query data
Change-Id: I69b15e76a490de32ec2cae73661f8ffd5f2b53b2
|
|
instead of just an initial size, because we can set a size-request for the
minimum size and that's a reliable thing
Change-Id: I83916715cb9e3dceb6e88f3ca8fc86920677c026
|
|
The function does not, in any way, as far as I see, make the
OpenGLSalBitmap object "current". It picks one OpenGLContext object
and makes that current. So, rename it to be less misleading. Am I
missing something?
Change-Id: Ia9f8e2415e1075dd5892cd40140e6ad764feeaa4
|
|
Change-Id: I0492c5b3018f59e4b783bb33f8b75ce67847dcf0
|
|
This only reads all the interesting info,
SwWW8ImplReader::Read_FactoidBook() still has to put it on the filter
stack in a later commit.
Change-Id: Ic2e8b441367448b5bdf940bf8871f25afe8362c4
|
|
Change-Id: I3889453be48aaffc8015fbbb5672d34e904c3770
|
|
Change-Id: I41b8514a127d463ac951e5855f09416fa0456b1b
|
|
Change-Id: I1df6ba8a269be3e165ff5948af1dd12e0bdc6f7d
|
|
Change-Id: Ia1af11514f6096ac55d561f729bbcba9ee5b0b14
|
|
...instead of being removed, a9824e8e05bddbf8ec417c7e5447914dd22cb8e5
"cid#1326591, cid#1326590 useless call"
Change-Id: Ia71abff8fb821cb4904794e1f9cbeb320e17c629
|
|
Change-Id: Ie38ed19ea1637ae25846eef8a3e779d7b3bfe1df
|
|
Besides, the namespace was confusingly named the same as the public
cross-platform OpenGLWrapper struct (which is effectively just a
namespace, too).
Change-Id: I9a5255ec446dcdb5086d92a742f29327d0780685
|
|
This should fix a regression from 3bdd176731c351638f541a37b94094124f3c9f52,
apparently the cppcheck's advice is misleading.
Change-Id: I427ecaa1eb3c9841cb6112997b9b51feda4583d0
|
|
Change-Id: I8ba75fcd2f98a49fe9d620af6b248f32911d7fe8
|
|
Change-Id: I11a8f9db15a576ff9926f8f827cbcc08a345ffa4
|
|
Change-Id: I43e52c2c982ed553a53be9839feff591c99fdfca
|