From 1f35f6f69a3e250e24994af78dc64ecfb3573a26 Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Wed, 1 Jun 2022 02:57:41 +0200 Subject: tdf#149353 positioning objects in multipage and multicolumn paragraphs Presented as in "to paragraph" (shared/01/05260200.xhp), while only the text is embedded as a paragraph in "to character" (shared/01/05260300.xhp) because there is already a on that page, without much other text. added to swriter/guide/anchor_object.xhp that positioning is only on the page where the anchor is located. Change-Id: I8173050620fbeb8fc78d747ad05d8ab1f74f1346 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135169 Tested-by: Jenkins Reviewed-by: Seth Chaiklin (cherry picked from commit 47bbc1f86ff89ea5b7f6908fc7b1a1b63cb48ca1) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135980 --- source/text/shared/01/05260200.xhp | 1 + source/text/shared/01/05260300.xhp | 1 + source/text/swriter/guide/anchor_object.xhp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source/text/shared/01/05260200.xhp b/source/text/shared/01/05260200.xhp index bebdae88b1..ef2b1429ba 100644 --- a/source/text/shared/01/05260200.xhp +++ b/source/text/shared/01/05260200.xhp @@ -38,6 +38,7 @@ Objects with this anchor can be positioned in relation to the page or its text area, as well as the paragraph or its text area. The anchor icon is displayed at the left page margin at the beginning of the paragraph. +When a paragraph is used for positioning and the paragraph extends over more than one page or column, then positioning options that refer to a paragraph area or paragraph text area are applied only to the portion of the paragraph in the page or column where the anchor is located.
diff --git a/source/text/shared/01/05260300.xhp b/source/text/shared/01/05260300.xhp index 81cc1398e7..ca836d1ff6 100644 --- a/source/text/shared/01/05260300.xhp +++ b/source/text/shared/01/05260300.xhp @@ -36,6 +36,7 @@
The character immediately before the anchor position is used for positioning in relation to the Character region and the Line of text reference line. + To align an image, frame, or OLE object relative to the anchored character, right-click the object, and choose Properties. Click the Position and Size tab, and in the Position area, select Character in the to boxes. diff --git a/source/text/swriter/guide/anchor_object.xhp b/source/text/swriter/guide/anchor_object.xhp index b63866fdd8..5bf0970ae2 100644 --- a/source/text/swriter/guide/anchor_object.xhp +++ b/source/text/swriter/guide/anchor_object.xhp @@ -95,7 +95,7 @@ - + Objects can only be positioned on the page where their anchor is located.

Moving an Anchor

-- cgit