Home
last modified time | relevance | path

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

12345

/trunk/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 */
/trunk/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);
/trunk/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
H A DPropertyControlType.idl131 /** denotes a control which displays a string in a hyperlink-like appearance
/trunk/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()
/trunk/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
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowListener.idl67 /** Notifies that a hyperlink has been clicked.
68 @param hyperLink hyperlink URL
/trunk/main/cui/source/dialogs/
H A Dhyperdlg.src780 Text [ en-US ] = "Trigger hyperlink" ;
798 …Text [ en-US ] = "This is where you create a hyperlink to a Web page, FTP server or Telnet connect…
807 Text [ en-US ] = "This is where you create a hyperlink to an e-mail address or newsgroup." ;
816 …Text [ en-US ] = "This is where you create a hyperlink to an existing document or a target within …
/trunk/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>
/trunk/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.
/trunk/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…
/trunk/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).
/trunk/main/xmerge/source/palmtests/qa-wrapper/testcases/
H A Da_hyperlink.infile21 #testing hyperlink conversion
/trunk/test/testgui/source/fvt/gui/sw/hyperlink/
H A DWarningDialog.java20 package fvt.gui.sw.hyperlink;
/trunk/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.
/trunk/main/offapi/com/sun/star/linguistic2/
H A DDictionaryListEvent.idl69 <!-- Thomas: AFAIK it should translate into a hyperlink or so. -->
/trunk/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…
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl3377 This interface represents a hyperlink associated with a single substring
3462 owns this hyperlink.
3588 The returned IAccessibleHyperlink object encapsulates the hyperlink and
3591 This 0 based index specifies the hyperlink to return.
3592 @param [out] hyperlink
3599 [propget] HRESULT hyperlink
3602 [out, retval] IAccessibleHyperlink **hyperlink
3614 Returns the 0 based index of the hyperlink that is associated with this
3697 The returned IAccessibleHyperlink objects encapsulate the hyperlink and
5057 /** The number of anchors associated with this hyperlink object has changed.
[all …]
/trunk/main/sw/source/ui/inc/
H A Dutlui.hrc37 // hyperlink status bar control

Completed in 215 milliseconds

12345