/trunk/main/solenv/bin/modules/ |
H A D | ExtensionsLst.pm | 301 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 D | impress.reg | 18 [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 D | draw.reg | 18 [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 D | calc.reg | 18 [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 D | math.reg | 18 [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 D | writer.reg | 18 [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 D | pythonloader.py | 70 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 D | UnoUrl.java | 68 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 D | protocols.idl | 33 /** 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 D | XProtocolHandlerCheck.idl | 54 /** 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 D | XImplementationLoader.idl | 65 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 D | Bridge.idl | 45 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 D | XProtocolProperties.idl | 31 /** 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 D | FWS.cxx | 75 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 D | Protocol_Test.java | 261 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.java | 181 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 D | java_remote_bridge.java | 170 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 D | registryitem_math.scp | 295 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 D | registryitem_draw.scp | 345 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 D | registryitem_impress.scp | 296 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 D | OleDropTarget.idl | 52 /** 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 D | X11DragSource.idl | 52 /** 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 D | X11DropTarget.idl | 52 /** 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 D | registryitem_calc.scp | 294 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 D | XTestListener.idl | 67 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 );
|