Home
last modified time | relevance | path

Searched refs:getProperty (Results 201 – 225 of 260) sorted by relevance

1234567891011

/aoo42x/main/javaunohelper/com/sun/star/comp/helper/
H A DBootstrap.java238 System.getProperty( "os.name" ).startsWith( "Windows" ) ? in bootstrap()
/aoo42x/main/odk/examples/DevelopersGuide/GUI/
H A DMessageBox.java192 … int nUIColor = AnyConverter.toInt(_xVclWindowPeer.getProperty("DisplayBackgroundColor")); in isHighContrastModeActivated()
/aoo42x/main/oox/source/helper/
H A Dpropertymap.cxx166 const Any* PropertyMap::getProperty( sal_Int32 nPropId ) const in getProperty() function in oox::PropertyMap
/aoo42x/main/scripting/workben/installer/
H A DXmlUpdater.java178 String opSys =System.getProperty("os.name"); in run()
/aoo42x/main/stoc/source/invocation/
H A Dinvocation.cxx583 Property aProp = _xIntrospectionAccess->getProperty( in setValue()
936 Property aProp = _xIntrospectionAccess->getProperty in getInfoForName()
/aoo42x/main/scripting/examples/beanshell/Highlight/
H A DShowDialog.bsh55 if (System.getProperty("os.name").startsWith("Windows"))
/aoo42x/main/odk/source/com/sun/star/lib/loader/
H A DLoader.java156 classpath = System.getProperty( "java.class.path" ); in getCustomLoader()
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConvert.java191 final String ls = System.getProperty("line.separator"); in printHelp()
/aoo42x/main/svx/source/table/
H A Dpropertyset.hxx57 …const ::com::sun::star::beans::Property& getProperty( const ::rtl::OUString& aName ) throw (::com:…
/aoo42x/main/qadevOOo/runner/util/
H A DDesktopTools.java294 String kd = System.getProperty("KeepDocument"); in closeDoc()
/aoo42x/main/oox/source/drawingml/
H A Dtextparagraphproperties.cxx394 aPropSet.getProperty( xNumRule, PROP_NumberingRules ); in pushToPropSet()
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/
H A DTester.java40 static double factor = Double.parseDouble(System.getProperty("sleep.factor", "1.0"));
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoDir.java115 String jrefilename = System.getProperty("JRE_FILE"); in copyJreFile()
/aoo42x/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx98 aTitleProp.getProperty( fAngle, PROP_TextRotation ); in convertTitlePos()
/aoo42x/main/qadevOOo/tests/java/complex/unoapi/
H A DCheckModuleAPI.java126 final String sep = System.getProperty("file.separator"); in checkModule()
/aoo42x/main/qadevOOo/runner/convwatch/
H A DGraphicalTestArguments.java697 fs = System.getProperty("file.separator"); in cancelRequest()
/aoo42x/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java291 String rootdir = java.lang.System.getProperty("SOLARSRC"); in initInitialStrings()
/aoo42x/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx1416 Any TreeControlPeer::getProperty( const ::rtl::OUString& PropertyName ) throw(RuntimeException) in getProperty() function in TreeControlPeer
1460 return VCLXWindow::getProperty( PropertyName ); in getProperty()
/aoo42x/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java102 … if (!isVariableDeclared(oUnoReturnObjectDefinition, oUnoPropertyNode.getProperty().Name)){ in addSourceCodeOfUnoObject()
264 String sPropertyName = _oUnoPropertyNode.getProperty().Name; in getPropertyStatementSourceCode()
/aoo42x/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx480 const Property& OPropertyContainerHelper::getProperty( const ::rtl::OUString& _rName ) const in getProperty() function in comphelper::OPropertyContainerHelper
/aoo42x/main/stoc/source/inspect/
H A Dintrospection.cxx766 virtual Property SAL_CALL getProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcepts)
1080 return mpAccess->getProperty( Name, PropertyConcept::ALL ); in getPropertyByName()
1228 Property ImplIntrospectionAccess::getProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcep… in getProperty() function in stoc_inspect::ImplIntrospectionAccess
/aoo42x/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1183 m_pProvider->getProperty( in queryCreatableContentsInfo()
1363 if ( pProvider->getProperty( (*it).first, aProp ) ) in getPropertyValues()
1781 xProvider->getProperty( rName, aTmpProp ); in setPropertyValues()
/aoo42x/main/oox/source/core/
H A Dxmlfilterbase.cxx298 aPropSet.getProperty( nId, PROP_RelId ); in addRelation()
/aoo42x/main/extensions/workben/
H A Dpythonautotest.cxx502 Property prop = xIntrospection->getProperty( L"nIntTest" ,0 ); in main()
/aoo42x/main/bean/qa/complex/bean/
H A DOOoBeanTest.java90 String os = System.getProperty("os.name"); in isWindows()

Completed in 137 milliseconds

1234567891011