This filter currently does not have a UI, nor allow field type selection or any other filter settings.
Word and Powerpoint store data internal to the chart in .docx and .pptx formats, respectively.
Undefine TCGETS, TCGETS2, and related ioctl constants in the installed headers.
There were three methods left that use PaintOrStrip in a mode to directly draw Text: DrawText_ToRectangle, DrawText_ToPosition and DrawText_ToEditView. I adapted all three to use PaintOrStrip in a Primitive creating mode and render using a PrmitiveRenderer. While StripPortions was already using the Primitive creating mode the others needed adaptions ranging from handling clipping over rotation to transformations. I checked these as good as I could, but since errors cannot be excluded, I added an ENV_VAR called DISBALE_EDITENGINE_ON_PRIMITIVES with which that change can be deactivated.
The special case for .uno:Paste*, even if still needed (?), is for system clipboard deficiency, which is not relevant for LOK.
According to
Update compileSdk and targetSdkVersion to 35 (Android 15). In a quick test, running the app seems fine in an API 36 (Android 16) AVD configured to use 16 KB Page Size, for which support was added in Android 15 [1]. Changing the targetSdkVersion to 35 implies that edge-to-edge would now enabled by default [2].
Don't use another theme for the SettingsActivity than for the rest of the app.
Change-Id: I94333a57043743dd9d6924d20c85a2a5484fe8d0 Reviewed-on:
redirect cache related allocations to the same place to attempt to put them in separate pages from other allocations to release that cache memory back to OS.
The use of the termios2 ioctl interface is an implementation detail which should not bleed into public headers.
nm -S --size-sort --print-size instdir/program/libmergedlo.so| grep ' [Dd] ' | c++filt | tail -n 10 before: ...
Handle headings and some formatting: bold, italic, hyperlinks.
A build using NDK 29.0.13599879 works fine for me and Android Viewer works fine in a quick test (with an additional local revert of commit 9d1e76f7da12353afc3d9479d3b2ecddbb2a71e6 to prevent a deadlock when opening documents that is unrelated to this change here).
Address those lint warnings which would otherwise trigger build errors in a WIP branch updating compileSdkVersion and targetSdkVersion to 36.
Address those lint warnings which would otherwise trigger build errors in a WIP branch updating compileSdkVersion and targetSdkVersion to 36.
Address these 2 lint warnings which would otherwise trigger build errors in a WIP branch updating compileSdkVersion and targetSdkVersion to 36. <issue id="RtlHardcoded" message="Redundant attribute `layout_toRightOf`; already defining `layout_toEndOf` with `targetSdkVersion` 34" errorLine1=" android:layout_toRightOf="@+id/calc_header_top_left"" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="res/layout/activity_main.xml" line="78" column="21"/> </issue> <issue id="RtlHardcoded" message="Redundant attribute `layout_toRightOf`; already defining `layout_toEndOf` with `targetSdkVersion` 34" errorLine1=" android:layout_toRightOf="@+id/calc_header_row"" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> <location file="res/layout/activity_main.xml" line="94" column="21"/> </issue> Like the desktop version of LibreOffice, have the Calc doc always to the right of the headers, regardless of whether RTL or LTR is used, i.e.
In order to emulate sprmCIdctHint support, the DOC importer uses a hack which splits the input text at script type changes and overrides fonts to make Writer's output match Word's. One special case in this algorithm was to override treatment of ASCII-range weak characters as Latin script.
- Check the number of opening and closing parentheses, brackets and square brackets are the same - Check {&DialogHeading} and {&DialogDefaultBold} are at the beginning of the string.
nm -S --size-sort --print-size instdir/program/libmergedlo.so| grep ' [Dd] ' | c++filt | tail -n 10 before: ...
Tabs with content (GtkBox with image/label) crash with the horizontal mode; avoid those UI variants and add tab pages per code
- This needs to be done twice, for test runs with and without--enable-hardcoded-path-in-tests
Better to use the original algorithm for searching in inline arrays.
As discussed here:
Simplifies the setup of SfxTabDialogs as tabs can be added per code; and vertical tabs should be accompanied by icons.
buttons such as duplicate slides and insert new slide belong to the insert tab and the layout dropdown button belogs to the layout tab.
Normally, the icons for certain commands are mirrored when the writing direction is RTL.
Most of the information has been extracted from
This is a combined cherry-pick of the 10 commits 34f1a750a128e02aa3191e36a2c0b28371e96287 "sal: initial osl::File sand-boxing commit for Unix.
MSI on cygwin failed since commit 1cabb20fad8303d16e25957ee245970f37ad2f82 (replace a couple manual calls to cygpath with PathFormat, 2024-12-12).
Change-Id: I059090be2157141a8cdab44b28054460f648babb Reviewed-on:
- using new dummy Markdown Filter