Note that the listener doesn't do anything with the scale gestures yet,
though. I guesss either a new type of VCL event is needed for zooming, or then
we could fake entering of Control-+ and Control-- key events (or whatever the
default bindings for zoom in and out are).
Change-Id: Ib2ba138dd3e7874f85e9fc9fb7ac7198fa6212d3
It seems to work better to silently "open" a such file read-only even if write
access is requested, and let write attempts, if any, fail later. Otherwise
loading a document from /assets fails with that idiotic "General Error"
dialog...
Change-Id: I95cbe18010ec5e75ee5993faef2656ae8a2f981b
Apparently the TYPELIB has problems with paths if they contain
some "special" characters like "-", unless it is quoted. It can't seem
to be able to concatenate quoted strings properly either. So build
up the whole filename in the makefile and quote/escape extensively for both
shell and rc.
This library was never shipped with LibreOffice; presumably it is some
backward compat kludge for StarOffice versions older than 5.2 that only
shipped with StarOffice.
Change-Id: I5e07e14fde0f62814f4648b362f9e9333fd6c84f
I saw crashes or getting stuck in a loop in the Region code for some unknown
reason. Below in the backtrace was the call to Region::Union() in
AndroidSalInstance::damaged(). As the maRedrawRegion wasn't actually used for
anything, let's bin it then for now... No crashes now, knock on wood.
I still don't know whether the switch from SalFooEvents and CallCallback() to
FooEvents and PostFooEvent() helped anything or not.
Change-Id: Iba867daa37a206953cdb765905fa5eb3fca4d08e
I see randomish crashes that likely are caused by parallelism problems. Try to
see if using Application::PostKeyEventg() and PostMouseEvent() instead of
SalFrame::CallCallback() helps.
Change-Id: Ia97259a378fe40ff0dab3fbb538599e9d2e69c1f
This does not build from the top-level because it uses a relative path;
the command invoked from "make" runs in the top-level dir while the
command invoked from "make extensions" runs in the extensions/ dir, so
we have to use absolute path here. Presumably the weird substitution
going on here is just a relic from the days when WORKDIR was variously
converted with cygpath.
Change-Id: I73a61699ec0394bd40e63864f3e9f566c7d28a32
... accidentally removed in 7cbeac07d21413443889e6ee777a428782e746ae.
Not that i know what it's good for.
Change-Id: I8f2963050434741503b39539fd9a1a339b56d60f
Long year was forced unconditionally for all non-Gregorian calendars, do
this only for ROC calendar.
Change-Id: I39d6eb269b3d38046d32dcf0f66edd5617581b9d
This reverts commit 6b7595c57228e86447dbd638a95bc35b55e67180.
solenv/src/component.map is actually used in
odk/CustomTarget_settings.mk
Change-Id: I01dba8e7e37cc9639ae5ea6f9ee7a7bb8fc6c496
orientation is the *second* argument, not the first,
which may be why this was never implemented, because
setting BOTTOM "didn't work".
Change-Id: Ief9b7f3ef7f696d38a3da73f9e38fe30a2d6c855
I don't see voice input commands being generated anywhere. Nobody seems to
know what this code has been used for.
Change-Id: I4e4221dd4dff76086d0268be286c3605e669bae7
Reviewed-on: https://gerrit.libreoffice.org/2452
Reviewed-by: Niko Rönkkö <ronkko@iki.fi>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>