Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 132) sorted by relevance

123456

/trunk/main/solenv/bin/modules/
H A DExtensionsLst.pm301 my ($md5, $protocol, $url_name, $optional_name) = ($2,$3,$5,$6);
304 die "invalid URL protocol on line $LineNo:\n$line\n" if $protocol !~ /(file|http|https)/;
314 if ($protocol eq "file")
327 return [$protocol, $name, $URL, $md5];
416 my ($protocol, $name, $URL, $md5sum) = @{$entry};
421 next if $protocol !~ /(http|https)/;
469 my ($protocol, $name, $URL, $md5sum) = @{$entry};
587 my ($protocol, $name, $URL, $md5sum) = @{$entry};
588 if ($protocol =~ /^$protocol_selector$/)
/trunk/main/embedserv/regentries/
H A Dimpress.reg18 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.PresentationDocument.1\protocol\StdFileEditing\server]
21 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.PresentationDocument.1\protocol\StdFileEditing\verb\0]
24 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.PresentationDocument.1\protocol\StdFileEditing\verb\-1]
27 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.PresentationDocument.1\protocol\StdFileEditing\verb\-2]
42 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.PresentationDocument\protocol\StdFileEditing\server]
45 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.PresentationDocument\protocol\StdFileEditing\verb\0]
48 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.PresentationDocument\protocol\StdFileEditing\verb\-1]
51 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.PresentationDocument\protocol\StdFileEditing\verb\-2]
H A Ddraw.reg18 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.DrawingDocument.1\protocol\StdFileEditing\server]
21 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.DrawingDocument.1\protocol\StdFileEditing\verb\0]
24 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.DrawingDocument.1\protocol\StdFileEditing\verb\-1]
27 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.DrawingDocument.1\protocol\StdFileEditing\verb\-2]
42 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.DrawingDocument\protocol\StdFileEditing\server]
45 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.DrawingDocument\protocol\StdFileEditing\verb\0]
48 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.DrawingDocument\protocol\StdFileEditing\verb\-1]
51 [HKEY_CLASSES_ROOT\com.sun.star.comp.Draw.DrawingDocument\protocol\StdFileEditing\verb\-2]
H A Dcalc.reg18 [HKEY_CLASSES_ROOT\com.sun.star.comp.Calc.SpreadsheetDocument.1\protocol\StdFileEditing\server]
21 [HKEY_CLASSES_ROOT\com.sun.star.comp.Calc.SpreadsheetDocument.1\protocol\StdFileEditing\verb\0]
24 [HKEY_CLASSES_ROOT\com.sun.star.comp.Calc.SpreadsheetDocument.1\protocol\StdFileEditing\verb\-1]
27 [HKEY_CLASSES_ROOT\com.sun.star.comp.Calc.SpreadsheetDocument.1\protocol\StdFileEditing\verb\-2]
42 [HKEY_CLASSES_ROOT\com.sun.star.comp.Calc.SpreadsheetDocument\protocol\StdFileEditing\server]
45 [HKEY_CLASSES_ROOT\com.sun.star.comp.Calc.SpreadsheetDocument\protocol\StdFileEditing\verb\0]
48 [HKEY_CLASSES_ROOT\com.sun.star.comp.Calc.SpreadsheetDocument\protocol\StdFileEditing\verb\-1]
51 [HKEY_CLASSES_ROOT\com.sun.star.comp.Calc.SpreadsheetDocument\protocol\StdFileEditing\verb\-2]
H A Dmath.reg18 [HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument.1\protocol\StdFileEditing\server]
21 [HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument.1\protocol\StdFileEditing\verb\0]
24 [HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument.1\protocol\StdFileEditing\verb\-1]
27 [HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument.1\protocol\StdFileEditing\verb\-2]
42 [HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument\protocol\StdFileEditing\server]
45 [HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument\protocol\StdFileEditing\verb\0]
48 [HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument\protocol\StdFileEditing\verb\-1]
51 [HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument\protocol\StdFileEditing\verb\-2]
H A Dwriter.reg18 [HKEY_CLASSES_ROOT\com.sun.star.comp.Writer.TextDocument.1\protocol\StdFileEditing\server]
21 [HKEY_CLASSES_ROOT\com.sun.star.comp.Writer.TextDocument.1\protocol\StdFileEditing\verb\0]
24 [HKEY_CLASSES_ROOT\com.sun.star.comp.Writer.TextDocument.1\protocol\StdFileEditing\verb\-1]
27 [HKEY_CLASSES_ROOT\com.sun.star.comp.Writer.TextDocument.1\protocol\StdFileEditing\verb\-2]
42 [HKEY_CLASSES_ROOT\com.sun.star.comp.Writer.TextDocument\protocol\StdFileEditing\server]
45 [HKEY_CLASSES_ROOT\com.sun.star.comp.Writer.TextDocument\protocol\StdFileEditing\verb\0]
48 [HKEY_CLASSES_ROOT\com.sun.star.comp.Writer.TextDocument\protocol\StdFileEditing\verb\-1]
51 [HKEY_CLASSES_ROOT\com.sun.star.comp.Writer.TextDocument\protocol\StdFileEditing\verb\-2]
/trunk/main/pyuno/source/loader/
H A Dpythonloader.py70 protocol, dependent = splitUrl( url )
71 if "vnd.sun.star.expand" == protocol:
74 protocol,dependent = splitUrl( url )
77 print("pythonloader: after expansion " +protocol +":" + dependent)
80 if "file" == protocol:
105 elif "vnd.openoffice.pymodule" == protocol:
109 protocol + " in url " +url, self )
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DUnoUrl.java68 private UnoUrlPart protocol; field in UnoUrl
113 this.protocol = protocolPart; in UnoUrl()
134 return protocol.getPartTypeName(); in getProtocol()
155 return protocol.getPartParameters(); in getProtocolParameters()
177 return protocol.getUninterpretedParameterString(); in getProtocolParametersAsString()
199 return protocol.getUninterpretedString(); in getProtocolAndParametersAsString()
393 String protocol = url.substring(0, index).trim(); in parseUnoUrl() local
396 UnoUrlPart protocolPart = parseUnoUrlPart(protocol); in parseUnoUrl()
/trunk/main/offapi/com/sun/star/installation/
H A Dprotocols.idl33 /** A protocol-handler is a part of StarOffice which performs
34 the comunication on a particular protocol. This can be HTTP, FTP, HTTPS,
52 /** check/set the HTTP protocol
59 /** check/set the FTP protocol
66 /** check/set the HTTPS protocol
73 /** check/set the MAIL protocol
80 /** check/set the NEWS protocol
H A DXProtocolHandlerCheck.idl54 /** checks if StarOffice is the protocol-handler, for the particular protocol
61 /** Make StarOffice the protocol-handler.@see isProtocolHandler
69 already the protocol-handler. If yes, simply
71 if he wants StarOffice to be the standard protocol-handler.
76 protocol-handler. If the "No" button was pressed,
/trunk/main/udkapi/com/sun/star/loader/
H A DXImplementationLoader.idl65 should be in an URL format (= protocol:protocol-dependent-part).
67 leading "protocol:", the implementation in general assumes,
69 their own protocol (for instance an executable loader may need
100 should be in an URL format (= protocol:protocol-dependent-part).
102 leading "protocol:", the implementation in general assumes,
104 their own protocol (for instance an executable loader may need
/trunk/main/udkapi/com/sun/star/bridge/
H A DBridge.idl45 interprocess bridge using a certain transfer protocol.
47 <p> Components, that support a certain protocol, must have at least two
55 <p>The protocol name should be written as common servicenames, first letter is a
58 "urp" protocol). However, the protocol names are compared case insensitive.
59 If there exist two services supporting the same protocol, it is arbitrary
69 <li> String: The protocol, that shall be instantiated</li>
H A DXProtocolProperties.idl31 /** Bridge internal interface, that allows to change protocol settings of the remote
42 is protocol dependent.
48 /** called to initiate a protocol change.
73 /** called to commit a protocol change.
89 again to initiate a new change of the protocol.
/trunk/main/vcl/unx/generic/window/
H A DFWS.cxx75 Atom protocol; in WMSupportsFWS() local
147 protocol = ((Atom *) propData)[i]; in WMSupportsFWS()
148 if (protocol == FWS_STACK_UNDER) in WMSupportsFWS()
156 if (protocol == FWS_PARK_ICONS) in WMSupportsFWS()
164 if (protocol == FWS_PASSES_INPUT) in WMSupportsFWS()
172 if (protocol == FWS_HANDLES_FOCUS) in WMSupportsFWS()
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java261 protocol = new urp(bridge, null, input, output); in Endpoint()
267 o = protocol.readMessage(); in Endpoint()
277 protocol.init(); in Endpoint()
300 return protocol.writeRequest(oid, type, function, tid, arguments); in writeRequest()
306 protocol.writeReply(exception, tid, result); in writeReply()
309 private final IProtocol protocol; field in Protocol_Test.Endpoint
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/bridge/
H A D_XBridgeFactory.java181 String protocol = (String) tParam.get("PROTOCOL") ; in _createBridge() local
182 if (protocol == null) protocol = "urp" ; in _createBridge()
192 protocol, conn, null) ; in _createBridge()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java170 private final String protocol; field in java_remote_bridge
323 protocol = proto.substring(0, i); in java_remote_bridge()
326 protocol = proto; in java_remote_bridge()
330 "com.sun.star.lib.uno.protocols." + protocol + "." + protocol). in java_remote_bridge()
588 return protocol + "," + _xConnection.getDescription(); in getDescription()
/trunk/main/scp2/source/math/
H A Dregistryitem_math.scp295 Subkey = "soffice.StarMathDocument.6\protocol\StdFileEditing\server";
302 Subkey = "soffice.StarMathDocument.6\protocol\StdFileEditing\verb\0";
309 Subkey = "soffice.StarMathDocument.6\protocol\StdFileEditing\verb\-1";
316 Subkey = "soffice.StarMathDocument.6\protocol\StdFileEditing\verb\-2";
553 Subkey = "opendocument.MathDocument.1\protocol\StdFileEditing\server";
560 Subkey = "opendocument.MathDocument.1\protocol\StdFileEditing\verb\0";
567 Subkey = "opendocument.MathDocument.1\protocol\StdFileEditing\verb\-1";
574 Subkey = "opendocument.MathDocument.1\protocol\StdFileEditing\verb\-2";
/trunk/main/scp2/source/draw/
H A Dregistryitem_draw.scp345 Subkey = "soffice.StarDrawDocument.6\protocol\StdFileEditing\server";
352 Subkey = "soffice.StarDrawDocument.6\protocol\StdFileEditing\verb\0";
359 Subkey = "soffice.StarDrawDocument.6\protocol\StdFileEditing\verb\-1";
366 Subkey = "soffice.StarDrawDocument.6\protocol\StdFileEditing\verb\-2";
712 Subkey = "opendocument.DrawDocument.1\protocol\StdFileEditing\server";
719 Subkey = "opendocument.DrawDocument.1\protocol\StdFileEditing\verb\0";
726 Subkey = "opendocument.DrawDocument.1\protocol\StdFileEditing\verb\-1";
733 Subkey = "opendocument.DrawDocument.1\protocol\StdFileEditing\verb\-2";
/trunk/main/scp2/source/impress/
H A Dregistryitem_impress.scp296 Subkey = "soffice.StarImpressDocument.6\protocol\StdFileEditing\server";
303 Subkey = "soffice.StarImpressDocument.6\protocol\StdFileEditing\verb\0";
310 Subkey = "soffice.StarImpressDocument.6\protocol\StdFileEditing\verb\-1";
317 Subkey = "soffice.StarImpressDocument.6\protocol\StdFileEditing\verb\-2";
684 Subkey = "opendocument.ImpressDocument.1\protocol\StdFileEditing\server";
691 Subkey = "opendocument.ImpressDocument.1\protocol\StdFileEditing\verb\0";
698 Subkey = "opendocument.ImpressDocument.1\protocol\StdFileEditing\verb\-1";
705 Subkey = "opendocument.ImpressDocument.1\protocol\StdFileEditing\verb\-2";
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DOleDropTarget.idl52 /** This service connects the Java-like UNO Drag & Drop protocol to the protocol
61 /** Used to provide data to other applications via Ole Drap & Drop protocol.
H A DX11DragSource.idl52 /** This service connects the Java-like UNO Drag and Drop protocol to the
53 X Drag and Drop protocol used on X-Servers to transfer data between
62 /** Used to provide data to other applications via X Drag and Drop protocol.
H A DX11DropTarget.idl52 /** This service connects the Java-like UNO Drag and Drop protocol to the
53 X Drag and Drop protocol used on X-Servers to transfer data between
63 /** Used to get data from other applications via X Drag and Drop protocol.
/trunk/main/scp2/source/calc/
H A Dregistryitem_calc.scp294 Subkey = "soffice.StarCalcDocument.6\protocol\StdFileEditing\server";
301 Subkey = "soffice.StarCalcDocument.6\protocol\StdFileEditing\verb\0";
308 Subkey = "soffice.StarCalcDocument.6\protocol\StdFileEditing\verb\-1";
315 Subkey = "soffice.StarCalcDocument.6\protocol\StdFileEditing\verb\-2";
669 Subkey = "opendocument.CalcDocument.1\protocol\StdFileEditing\server";
676 Subkey = "opendocument.CalcDocument.1\protocol\StdFileEditing\verb\0";
683 Subkey = "opendocument.CalcDocument.1\protocol\StdFileEditing\verb\-1";
690 Subkey = "opendocument.CalcDocument.1\protocol\StdFileEditing\verb\-2";
/trunk/main/udkapi/com/sun/star/test/
H A DXTestListener.idl67 for example to write it into a test protocol file.
71 describes the protocol message.
73 void protocol( [in] com::sun::star::test::TestEvent evt );

Completed in 68 milliseconds

123456