| /AOO42X/main/qadevOOo/runner/helper/ |
| H A D | StringHelper.java | 42 public static String removeSurroundQuoteIfExists(String _sPath) in removeSurroundQuoteIfExists() argument 44 String sNewPath = _sPath; in removeSurroundQuoteIfExists() 47 (_sPath.startsWith("\"") && _sPath.endsWith("\"")) || in removeSurroundQuoteIfExists() 48 (_sPath.startsWith("'") && _sPath.endsWith("'")) in removeSurroundQuoteIfExists() 60 public static String removeQuoteIfExists(String _sPath) in removeQuoteIfExists() argument 62 String sNewPath = _sPath; in removeQuoteIfExists() 64 if (_sPath.startsWith("\"") || in removeQuoteIfExists() 65 _sPath.startsWith("'")) in removeQuoteIfExists() 71 if (_sPath.endsWith("\"") || in removeQuoteIfExists() 72 _sPath.endsWith("'")) in removeQuoteIfExists()
|
| /AOO42X/main/wizards/com/sun/star/wizards/common/ |
| H A D | FileAccess.java | 96 public static String deleteLastSlashfromUrl(String _sPath) in deleteLastSlashfromUrl() argument 98 if (_sPath.endsWith("/")) in deleteLastSlashfromUrl() 100 return _sPath.substring(0, _sPath.length() - 1); in deleteLastSlashfromUrl() 104 return _sPath; in deleteLastSlashfromUrl() 216 …public static ArrayList<String> getOfficePaths(XMultiServiceFactory xMSF, String _sPath, String sT… in getOfficePaths() argument 237 Template_writable = (String) xPropertySet.getPropertyValue(_sPath + "_writable"); in getOfficePaths() 238 Template_internal = (String[]) xPropertySet.getPropertyValue(_sPath + "_internal"); in getOfficePaths() 239 Template_user = (String[]) xPropertySet.getPropertyValue(_sPath + "_user"); in getOfficePaths() 298 private static String checkIfLanguagePathExists(XMultiServiceFactory _xMSF, String _sPath) in checkIfLanguagePathExists() argument 320 String sPath = _sPath + "/" + aLocaleAll.toString(); in checkIfLanguagePathExists() [all …]
|
| /AOO42X/main/qadevOOo/runner/convwatch/ |
| H A D | FilenameHelper.java | 100 public FilenameHelper_impl(String _sPath, String _sName, String _sSuffix) in FilenameHelper_impl() argument 103 _sPath = utils.replaceAll13(_sPath, "\\\\", "/"); in FilenameHelper_impl() 105 String sPath = checkPath(_sPath); in FilenameHelper_impl() 213 String checkPath(String _sPath) in checkPath() argument 216 if (_sPath.endsWith("/") || _sPath.endsWith("\\")) in checkPath() 218 sPath = _sPath.substring(0, _sPath.length() - 1); in checkPath() 222 sPath = _sPath; in checkPath()
|
| H A D | GraphicalTestArguments.java | 457 public static void checkIfMSWindowsConformPath(String _sPath) in checkIfMSWindowsConformPath() argument 459 if (_sPath != null && _sPath.length() > 1) in checkIfMSWindowsConformPath() 461 if (_sPath.charAt(1) == ':') in checkIfMSWindowsConformPath() 463 if (_sPath.charAt(2) != '\\') in checkIfMSWindowsConformPath() 465 …Writer.get().println("This is not a Microsoft Windows conform path: '" + _sPath + "' please fix."); in checkIfMSWindowsConformPath()
|
| /AOO42X/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
| H A D | DesignTemplate.java | 285 public static DesignTemplate create(XMultiServiceFactory _xMSF, String _sPath) in create() argument 290 a.load(_xMSF, _sPath); in create() 309 private void load(XMultiServiceFactory _xMSF, String _sPath) throws com.sun.star.uno.Exception in load() argument 312 m_sFilename = _sPath; in load() 317 aLoadProps[0] = Properties.createProperty(PropertyNames.URL, _sPath); in load()
|
| /AOO42X/main/qadevOOo/runner/graphical/ |
| H A D | EnhancedComplexTestCase.java | 218 …private void runThroughEveryReportInIndex(String _sPath, String _sBasename, ParameterHelper _aPara… in runThroughEveryReportInIndex() argument 220 String sIndexFile = FileHelper.appendPath(_sPath, "index.ini"); in runThroughEveryReportInIndex() 238 String sEntry = FileHelper.appendPath(_sPath, sPSorPDFName); in runThroughEveryReportInIndex() 287 String sEntry = FileHelper.appendPath(_sPath, sPSorPDFName); in runThroughEveryReportInIndex() 321 public void runThroughOneFileInIndex(String _sPath, String _sBasename, ParameterHelper _aParam) in runThroughOneFileInIndex() argument
|
| H A D | FileHelper.java | 573 public static String appendPath(String _sPath, String _sRelativePathToAdd) in appendPath() argument 575 String sNewPath = _sPath; in appendPath() 577 if (_sPath.startsWith("file:")) in appendPath()
|
| /AOO42X/main/test/source/java/org/openoffice/test/ |
| H A D | FileHelper.java | 41 public static String appendPath(String _sPath, String _sRelativePathToAdd) in appendPath() argument 43 String sNewPath = _sPath; in appendPath() 45 if (_sPath.startsWith("file:")) in appendPath()
|
| /AOO42X/main/vcl/qa/complex/memCheck/ |
| H A D | FileHelper.java | 34 public static String appendPath(String _sPath, String _sRelativePathToAdd) in appendPath() argument 36 String sNewPath = _sPath; in appendPath() 38 if (_sPath.startsWith("file:")) in appendPath()
|
| /AOO42X/main/qadevOOo/runner/org/openoffice/ |
| H A D | Runner.java | 106 private static boolean checkPathVariable(String _sPath, String delim) in checkPathVariable() argument 108 String sPath = System.getProperty(_sPath); in checkPathVariable() 117 System.err.println("ERROR: OOoRunner detect cygwin path in '" + _sPath + "'"); in checkPathVariable()
|
| /AOO42X/main/odk/examples/java/Inspector/ |
| H A D | Introspector.java | 649 public static String addToPath(String _sPath, String _sSubPath){ in addToPath() argument 650 if (!_sPath.endsWith("/")){ in addToPath() 651 _sPath += "/"; in addToPath() 653 return _sPath + _sSubPath; in addToPath()
|
| /AOO42X/main/dbaccess/source/ui/dlg/ |
| H A D | dbwizsetup.cxx | 944 void ODbTypeWizDialogSetup::RegisterDataSourceByLocation(const ::rtl::OUString& _sPath) in RegisterDataSourceByLocation() argument 949 INetURLObject aURL( _sPath ); in RegisterDataSourceByLocation()
|