Home
last modified time | relevance | path

Searched refs:getProperty (Results 51 – 75 of 260) sorted by relevance

1234567891011

/aoo42x/main/sfx2/source/doc/
H A Ddoctemplates.cxx245 sal_Bool getProperty( Content& rContent,
433 if ( getProperty( maRootContent, aTemplVersPropName, aValue ) in DECLARE_LIST()
620 bHasProperty = getProperty( maRootContent, aPropName, aValue ); in needsUpdate()
1060 sal_Bool SfxDocTplService_Impl::getProperty( Content& rContent, in getProperty() function in SfxDocTplService_Impl
1579 if ( getProperty( aGroup, aPropName, aValue ) ) in removeGroup()
1693 if ( getProperty( aGroup, aPropName, aValue ) ) in renameGroup()
1788 if ( getProperty( aGroup, aPropName, aValue ) ) in storeTemplate()
1806 if ( getProperty( aTemplateToRemove, aTargetTemplPropName, aValue ) ) in storeTemplate()
1990 if ( getProperty( aGroup, aPropName, aValue ) ) in addTemplate()
2142 if ( getProperty( aTemplate, aPropName, aValue ) ) in removeTemplate()
[all …]
/aoo42x/main/qadevOOo/runner/lib/
H A DTestParameters.java253 String user = System.getProperty("user.name"); in TestParameters()
317 String osname = System.getProperty ("os.name").toLowerCase (); in getSOCompatibleOSName()
318 String osarch = System.getProperty ("os.arch"); in getSOCompatibleOSName()
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DChooseDirectoryCtrl.java109 … if (( System.getProperty("HOME") != null ) && ( ! System.getProperty("HOME").equals("") )) { in beforeShow()
110 installDir = System.getProperty("user.home"); in beforeShow()
/aoo42x/main/toolkit/workben/layout/
H A Deditor.cxx222 rtl::OUString value( getProperty( name, WINDOW_PROPERTY ) ); in Widget()
346 rtl::OUString value( pChild->getProperty( name, CONTAINER_PROPERTY ) ); in addChild()
482 rtl::OUString getProperty( rtl::OUString rPropName, PropertyKind rKind ) in getProperty() function in Widget
487 rValue = anyToString( layoutimpl::prophlp::getProperty( mxWidget, rPropName ) ); in getProperty()
491 rValue = anyToString( layoutimpl::prophlp::getProperty( in getProperty()
505 rtl::OUString newValue = getProperty( propName, rKind ); in isPropertyTouched()
803 value = mpWidget->getProperty( maPropName, maPropKind ); in getValue()
1610 rtl::OUString value = i->getProperty( prop.Name, wKind ); in print()
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java59 private static String platform = System.getProperty("os.name");
61 private static String osName = System.getProperty("os.name");
63 private static String osVersion = System.getProperty("os.version");
65 private static String osArch = System.getProperty("os.arch");
H A DTestspace.java39 private static final File testdata = new File(System.getProperty("testdata", "data"));
42 String v = System.getProperty("testspace"); in initTestspace()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java515 if (System.getProperty("os.name", "").toLowerCase().equals( in dispose()
517 && System.getProperty("java.version", "").startsWith("1.3.") in dispose()
518 && (System.getProperty("java.vendor", "").toLowerCase(). in dispose()
520 || System.getProperty("java.vendor", "").toLowerCase(). in dispose()
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java79 if ( System.getProperty( "os.name" ).startsWith( "Windows" ) )
482 String aOS = System.getProperty("os.name"); in getProgramPath()
711 String aPipeName = System.getProperty("user.name") + OFFICE_ID_SUFFIX; in getPipeName()
750 sOption = System.getProperty("com.sun.star.officebean.Options"); in startupService()
/aoo42x/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java57 private static final String USERHOME = System.getProperty("user.home");
102 appHome = System.getProperty("openoffice.home"); in OpenOffice()
138 …String defaultUserInstallationPath = props.getProperty("UserInstallation").replace("$ORIGIN", binP… in OpenOffice()
/aoo42x/main/svtools/source/inc/
H A Dunoiface.hxx108 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
191 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
270 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
355 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
415 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
/aoo42x/main/qadevOOo/runner/helper/
H A DOfficeProvider.java76 … final String copyLayer = util.utils.getUsersTempDir() + System.getProperty("file.separator") + in backupUserLayer()
78 System.getProperty("user.name"); in backupUserLayer()
688 final String sep = System.getProperty("file.separator"); in getDirSys()
749 command = sysBinDir + System.getProperty("file.separator") + "soffice" + in makeAppExecCommand()
/aoo42x/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java95 osname = System.getProperty( "os.name" ); in getPath()
146 path = System.getProperty( prop ); in getPathFromProperty()
407 System.getProperty( "user.home" ) ,SVERSION ); in getPathFromSVersionFile()
/aoo42x/main/testtools/qa/cli/
H A DCLITest.java44 String testProgram = System.getProperty("cli_test", ""); in runCLITests()
48 String arg1 = System.getProperty("cli_test_arg", ""); in runCLITests()
/aoo42x/main/odk/examples/java/Inspector/
H A DSwingUnoPropertyNode.java81 public Property getProperty(){ in getProperty() method in SwingUnoPropertyNode
82 return m_oUnoPropertyNode.getProperty(); in getProperty()
/aoo42x/main/qadevOOo/runner/convwatch/
H A DLISTOutputter.java43 String fs = System.getProperty("file.separator"); in create()
50 a.ls = System.getProperty("line.separator"); in create()
H A DINIOutputter.java44 String fs = System.getProperty("file.separator"); in create()
51 a.ls = System.getProperty("line.separator"); in create()
/aoo42x/main/jvmfwk/java/jreproperties/src/main/java/
H A DJREProperties.java55 String os = System.getProperty("os.name"); in main()
88 String sCompleteProp = sProp + "=" + p.getProperty(sProp); in main()
/aoo42x/main/jurt/test/com/sun/star/lib/util/
H A DNativeLibraryLoader_Test.java37 File dir = new File(System.getProperty("user.dir")); in testEncoded()
59 File dir = new File(System.getProperty("user.dir")); in testUnencoded()
/aoo42x/main/toolkit/source/awt/
H A Dvclxfixedline.cxx109 Any SAL_CALL VCLXFixedLine::getProperty( const ::rtl::OUString& PropertyName ) throw(RuntimeExcepti… in getProperty() function in layoutimpl::VCLXFixedLine
122 aReturn = VCLXWindow::getProperty( PropertyName ); in getProperty()
H A Danimatedimagespeer.cxx384 …Any SAL_CALL AnimatedImagesPeer::getProperty( const ::rtl::OUString& i_propertyName ) throw(Runtim… in getProperty() function in toolkit::AnimatedImagesPeer
392 return VCLXWindow::getProperty( i_propertyName ); in getProperty()
413 aReturn = AnimatedImagesPeer_Base::getProperty( i_propertyName ); in getProperty()
/aoo42x/main/oox/source/xls/
H A Dquerytablebuffer.cxx149 aPropSet.getProperty( aString, PROP_Url ) && (rFileUrl == aString) && in lclFindAreaLink()
150 aPropSet.getProperty( aString, PROP_Filter ) && (rFilterName == aString) && in lclFindAreaLink()
151 … aPropSet.getProperty( aString, PROP_FilterOptions ) && (rFilterOptions == aString) ) in lclFindAreaLink()
/aoo42x/main/l10ntools/java/jpropex/java/
H A DJPropEx.java127 value = prop.getProperty( key , "" ); in extract()
129 str = (prop.getProperty( key )).replaceAll("\t" , " " ); // remove tab in extract()
211 sourceString = sourceProp.getProperty( key ); in mergeFile()
/aoo42x/main/oox/inc/oox/helper/
H A Dpropertyset.hxx94 inline bool getProperty( Type& orValue, sal_Int32 nPropId ) const in getProperty() function in oox::PropertySet
100 … { bool bValue = false; return getProperty( bValue, nPropId ) && bValue; } in getBoolProperty()
/aoo42x/main/dbaccess/source/ui/uno/
H A DColumnPeer.cxx150 Any OColumnPeer::getProperty( const ::rtl::OUString& _rPropertyName ) throw( RuntimeException ) in getProperty() function in dbaui::OColumnPeer
163 aProp = VCLXWindow::getProperty(_rPropertyName); in getProperty()
/aoo42x/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java126 MessageArea.println (System.getProperty ("os.name") + " / " in AccessibilityWorkBench()
127 + System.getProperty ("os.arch") + " / " in AccessibilityWorkBench()
128 + System.getProperty ("os.version")); in AccessibilityWorkBench()

Completed in 140 milliseconds

1234567891011