Bug 153500 - Android Viewer: Add ability to change page size/orientation
Summary: Android Viewer: Add ability to change page size/orientation
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Android Viewer (show other bugs)
Version:
(earliest affected)
7.6.0.0 alpha0+
Hardware: All Android
: low enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-09 13:50 UTC by Michael Weghorn
Modified: 2023-02-09 13:57 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weghorn 2023-02-09 13:50:44 UTC
(Follow-up ticket for tdf#89168)

Actual behavior:
It's currently not possible to change the page size or orientation in LibreOffice Viewer for Android.

Desired behavior:
Possibility to change the page size or orientation of a document from within the app.

Note:
This probably also requires handling for the LOK_CALLBACK_DOCUMENT_SIZE_CHANGED callback mentioned in tdf#89168, since that still seems to be not covered in the Android app as of today: Following command shows no search results:

    $ git grep LOK_CALLBACK_DOCUMENT_SIZE_CHANGED -- android/


Tested with master as of commit 4aa73a298f4849e222aa3c6111d8b5c57e417e4b .
Comment 1 Michael Weghorn 2023-02-09 13:57:27 UTC
self-confirming since this is a follow-up for tdf#89168