Searched refs:opSys (Results 1 – 5 of 5) sorted by relevance
146 String opSys = System.getProperty("os.name"); in updateScriptXLC() local147 if (opSys.indexOf("Windows") != -1) { in updateScriptXLC()222 String opSys = System.getProperty("os.name"); in updateDialogXLC() local223 if (opSys.indexOf("Windows") != -1) { in updateDialogXLC()
38 …private static boolean regSingletons( String path, String progPath, String opSys, JLabel statusLab… in regSingletons() argument45 if ( opSys.indexOf( "Windows" ) == -1 ){ in regSingletons()
373 String opSys =System.getProperty("os.name"); in getOfficeVersions() local374 if (opSys.indexOf("Windows")!=-1){ in getOfficeVersions()
178 String opSys =System.getProperty("os.name"); in run() local
622 String opSys=System.getProperty("os.name"); in getPath() local623 if(opSys.indexOf("Windows")!=-1){ in getPath()
Completed in 51 milliseconds