Home
last modified time | relevance | path

Searched refs:getProperty (Results 101 – 125 of 260) sorted by relevance

1234567891011

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDB.java148 … GlobalLogWriter.get().println("DB: os.name := " + System.getProperty("os.name").toLowerCase()); in getEnvironment()
149 GlobalLogWriter.get().println("DB: os.arch := " + System.getProperty("os.arch")); in getEnvironment()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx207 uno::Any WindowImpl::getProperty (char const* name) in getProperty() function in layout::WindowImpl
211 return mxVclPeer->getProperty in getProperty()
567 mpImpl->getProperty( toolkitVclPropsMap[ i ].propName ) >>= bValue; in GetStyle()
571 mpImpl->getProperty( toolkitVclPropsMap[ i ].propName ) >>= nValue; in GetStyle()
/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx683 if( aNameProps.getProperty( nTokenIndex, PROP_TokenIndex ) && (nTokenIndex >= 0) ) try in createSharedFormula()
898 if( aTopRightProp.getProperty( aLine, PROP_RightBorder ) ) in finalizeMergedRange()
907 if( aBottomLeftProp.getProperty( aLine, PROP_BottomBorder ) ) in finalizeMergedRange()
/trunk/main/toolkit/source/layout/core/
H A Dproplist.cxx96 getProperty( const uno::Reference< uno::XInterface > &xPeer, in getProperty() function
101 return xVclPeer->getProperty( rName ); in getProperty()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontentcaps.cxx61 bool ContentProvider::getProperty( in getProperty() function in ContentProvider
519 xProvider->getProperty( (*it), aProp ); in getProperties()
/trunk/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx413 …Any SAL_CALL ONavigationBarPeer::getProperty( const ::rtl::OUString& _rPropertyName ) throw( Runti… in getProperty() function in frm::ONavigationBarPeer
451 aReturn = VCLXWindow::getProperty( _rPropertyName ); in getProperty()
/trunk/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx122 if( aTypeProp.getProperty( xWhitePropSet, PROP_WhiteDay ) ) in convertFromModel()
130 if( aTypeProp.getProperty( xBlackPropSet, PROP_BlackDay ) ) in convertFromModel()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx120 SbPropertyRef getProperty( const rtl::OUString& aName ) throw (RuntimeException);
356 SbPropertyRef pProperty = getProperty( aPropertyName ); in setValue()
368 SbPropertyRef pProperty = getProperty( aPropertyName ); in getValue()
394 else bRes = getProperty( aName ).Is(); in hasProperty()
424 SbPropertyRef DocObjectWrapper::getProperty( const rtl::OUString& aName ) throw (RuntimeException) in getProperty() function in DocObjectWrapper
/trunk/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx531 uno::Any SAL_CALL VCLXTabControl::getProperty( const ::rtl::OUString& PropertyName ) throw(uno::Run… in getProperty() function in layoutimpl::VCLXTabControl
533 return VCLXWindow::getProperty( PropertyName ); in getProperty()
H A Dvclxfixedline.hxx59 …virtual ::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) thr…
/trunk/main/test/source/java/org/openoffice/test/
H A DArgument.java28 return System.getProperty("org.openoffice.test.arg." + name); in get()
H A DFileHelper.java44 String fs = System.getProperty("file.separator"); in appendPath()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DJobProperties.java31 Object getProperty(String key); in getProperty() method
/trunk/main/odk/examples/java/Inspector/
H A DXUnoPropertyNode.java38 public Property getProperty(); in getProperty() method
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DThreadPoolManager.java72 = System.getProperty("org.openoffice.native") != null;
/trunk/main/avmedia/source/java/win/
H A DSystemWindowAdapter.java39 String os = (String) System.getProperty( "os.name" ); in createFrame()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx82 const rtl::OUString& getProperty() const { return maProperty; } in getProperty() function in sd::CustomAnimationEffect
143 …::com::sun::star::uno::Any getProperty( sal_Int32 nNodeType, const rtl::OUString& rAttributeName, …
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DDataWriter.java47 protected final String lineEnd = java.lang.System.getProperty(
/trunk/main/scripting/java/com/sun/star/script/framework/log/
H A DLogUtils.java34 System.getProperties().getProperty("ScriptJavaRuntimeDebug");
/trunk/main/vcl/qa/complex/memCheck/
H A DFileHelper.java37 String fs = System.getProperty("file.separator"); in appendPath()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/test/
H A DConverterInfoList.java78 while ((jarFileName = props.getProperty("jarname" + i)) != null) { in ConverterInfoList()
/trunk/main/cli_ure/qa/climaker/
H A DClimakerTestCase.java44 String testProgram = System.getProperty("cli_ure_test"); in checkGeneratedCLITypes()
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeLibraries.java32 if (System.getProperty( "os.name" ).startsWith("Windows")) { in load()
/trunk/main/reportbuilder/java/com/sun/star/report/util/
H A DDefaultJobProperties.java49 public Object getProperty(final String key) in getProperty() method in DefaultJobProperties
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DLocalOffice.java58 path.addElement(System.getProperties().getProperty("netbeans.home") + in create()

Completed in 103 milliseconds

1234567891011