Home
last modified time | relevance | path

Searched refs:getProperty (Results 26 – 50 of 260) sorted by relevance

1234567891011

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DCfgParser.java75 Object pValue = cfg.getProperty(pName); in getIniParameters()
166 String fileSeparator = System.getProperty("file.separator"); in getDefaultFileName()
171 path = System.getProperty("user.home"); in getDefaultFileName()
175 path = System.getProperty("user.dir"); in getDefaultFileName()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx128 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
189 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
211 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
272 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
329 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
494 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
588 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
660 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
727 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
792 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx184 Any PropertySet::getProperty( sal_Int32 nProperty ) const in getProperty() function in ppt::PropertySet
478 if( aSet.getProperty( DFF_ANIM_NODE_TYPE ) >>= nPPTNodeType ) in importAnimationContainer()
1178 if( rSet.getProperty( DFF_ANIM_NODE_TYPE ) >>= nPPTNodeType ) in fillNode()
1201 if( rSet.getProperty( DFF_ANIM_GROUP_ID ) >>= nGroupId ) in fillNode()
1236 if( rSet.getProperty( DFF_ANIM_PRESET_ID ) >>= nPresetId ) in fillNode()
1299 if( rSet.getProperty( DFF_ANIM_MASTERREL ) >>= nMasterRel ) in fillNode()
1314 rSet.getProperty( DFF_ANIM_ID ) >>= aString; in fillNode()
1324 rSet.getProperty( DFF_ANIM_EVENT_FILTER ) >>= aString; in fillNode()
1337 rSet.getProperty( DFF_ANIM_TIMEFILTER ) >>= aString; in fillNode()
1400 if( rSet.getProperty( DFF_ANIM_DIRECTION ) >>= bDirection ) in fillNode()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DMSOfficePostscriptCreator.java320 String sUserDir = System.getProperty("user.home"); in printToFileWithMSOffice()
374 final String sPerlExe = System.getProperty("perl.exe", "perl"); in getPerlExe()
382 String ls = System.getProperty("line.separator"); in createWordPrintHelper()
484 String userdir = System.getProperty("user.dir"); in searchLocalFile()
515 String ls = System.getProperty("line.separator"); in createWordStoreHelper()
597 String ls = System.getProperty("line.separator"); in createExcelPrintHelper()
700 String ls = System.getProperty("line.separator"); in createExcelStoreHelper()
789 String ls = System.getProperty("line.separator"); in createPowerPointPrintHelper()
/trunk/main/svx/source/table/
H A Dpropertyset.cxx83 const Property& FastPropertySetInfo::getProperty( const OUString& aName ) throw (UnknownPropertyExc… in getProperty() function in comphelper::FastPropertySetInfo
115 return getProperty( aName ); in getPropertyByName()
153 setFastPropertyValue( mxInfo->getProperty( aPropertyName ).Handle, aValue ); in setPropertyValue()
160 return getFastPropertyValue( mxInfo->getProperty( aPropertyName ).Handle ); in getPropertyValue()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java102 return props.getProperty("font-family." + officeFont.toLowerCase(), officeFont); in getGenericFont()
107 return props.getProperty(NAMESPACES_PREFIX + namespacePrefix); in getNamespaceURI()
112 return props.getProperty("style-family." + styleFamily); in getNamespaceForStyleFamily()
154 final String value = props.getProperty(key); in parseStyleAttrDefinition()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/
H A DRunner.java108 String sPath = System.getProperty(_sPath); in checkPathVariable()
128 String sOsName = System.getProperty("os.name"); in checkAllVariablesForCygwinPath()
143 String sValue = System.getProperty(sKey); in checkAllVariablesForCygwinPath()
153 String sDelim = System.getProperty("path.separator"); in checkAllVariablesForCygwinPath()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DInstaller.java44 String prop = System.getProperty("singleton"); in run()
66 String prop = System.getProperty("openoffice.home"); in findOpenofficeHome()
72 if ((prop = System.getProperty("openoffice.pack")) != null) { in findOpenofficeHome()
73 String onlyNewProp = System.getProperty("only.new"); in findOpenofficeHome()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java434 String fs = System.getProperty("file.separator"); in createInfoFile()
435 String ls = System.getProperty("line.separator"); in createInfoFile()
480 out.write("os.name=" + System.getProperty("os.name") + ls); in createInfoFile()
481 out.write("os.arch=" + System.getProperty("os.arch") + ls); in createInfoFile()
482 out.write("os.version=" + System.getProperty("os.version") + ls); in createInfoFile()
752 String fs = System.getProperty("file.separator"); in isReferenceExists()
808 String fs = System.getProperty("file.separator"); in buildReference()
1336 String fs = System.getProperty("file.separator"); in convertDocument()
H A DBuildID.java63 String fs = System.getProperty("file.separator"); in getBuildID()
88 String fs = System.getProperty("file.separator"); in getBuildIDFromBootstrap()
113 String fs = System.getProperty("file.separator"); in getBuildIDFromVersion()
H A DPRNCompare.java61 fs = System.getProperty("file.separator"); in PRNCompare()
202 String fs = System.getProperty("file.separator"); in getJPEGName()
227 String fs = System.getProperty("file.separator"); in createJPEGFromPostscript()
478 String fs = System.getProperty("file.separator"); in createDiffs()
543 String fs = System.getProperty("file.separator"); in compareJPEGs()
H A DConvWatch.java83 String fs = System.getProperty("file.separator"); in createPostscriptStartCheck()
228 String fs = System.getProperty("file.separator"); in createINIStatus()
299 String fs = System.getProperty("file.separator"); in createINIStatus_DiffDiff()
370 String fs = System.getProperty("file.separator"); in checkDiffDiff()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx329 aProp <<= VCLXWindow::getProperty( PropertyName ); in getProperty()
566 aProp <<= VCLXGraphicControl::getProperty( PropertyName ); in getProperty()
747 aProp = VCLXGraphicControl::getProperty( PropertyName ); in getProperty()
1009 aProp <<= VCLXGraphicControl::getProperty( PropertyName ); in getProperty()
1187 aProp <<= VCLXGraphicControl::getProperty( PropertyName ); in getProperty()
1984 aProp <<= VCLXWindow::getProperty( PropertyName ); in getProperty()
2830 aProp <<= VCLXWindow::getProperty( PropertyName ); in getProperty()
3415 aProp <<= VCLXWindow::getProperty( PropertyName ); in getProperty()
3764 aProp = VCLXWindow::getProperty( PropertyName ); in getProperty()
4145 aProp <<= VCLXEdit::getProperty( PropertyName ); in getProperty()
[all …]
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx281 getProperty(const ::rtl::OUString& _rLocalName) const;
283 getProperty(const sal_Char* _pLocalName) const;
358 Any AssignmentPersistentData::getProperty(const sal_Char* _pLocalName) const in getProperty() function in svt::AssignmentPersistentData
360 return getProperty(::rtl::OUString::createFromAscii(_pLocalName)); in getProperty()
364 Any AssignmentPersistentData::getProperty(const ::rtl::OUString& _rLocalName) const in getProperty() function in svt::AssignmentPersistentData
376 getProperty( _rLocalName ) >>= sReturn; in getStringProperty()
384 getProperty( _pLocalName ) >>= sReturn; in getStringProperty()
392 getProperty( _pLocalName ) >>= nReturn; in getInt32Property()
/trunk/main/testtools/qa/cliversioning/
H A DVersionTestCase.java44 String testProgram = System.getProperty("cli_test_program"); in checkVersion()
47 String unoPath = System.getProperty("path"); in checkVersion()
50 String sSystemRoot = System.getProperty("SystemRoot"); in checkVersion()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DOfficeInstallation.java51 if (System.getProperty("os.name").startsWith("Windows")) in OfficeInstallation()
59 if (System.getProperty("os.name").startsWith("Windows")) in OfficeInstallation()
86 if (System.getProperty("os.name").startsWith("Windows")) in getURL()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/system/
H A D_XSystemShellExecute.java54 String cClassPath = System.getProperty("DOCPTH"); in _execute()
60 String jh = System.getProperty("java.home"); in _execute()
61 String fs = System.getProperty("file.separator"); in _execute()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java80 String file1 = props_.getProperty(FILE1, ""); in XmlDiff()
81 String file2 = props_.getProperty(FILE2, ""); in XmlDiff()
82 String tagsString = props_.getProperty(IGNORE_TAGS, ""); in XmlDiff()
83 String output = props_.getProperty("debug.output", "System.out"); in XmlDiff()
/trunk/main/xmerge/workben/
H A DXmlDiff.java80 String file1 = props_.getProperty(FILE1, ""); in XmlDiff()
81 String file2 = props_.getProperty(FILE2, ""); in XmlDiff()
82 String tagsString = props_.getProperty(IGNORE_TAGS, ""); in XmlDiff()
83 String output = props_.getProperty("debug.output", "System.out"); in XmlDiff()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcopyeditiondata.cxx54 wchar_t * getProperty( in getProperty() function
109 getProperty(install, L"SourceDir", LCL_STRING0(L"edition\0"))); in copyEditionData()
122 getProperty( in copyEditionData()
/trunk/main/chart2/source/tools/
H A DConfigColorScheme.cxx68 uno::Any getProperty( const OUString & aPropertyName );
106 uno::Any ChartConfigItem::getProperty( const OUString & aPropertyName ) in getProperty() function in chart::impl::ChartConfigItem
149 m_apChartConfigItem->getProperty( aSeriesPropName )); in retrieveConfigColors()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DSysUtils.java41 String cp = (String) System.getProperty("java.class.path"); in getJavaPath()
42 String jh = (String) System.getProperty("java.home"); in getJavaPath()
43 String fs = (String) System.getProperty("file.separator"); in getJavaPath()
/trunk/main/scripting/examples/java/Newsgroup/
H A DMimeConfiguration.java76 String mailcapPath = getConfigDir() + System.getProperty( "file.separator" ) + "mailcap"; in writeMailCap()
138 …String mimetypesPath = getConfigDir() + System.getProperty( "file.separator" ) + "mimetypes.defaul… in writeMimeTypes()
214 if( System.getProperty( "os.name" ).indexOf( "Windows" ) != -1 ) in getConfigDir()
/trunk/main/odk/examples/java/Inspector/
H A DUnoPropertyNode.java144 if (getProperty() != null){ in isPrimitive()
145 …tive = Introspector.isObjectPrimitive(getUnoReturnObject().getClass(), getProperty().Type.getTypeC… in isPrimitive()
185 public Property getProperty(){ in getProperty() method in UnoPropertyNode
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx474 ::com::sun::star::uno::Any VCLXMultiLineEdit::getProperty( const ::rtl::OUString& PropertyName ) th… in getProperty() function in VCLXMultiLineEdit
511 aProp <<= VCLXWindow::getProperty( PropertyName ); in getProperty()
967 ::com::sun::star::uno::Any SVTXFormattedField::getProperty( const ::rtl::OUString& PropertyName ) t… in getProperty() function in SVTXFormattedField
1028 aReturn <<= VCLXSpinField::getProperty(PropertyName); in getProperty()
1617 ::com::sun::star::uno::Any SVTXRoadmap::getProperty( const ::rtl::OUString& PropertyName ) throw(::… in getProperty() function in SVTXRoadmap
1639 aReturn = SVTXRoadmap_Base::getProperty(PropertyName); in getProperty()
2033 ::com::sun::star::uno::Any SVTXCurrencyField::getProperty( const ::rtl::OUString& PropertyName ) th… in getProperty() function in SVTXCurrencyField
2056 return SVTXFormattedField::getProperty(PropertyName); in getProperty()
2059 return SVTXFormattedField::getProperty(PropertyName); in getProperty()
2274 ::com::sun::star::uno::Any VCLXProgressBar::getProperty( const ::rtl::OUString& PropertyName ) thro… in getProperty() function in VCLXProgressBar
[all …]

Completed in 165 milliseconds

1234567891011