Lines Matching refs:String

59      public static final String sIDLDOCUMENTSUBFOLDER = "docs/common/ref/";
67 static private final String __serviceName = "org.openoffice.InstanceInspector";
69 private String sTitle = "Object Inspector";
79 …private static final String sWRONGINSTALLATIONPATH = "Your selected path does not refer to an SDK-…
104 protected String getSDKPath(){ in getSDKPath()
105 String sRetPath = ""; in getSDKPath()
109 sRetPath = (String) xPropertySet.getPropertyValue("SDKPath"); in getSDKPath()
117 public String getIDLPath(){ in getIDLPath()
118 String sRetPath = getSDKPath(); in getIDLPath()
134 String sPath = getIDLPath(); in openIdlFileforSelectedNode()
143 String sInstallationFolder = ""; in assignSDKPath()
148 String sPath = getSDKPath(); in assignSDKPath()
177 public void showErrorMessageBox(XWindowPeer _xWindowPeer, String _sTitle, String _sMessage){ in showErrorMessageBox()
192 …public void inspect(java.lang.Object _oUserDefinedObject, String _sTitle) throws com.sun.star.uno.… in inspect()
205 public void inspectOpenEmptyDocument(String _sApplicationDocUrl){ in inspectOpenEmptyDocument()
207 String sRootTitle = (String) aApplicationHashMap.get(_sApplicationDocUrl); in inspectOpenEmptyDocument()
213 public void inspectOpenDocument(String _sTDocUrl){ in inspectOpenDocument()
214 String sTreeNodeName = getTDocSupplier().getTitleByTDocUrl(_sTDocUrl); in inspectOpenDocument()
226 String sNodeDescription = UnoNode.getNodeDescription(oUnoObject); in inspectSelectedNode()
251 String sLanguage = "Java"; in setSourceCodeLanguage()
285 public String[] getTDocUrls(){ in getTDocUrls()
290 public String[] getTDocTitles(String[] _sTDocUrls){ in getTDocTitles()
295 public String[][] getApplicationUrls(){ in getApplicationUrls()
297 String[][] sReturnList = new String[aSet.size()][]; in getApplicationUrls()
300 String[] sSingleApplication = new String[2]; in getApplicationUrls()
301 sSingleApplication[0] = (String) i.next(); in getApplicationUrls()
303 sSingleApplication[1] = (String) aApplicationHashMap.get(sSingleApplication[0]); in getApplicationUrls()
329 public static String[] getServiceNames() { in getServiceNames()
330 String[] sSupportedServiceNames = { __serviceName }; in getServiceNames()
338 public String[] getSupportedServiceNames() { in getSupportedServiceNames()
347 public boolean supportsService( String sServiceName ) { in supportsService()
355 public String getImplementationName() { in getImplementationName()
364 String sLanguage = (String) xNameAccess.getByName("Language"); in getSourceCodeLanguage()
390 public XNameAccess getConfigurationAccess(String _sNodePath, boolean update) { in getConfigurationAccess()
393 String sAccess = ""; in getConfigurationAccess()
426 public static XSingleComponentFactory __getComponentFactory( String sImplName ) in __getComponentFactory()