Lines Matching refs:URL

31 #include <com/sun/star/util/URL.idl>
43 @see URL
49 /** parses the string in <member>URL::Complete</member> which should contain
50 a syntactically complete URL.
53 The implementation is allowed to correct minor failures in <member>URL::Complete</member>
54 if the meaning of the URL remain unchanged. Parts of the URL are stored in the other
59 the URL which include the complete string notation and will contain
60 all parsed parts of it after finishing this call. <member>URL::Complete</member>
64 <TRUE/> if parsing was successfully (means if given URL was syntactically correct)
67 boolean parseStrict( [inout] com::sun::star::util::URL aURL );
70 /** parses the string in <member>URL::Complete</member>, which may contain
71 a syntactically complete URL or is specified by the provided protocol
75 <member>URL::Complete</member> if it is not a syntactically complete URL.
76 The parts of the URL are stored in the other fields of <var>aURL</var>.
80 the URL which include the string notation and will contain
82 <member>URL::Complete</member>.
86 member<member>URL::Complete</member>. If empty the implementation can use a
90 <TRUE/> if parsing was successful (means if <member>URL::Complete</member> could
94 [inout] com::sun::star::util::URL aURL,
98 /** assembles the parts of the URL specified by <var>aURL</var> and
99 stores it into <member>URL::Complete</member>
102 the URL which contains alls neccessary information in a structured form. The
103 member <member>URL::Complete</member> contains the URL in string notation after
104 the operation finished successfully. Otherwise the content of <member>URL::complete</member>
110 boolean assemble( [inout] com::sun::star::util::URL aURL );
113 /** returns a representation of the URL for UI purposes only
116 Sometimes it can be usefull to show an URL on an user interface
117 in a more "human readable" form. Such URL can't be used on any API
122 URL in structured form which should be shown at the UI
134 [in] com::sun::star::util::URL aURL,