Home
last modified time | relevance | path

Searched refs:hyperlink (Results 1 – 25 of 103) sorted by relevance

12345

/AOO41X/main/offapi/com/sun/star/accessibility/
H A DXAccessibleHypertext.idl71 encapsulates the hyperlink and provides several kinds of information
75 This index specifies the hyperlink to return.
80 hyperlink object is returned. If the index is invalid then an
87 /** Returns the index of the hyperlink that is associated with this
102 Returns the index of the hyperlink that is associated with this
103 character index, or throws an exception if there is no hyperlink
H A DXAccessibleHyperlink.idl36 /** Implement this interface to represent a hyperlink or a group of
100 hyperlink (group) starts.
103 interface that ownes this hyperlink.</p>
112 hyperlink (group) ends.
115 interface that ownes this hyperlink.</p>
H A DXAccessibleGroupPosition.idl39 /* Returns the hyperlink URL info of the object */
/AOO41X/main/winaccessibility/source/UAccCOM/
H A DAccHypertext.cpp306 STDMETHODIMP CAccHypertext::get_hyperlink(long index,IAccessibleHyperlink **hyperlink) in get_hyperlink() argument
314 if(hyperlink == NULL) in get_hyperlink()
325 *hyperlink = NULL; in get_hyperlink()
344 *hyperlink = plink; in get_hyperlink()
H A DAccHypertext.h146 STDMETHOD(get_hyperlink)(long index,IAccessibleHyperlink **hyperlink);
/AOO41X/main/offapi/com/sun/star/inspection/
H A DXHyperlinkControl.idl39 in a hyperlink-like way
47 … /** adds a listener which will be notified when the user clicked the hyperlink text in the control
49 the listener to notify of hyperlink clicks
/AOO41X/main/slideshow/source/engine/slide/
H A Dshapemanagerimpl.cxx145 rtl::OUString const hyperlink( checkForHyperlink(aPosition) ); in handleMouseReleased() local
146 if( hyperlink.getLength() > 0 ) in handleMouseReleased()
148 mrMultiplexer.notifyHyperlinkClicked(hyperlink); in handleMouseReleased()
/AOO41X/main/sc/source/ui/vba/
H A Dservice.cxx57 namespace hyperlink namespace
89 …ecl, worksheet::serviceDecl, globals::serviceDecl, window::serviceDecl, hyperlink::serviceDecl, ap… in component_getFactory()
H A Dvbahyperlink.cxx232 namespace hyperlink namespace
/AOO41X/main/offapi/com/sun/star/presentation/
H A DXSlideShowListener.idl67 /** Notifies that a hyperlink has been clicked.
68 @param hyperLink hyperlink URL
/AOO41X/main/offapi/com/sun/star/text/
H A DBaseFrameProperties.idl257 /** contains the URL of a hyperlink that is set at the object.
262 /** contains the name of the target for a hyperlink that is set at the object.
267 /** contains the name of the hyperlink that is set at the object.
H A DDocumentIndexLevelFormat.idl76 <p>TokenHyperlinkStart - start of a hyperlink</p>
79 <p>TokenHyperlinkEnd - end of a hyperlink</p>
/AOO41X/main/cui/source/dialogs/
H A Dhyperdlg.src813 Text [ en-US ] = "Trigger hyperlink" ;
831 …Text [ en-US ] = "This is where you create a hyperlink to a Web page, FTP server or Telnet connect…
840 Text [ en-US ] = "This is where you create a hyperlink to an e-mail address or newsgroup." ;
849 …Text [ en-US ] = "This is where you create a hyperlink to an existing document or a target within …
/AOO41X/main/offapi/com/sun/star/style/
H A DCharacterProperties.idl348 /** This optional property contains the URL of a hyperlink.
354 /** This optional property contains the name of the target for a hyperlink.
360 /** This optional property contains the name of the hyperlink.
/AOO41X/main/sfx2/source/appl/
H A Dapp.src411 Message [ en-US ] = "This hyperlink is going to open \"%s\". Do you want to proceed?" ;
419 …Message [ en-US ] = "For security reasons, the hyperlink cannot be executed.\nThe stated address w…
/AOO41X/main/offapi/com/sun/star/report/
H A DXReportControlFormat.idl405 /** contains the URL of a hyperlink (if set).
414 /** contains the name of the target for a hyperlink (if set).
423 /** contains the name of the hyperlink (if set).
/AOO41X/main/xmerge/source/palmtests/qa-wrapper/testcases/
H A Da_hyperlink.infile21 #testing hyperlink conversion
/AOO41X/test/testgui/source/fvt/gui/sw/hyperlink/
H A DWarningDialog.java20 package fvt.gui.sw.hyperlink;
/AOO41X/main/offapi/com/sun/star/awt/
H A DUnoControlFixedHyperlink.idl45 /** specifies a control for displaying fixed hyperlink.
H A DXFixedHyperlink.idl40 /** gives access to the text and formatting of a fixed hyperlink field.
/AOO41X/main/offapi/com/sun/star/linguistic2/
H A DDictionaryListEvent.idl69 <!-- Thomas: AFAIK it should translate into a hyperlink or so. -->
/AOO41X/main/sw/source/ui/inc/
H A Dutlui.hrc37 // hyperlink status bar control
/AOO41X/main/migrationanalysis/src/driver_docs/
H A Dallstrings.ulf2295 … text formats in hyperlink text. Instead, <PRODUCTNAME> creates a separate hyperlink for each form…
2298 …sentation of a hyperlink into several lines when the text box is not wide enough. <PRODUCTNAME> do…
/AOO41X/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl3377 This interface represents a hyperlink associated with a single substring
3402 anchorTargets would reference the second level accessible hyperlink objects. None
3403 of the IAccessibleAction methods would be implemented on the first level hyperlink
3404 objects. The second level hyperlink objects would implement the IAccessibleAction
3459 …f Returns the 0 based character offset at which the textual representation of the hyperlink starts.
3462 owns this hyperlink.
3471 …ief Returns the 0 based character offset at which the textual representation of the hyperlink ends.
3474 owns this hyperlink. The character at the index is not part of the hypertext.
3588 The returned IAccessibleHyperlink object encapsulates the hyperlink and
3591 This 0 based index specifies the hyperlink to return.
[all …]
/AOO41X/main/sw/source/ui/utlui/
H A Dinitui.src143 Text [ en-US ] = "%s-click to open hyperlink" ;

12345