From db688bf5d40a94939f8e6ab35744c267d35b39ab Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 25 Apr 2024 13:09:28 -0300 Subject: tdf#132253 Hyperlink tab in Characters is gone. Change-Id: Ic146695c24e488fc5c0d0cebce2e43769ac37a7a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166640 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/01/05020000.xhp | 2 - source/text/shared/01/05020400.xhp | 143 ------------------------------------- 2 files changed, 145 deletions(-) delete mode 100644 source/text/shared/01/05020400.xhp (limited to 'source/text') diff --git a/source/text/shared/01/05020000.xhp b/source/text/shared/01/05020000.xhp index d7f5f2c31f..47ec078ec3 100644 --- a/source/text/shared/01/05020000.xhp +++ b/source/text/shared/01/05020000.xhp @@ -55,8 +55,6 @@ -

Hyperlink

-
diff --git a/source/text/shared/01/05020400.xhp b/source/text/shared/01/05020400.xhp deleted file mode 100644 index a81ec1668f..0000000000 --- a/source/text/shared/01/05020400.xhp +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - Hyperlink - /text/shared/01/05020400.xhp - - - Sun Microsystems, Inc. - - - -formatting; hyperlinks -characters; hyperlinks -hyperlinks; character formats -text;hyperlinks -links; character formats - - - - -

Hyperlink

-Assigns a new hyperlink or edits the selected hyperlink. - A hyperlink is a link to a file on the Internet or on your local system. - - -You can also assign or edit a named HTML anchor, or Bookmark, that refers to a specific place in a document. - - -
- -
-

Hyperlink

-Specify the properties for the hyperlink. - -

URL

-Enter a URL for the file that you want to open when you click the hyperlink. If you do not specify a target frame, the file opens in the current document or frame. - - -

Browse

-Locate the file that you want to link to, and then click Open. - -

Reference

-Enter the text that you want to display for the hyperlink. - -

Events

-Specify an event that triggers when you click the hyperlink. - -

Name

-
-Enter a name for the hyperlink. $[officename] inserts a NAME tag in the hyperlink: -<A HREF="http://www.example.com/" NAME="Nametext" TARGET="_blank">Note</A> -
- -

Frame

-
-Enter the name of the frame that you want the linked file to open in, or select a predefined frame from the list. If you leave this box blank, the linked file opens in the current browser window. - -
-
- - - -Name of Frame - - -Definition - - - - -Named entries - - -File opens in a named frame in the current HTML document. - - - - -_self - - -File opens in the current frame. - - - - -_blank - - -File opens in a new page. - - - - -_parent - - -File opens in the parent frame of the current frame. If there is no parent frame, the current frame is used. - - - - -_top - - -File opens in the topmost frame in the hierarchy. - - -
-
-

Character Styles

-Specify the formatting options for the hyperlink. - -

Visited links

-Select a formatting style to use for visited links from the list. To add or modify a style in this list, close this dialog, and click the Styles icon on the Formatting toolbar. - -

Unvisited links

-Select a formatting style to use for unvisited links from the list. To add or modify a style in this list, close this dialog, and click the Styles icon on the Formatting toolbar. -
-Hyperlink dialog -Assign macro -
- -
-- cgit