Lines Matching refs:URL
31 #include <com/sun/star/util/URL.idl>
63 for the URL it is connected to. Additionally, a context-switch-event
74 /** dispatches (executes) an URL asynchronously.
81 @param URL
82 fully parsed URL describing the feature which should be dispatched (=executed)
93 com.sun.star.util.URL[] aURL = new com.sun.star.util.URL[1];
94 aURL[0] = new com.sun.star.util.URL();
111 [in] com::sun::star::util::URL URL,
115 /** registers a listener of a control for a specific URL
127 @param URL
128 the URL (without additional arguments) the listener wishes to be registered for.
129 A listener can be registered for more than one URL at the same time.
136 [in] com::sun::star::util::URL URL);
144 @param URL
145 URL the listener was registered for.
153 [in] com::sun::star::util::URL URL);