Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 25 of 260) sorted by relevance

1234567891011

/trunk/main/filter/source/config/tools/split/
H A DFCFGSplit.java485 …m_sXMLFile = aCfg.getProperty(CFGKEY_XMLFILE , DEFAULT_XMLFILE … in readCfg()
487 …m_sInEncoding = aCfg.getProperty(CFGKEY_INENCODING , DEFAULT_INENCODI… in readCfg()
488 …m_sOutEncoding = aCfg.getProperty(CFGKEY_OUTENCODING , DEFAULT_OUTENCOD… in readCfg()
489 …m_sOutDir = aCfg.getProperty(CFGKEY_OUTDIR , DEFAULT_OUTDIR … in readCfg()
490 …m_sFragmentExtension = aCfg.getProperty(CFGKEY_FRAGMENT_EXTENSION , DEFAULT_FRAGMENT… in readCfg()
492 …m_sSubDirTypes = aCfg.getProperty(CFGKEY_SUBDIR_TYPES , DEFAULT_SUBDIR_T… in readCfg()
493 …m_sSubDirFilters = aCfg.getProperty(CFGKEY_SUBDIR_FILTERS , DEFAULT_SUBDIR_F… in readCfg()
494 …m_sSubDirDetectServices = aCfg.getProperty(CFGKEY_SUBDIR_DETECTSERVICES , DEFAULT_SUBDIR_D… in readCfg()
495 …m_sSubDirFrameLoaders = aCfg.getProperty(CFGKEY_SUBDIR_FRAMELOADERS , DEFAULT_SUBDIR_F… in readCfg()
517 java.lang.String sFormat = aCfg.getProperty(CFGKEY_INFORMAT, DEFAULT_INFORMAT); in readCfg()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DFileHelper.java45 String sOSName = System.getProperty("os.name"); in FileHelper()
46 String sOSArch = System.getProperty("os.arch"); in FileHelper()
47 String sOSVersion = System.getProperty("os.version"); in FileHelper()
57 String sVersion = System.getProperty("java.version"); in MessageBox()
58 String sOSName = System.getProperty("os.name"); in MessageBox()
228 String fs = System.getProperty("file.separator"); in makeDirectories()
275 String fs = System.getProperty("file.separator"); in removeFirstDirectorysAndBasenameFrom()
338 String fs = System.getProperty("file.separator"); in getSystemPathFromFileURL()
353 String fs = System.getProperty("file.separator"); in isDebugEnabled()
576 String fs = System.getProperty("file.separator"); in appendPath()
[all …]
/trunk/main/stoc/test/javavm/testcomponent/
H A DTestComponent.java71 String prop= System.getProperty("ftp.proxyHost"); in getImplementationName()
72 prop= System.getProperty("ftp.proxyPort"); in getImplementationName()
73 prop= System.getProperty("http.proxyHost"); in getImplementationName()
74 prop= System.getProperty("http.proxyPort"); in getImplementationName()
75 prop= System.getProperty("ftp.nonProxyHosts"); in getImplementationName()
76 prop= System.getProperty("http.nonProxyHosts"); in getImplementationName()
77 prop= System.getProperty("socksProxyHost"); in getImplementationName()
78 prop= System.getProperty("socksProxyPort"); in getImplementationName()
80 prop= System.getProperty("stardiv.security.disableSecurity"); in getImplementationName()
81 prop= System.getProperty("appletviewer.security.mode"); in getImplementationName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOSHelper.java34 String sOSName = System.getProperty("os.name"); in isWindows()
45 if ( ( System.getProperty("os.name").toLowerCase().startsWith("solaris") || in isSolarisIntel()
46 System.getProperty("os.name").toLowerCase().startsWith("sunos") ) && in isSolarisIntel()
47 System.getProperty("os.arch").equals("x86")) in isSolarisIntel()
55 if ( ( System.getProperty("os.name").toLowerCase().startsWith("solaris") || in isSolarisSparc()
56 System.getProperty("os.name").toLowerCase().startsWith("sunos") ) && in isSolarisSparc()
57 System.getProperty("os.arch").equals("sparc")) in isSolarisSparc()
65 if (System.getProperty("os.name").toLowerCase().startsWith("linux") && in isLinuxIntel()
66 System.getProperty("os.arch").equals("i386")) in isLinuxIntel()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DFileHelper.java40 String sOSName = System.getProperty("os.name"); in FileHelper()
41 String sOSArch = System.getProperty("os.arch"); in FileHelper()
42 String sOSVersion = System.getProperty("os.version"); in FileHelper()
52 String sVersion = System.getProperty("java.version"); in MessageBox()
53 String sOSName = System.getProperty("os.name"); in MessageBox()
107 String fs = System.getProperty("file.separator"); in getBasename()
142 String fs = System.getProperty("file.separator"); in getPath()
197 String fs = System.getProperty("file.separator"); in makeDirectories()
244 String fs = System.getProperty("file.separator"); in removeFirstDirectorysAndBasenameFrom()
307 String fs = System.getProperty("file.separator"); in getSystemPathFromFileURL()
[all …]
H A DMSOfficePrint.java232 String sUserDir = System.getProperty("user.home"); in printToFileWithMSOffice()
233 String fs = System.getProperty("file.separator"); in printToFileWithMSOffice()
293 String ls = System.getProperty("line.separator"); in createWordPrintHelper()
294 String fs = System.getProperty("file.separator"); in createWordPrintHelper()
396 String userdir = System.getProperty("user.dir"); in searchLocalFile()
397 String fs = System.getProperty("file.separator"); in searchLocalFile()
427 String ls = System.getProperty("line.separator"); in createWordStoreHelper()
428 String fs = System.getProperty("file.separator"); in createWordStoreHelper()
510 String ls = System.getProperty("line.separator"); in createExcelPrintHelper()
511 String fs = System.getProperty("file.separator"); in createExcelPrintHelper()
[all …]
H A DReportDesignerTest.java293 String sUser = System.getProperty("user.name"); in ReportDesignTest()
299 m_sMailAddress = System.getProperty("MailAddress"); in ReportDesignTest()
302 m_sParentDistinct = System.getProperty("ParentDistinct"); in ReportDesignTest()
304 m_sSourceVersion = System.getProperty("SourceVersion"); in ReportDesignTest()
305 m_sSourceName = System.getProperty("SourceName"); in ReportDesignTest()
306 m_sDestinationVersion = System.getProperty("DestinationVersion"); in ReportDesignTest()
307 m_sDestinationName = System.getProperty("DestinationName"); in ReportDesignTest()
581 sOutputPath += System.getProperty("file.separator"); in getOutputPath()
585 sOutputPath += System.getProperty("file.separator"); in getOutputPath()
606 sOutputPath += System.getProperty("file.separator"); in storeComponent()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java115 …this.dataSourceFactory = (DataSourceFactory) jobProperties.getProperty(ReportEngineParameterNames.… in PentahoReportJob()
121 …this.outputRepository = (OutputRepository) jobProperties.getProperty(ReportEngineParameterNames.OU… in PentahoReportJob()
128 … (InputRepository) jobProperties.getProperty(ReportEngineParameterNames.INPUT_REPOSITORY); in PentahoReportJob()
134 … this.outputName = (String) jobProperties.getProperty(ReportEngineParameterNames.OUTPUT_NAME); in PentahoReportJob()
140 …this.imageService = (ImageService) jobProperties.getProperty(ReportEngineParameterNames.IMAGE_SERV… in PentahoReportJob()
146 …this.masterValues = (ArrayList) jobProperties.getProperty(ReportEngineParameterNames.INPUT_MASTER_… in PentahoReportJob()
147 …this.detailColumns = (ArrayList) jobProperties.getProperty(ReportEngineParameterNames.INPUT_DETAIL… in PentahoReportJob()
148 Integer maxRows=(Integer) jobProperties.getProperty(ReportEngineParameterNames.MAXROWS); in PentahoReportJob()
167 …final String reportResource = (String) this.jobProperties.getProperty(ReportEngineParameterNames.I… in parseReport()
336 …final String contentType = (String) jobProperties.getProperty(ReportEngineParameterNames.CONTENT_T… in execute()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DDebug.java75 String info = props.getProperty("debug.info", "false");
82 String trace = props.getProperty("debug.trace", "false");
89 String error = props.getProperty("debug.error", "false");
96 String w = props.getProperty("debug.output", "System.out");
211 writer.println("OS : " + System.getProperty("os.name")); in logSystemInfo()
212 writer.println("Version : " + System.getProperty("os.version")); in logSystemInfo()
213 writer.println("Platform : " + System.getProperty("os.arch")); in logSystemInfo()
214 writer.println("JDK Version : " + System.getProperty("java.version")); in logSystemInfo()
215 writer.println("JDK Vendor : " + System.getProperty("java.vendor")); in logSystemInfo()
/trunk/main/scripting/examples/java/Newsgroup/
H A DSubscribedNewsgroups.java58 if( System.getProperty( "os.name" ).indexOf( "Windows" ) != -1 ) in getNewsGroups()
66getProperty( "user.home" ) + System.getProperty( "file.separator" ) + "Application Data" + System. in getNewsGroups()
71 …mozillaHome = System.getProperty( "user.home" ) + System.getProperty( "file.separator" ) + ".mozil… in getNewsGroups()
349 …String childNewsPathName = files[0].getAbsolutePath() + System.getProperty( "file.separator" ) + "… in findNewsDir()
375 if( System.getProperty( "os.name" ).indexOf( "Windows" ) != -1 ) in accept()
/trunk/main/scripting/workben/installer/
H A DInstUtil.java38 str.append(System.getProperty("user.home")); in buildSversionLocation()
42 String os = System.getProperty("os.name"); in buildSversionLocation()
99 if ( ( path = installs.getProperty(key) ) != null ) in checkForSupportedVersion()
137 str.append(System.getProperty("user.home")); in getNetbeansLocation()
141 String os = System.getProperty("os.name"); in getNetbeansLocation()
195 str.append(System.getProperty("user.home")); in getJeditLocation()
199 String os = System.getProperty("os.name"); in getJeditLocation()
373 String opSys =System.getProperty("os.name"); in getOfficeVersions()
424 return System.getProperty("java.version"); in getJavaVersion()
428 if (System.getProperty("java.version").startsWith("1.4")) in isCorrectJavaVersion()
/trunk/main/l10ntools/source/filter/utils/
H A DConfigHelper.java170 java.lang.String sValue = getProperty(sProp); in getBoolean()
180 java.lang.String sValue = getProperty(sProp, sDefault); in getBoolean()
198 java.lang.String sValue = getProperty(sProp); in getInt()
208 java.lang.String sValue = getProperty(sProp, sDefault); in getInt()
226 java.lang.String sValue = getProperty(sProp); in getString()
265 java.lang.String sValue = getProperty(sProp); in getStringList()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DSVersionRCFile.java39 System.getProperty("os.name").startsWith("Windows") == true ?
40 System.getProperty("user.home") + File.separator +
42 System.getProperty("user.home") + File.separator +
46 System.getProperty("os.name").startsWith("Windows") == true ?
50 System.getProperty("os.name").startsWith("Windows") == true ?
167 if (System.getProperty("os.name").startsWith("Windows")) in toFileURL()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java208 protected Property getProperty(String propertyName) in getProperty() method in PropertySet
322 Property prop= getProperty(str); in addPropertyChangeListener()
346 Property prop= getProperty(str); in addVetoableChangeListener()
382 Property prop= getProperty(name); in getPropertyValue()
409 Property prop = getProperty(propName); in removePropertyChangeListener()
426 Property prop = getProperty(propName); in removeVetoableChangeListener()
483 Property prop= getProperty(name); in setPropertyValue()
992 Property prop= getProperty(propNames[i]); in firePropertiesChangeEvent()
1081 return getProperty(name); in getPropertyByName()
1086 return getProperty(name) != null; in hasPropertyByName()
/trunk/main/svx/source/form/
H A Dfmcontrolbordermanager.cxx61 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_FONT ) >>= aFont ); in setUnderline()
74 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_FONT ) >>= aFont ); in getUnderline()
77 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_TEXTLINECOLOR ) >>= _rUnderline.nUnderlineColor ); in getUnderline()
85 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_BORDER ) >>= _rBoder.nBorderType ); in getBorder()
86 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_BORDERCOLOR ) >>= _rBoder.nBorderColor ); in getBorder()
137 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_BORDER ) >>= nBorderStyle ); in canColorBorder()
410 xPeer->getProperty( FM_PROP_HELPTEXT ) >>= aData.sOriginalHelpText; in validityChanged()
/trunk/main/unotools/source/config/
H A Dinetoptions.cxx97 star::uno::Any getProperty(Index nIndex);
275 star::uno::Any SvtInetOptions::Impl::getProperty(Index nPropIndex) in getProperty() function in SvtInetOptions::Impl
425 getProperty(Impl::INDEX_NO_PROXY)); in GetProxyNoProxy()
432 getProperty(Impl::INDEX_PROXY_TYPE)); in GetProxyType()
439 getProperty( in GetProxyFtpName()
447 getProperty(Impl::INDEX_FTP_PROXY_PORT)); in GetProxyFtpPort()
454 getProperty( in GetProxyHttpName()
462 getProperty(Impl::INDEX_HTTP_PROXY_PORT)); in GetProxyHttpPort()
/trunk/test/testuno/source/pvt/uno/
H A DConversion.java60 public static String repos = System.getProperty("conversion.repos", getDataPath("uno"));
62 public static String filter = System.getProperty("conversion.filter",
74 public static int repeat = Integer.parseInt(System.getProperty("conversion.repeat", "8"));
76 public static String clean = System.getProperty("conversion.clean", "file");
78 …public static int nLevelInfo = Integer.parseInt(System.getProperty("conversion.limitationcheck", "…
80 …public static long nSleep = Long.parseLong(System.getProperty("conversion.sleep", "0")); // Sleep …
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/options/
H A DOfficeSettings.java91 return (OfficeInstallation)getProperty(OFFICE_DIRECTORY); in getOfficeDirectory()
99 return ((Boolean)getProperty(WARN_BEFORE_DOC_DEPLOY)).booleanValue(); in getWarnBeforeDocDeploy()
107 return ((Boolean)getProperty(WARN_BEFORE_PARCEL_DELETE)).booleanValue(); in getWarnBeforeParcelDelete()
115 return ((Boolean)getProperty(WARN_AFTER_DIR_DEPLOY)).booleanValue(); in getWarnAfterDirDeploy()
123 return ((Boolean)getProperty(WARN_BEFORE_MOUNT)).booleanValue(); in getWarnBeforeMount()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DSystemManager.java184 String user = java.lang.System.getProperty("user.name"); in getInstallationPrivileges()
201 String user = java.lang.System.getProperty("user.name"); in isUserInstallation()
217 String user = java.lang.System.getProperty("user.name"); in isRootInstallation()
229 String osVersion = java.lang.System.getProperty("os.name"); in getOSType()
235 String osArchitecture = java.lang.System.getProperty("os.arch"); in getOSArchitecture()
241 String osVersion = java.lang.System.getProperty("os.version"); in getOSVersion()
408 String logStatesEnv = System.getProperty("LOG_MODULE_STATES"); in logModuleStates()
/trunk/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java284 String sUser = System.getProperty("user.name"); in firsttest()
287 String sVCSID = System.getProperty("VCSID"); in firsttest()
292 m_sUPDMinor = System.getProperty("UPDMINOR"); in firsttest()
293 m_sCWS_WORK_STAMP = System.getProperty("CWS_WORK_STAMP"); in firsttest()
521 sOutputPath += System.getProperty("file.separator"); in getOutputPath()
524 sOutputPath += System.getProperty("file.separator"); in getOutputPath()
544 sOutputPath += System.getProperty("file.separator"); in storeComponent()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A Dpdbcomparison.java99 String logFile = defaultProps.getProperty(this.LOGTAG); in parsePropertyFile()
100 String outFile = defaultProps.getProperty(this.OUTTAG); in parsePropertyFile()
101 String listFile = defaultProps.getProperty(this.LISTTAG); in parsePropertyFile()
102 String pdbname1 = defaultProps.getProperty(this.PDBTAG1); in parsePropertyFile()
103 String pdbname2 = defaultProps.getProperty(this.PDBTAG2); in parsePropertyFile()
282 pdbarr2[j] = listProps.getProperty(pdbarr1[j]); in populatePDBArray()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java71 String docpth = System.getProperty("DOCPTH"); in getFullTestDocName()
78 String pthSep = System.getProperty("file.separator"); in getFullTestDocName()
82 String srcRoot = System.getProperty(PropertyName.SRC_ROOT); in getFullTestDocName()
109 String objdscPth = System.getProperty("OBJDSCS"); in getFullTestDocName()
214 String fs = System.getProperty("file.separator"); in make_Directories()
345 String tempDir = System.getProperty("my.temp"); in getUsersTempDir()
347 tempDir = System.getProperty("my.tmp"); in getUsersTempDir()
349 tempDir = System.getProperty("java.io.tmpdir"); in getUsersTempDir()
353 if (tempDir.endsWith(System.getProperty("file.separator"))) { in getUsersTempDir()
/trunk/main/toolkit/test/accessibility/
H A DOptions.java47 return Instance().getProperty (sName); in GetString()
57 return Boolean.getBoolean(Instance().getProperty (sName)); in GetBoolean()
67 String sValue = Instance().getProperty (sName); in GetInteger()
104 System.getProperty ("user.home"), in ProvideFile()
/trunk/main/reportbuilder/java/com/sun/star/report/util/
H A DDefaultReportJobDefinition.java56 …return (DataSourceFactory) this.properties.getProperty(ReportEngineParameterNames.INPUT_DATASOURCE… in getDataSourceFactory()
61 … return (InputRepository) this.properties.getProperty(ReportEngineParameterNames.INPUT_REPOSITORY); in getInputRepository()
72 …return (OutputRepository) this.properties.getProperty(ReportEngineParameterNames.OUTPUT_REPOSITORY… in getOutputRepository()
105 return (String) this.properties.getProperty(ReportEngineParameterNames.INPUT_NAME); in getReportDefinitionName()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DOptions.java51 return Instance().getProperty (sName); in GetString()
62 return Boolean.valueOf(Instance().getProperty (sName)).booleanValue(); in GetBoolean()
73 String sValue = Instance().getProperty (sName); in GetInteger()
120 System.getProperty ("user.home"), in ProvideFile()

Completed in 160 milliseconds

1234567891011