Home
last modified time | relevance | path

Searched refs:getProperty (Results 76 – 100 of 260) sorted by relevance

1234567891011

/aoo42x/main/toolkit/source/awt/
H A Dvclxscroller.cxx181 Any SAL_CALL VCLXScroller::getProperty( const ::rtl::OUString& PropertyName ) throw(RuntimeExceptio… in getProperty() function in layoutimpl::VCLXScroller
194 aReturn = VCLXWindow::getProperty( PropertyName ); in getProperty()
H A Dvclxdialog.cxx177 ::com::sun::star::uno::Any SAL_CALL VCLXDialog::getProperty( const ::rtl::OUString& PropertyName ) … in getProperty() function in layoutimpl::VCLXDialog
190 aReturn = VCLXWindow::getProperty( PropertyName ); in getProperty()
H A Dvclxsplitter.cxx229 Any SAL_CALL VCLXSplitter::getProperty( const ::rtl::OUString& PropertyName ) throw(RuntimeExceptio… in getProperty() function in layoutimpl::VCLXSplitter
231 return VCLXWindow::getProperty( PropertyName ); in getProperty()
H A Dvclxspinbutton.cxx301 …Any SAL_CALL VCLXSpinButton::getProperty( const ::rtl::OUString& PropertyName ) throw(RuntimeExcep… in getProperty() function in toolkit::VCLXSpinButton
343 aReturn = VCLXWindow::getProperty( PropertyName ); in getProperty()
/aoo42x/main/qadevOOo/runner/convwatch/
H A DDocumentConverter.java167 String fs = System.getProperty("file.separator"); in convert()
226 String fs = System.getProperty("file.separator"); in runGDC()
H A DGraphicalDifferenceCheck.java86 String fs = System.getProperty("file.separator"); in createReferences()
180 String fs = System.getProperty("file.separator"); in check()
H A DConvWatchStarter.java218 String fs = System.getProperty("file.separator"); in compareGraphicalDiffs()
387 String fs = System.getProperty("file.separator"); in runGDCWithStatus()
H A DHTMLOutputter.java46 String fs = System.getProperty("file.separator"); in create()
53 a.ls = System.getProperty("line.separator"); in create()
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java358 return getProperty(propertyName, null); in getPropertyValue()
479 return getProperty(translateHandle(handle), null); in getFastPropertyValue()
493 value = getProperty(handleMap[i], state); in getPropertyValues()
793 Object getProperty(String name, PropertyState[] state) in getProperty() method in PropertySetMixin
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeWindow.java270 String vendor = System.getProperty("java.vendor"); in getWrappedWindowHandle()
272 && Boolean.valueOf(System.getProperty("sun.awt.xembedserver")).booleanValue()) in getWrappedWindowHandle()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java136 MessageArea.println (System.getProperty ("os.name") + " / " in AccessibilityWorkBench()
137 + System.getProperty ("os.arch") + " / " in AccessibilityWorkBench()
138 + System.getProperty ("os.version")); in AccessibilityWorkBench()
/aoo42x/main/scripting/examples/java/Newsgroup/
H A DOfficeAttachment.java55 templocationSystem = templocationURL = System.getProperty( "user.home" ); in OfficeAttachment()
56 if( System.getProperty( "os.name" ).indexOf( "Windows" ) != -1 ) in OfficeAttachment()
/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1189 …return pEffect->getProperty( AnimationNodeType::SET, OUString( RTL_CONSTASCII_USTRINGPARAM("CharFo… in getProperty1Value()
1194 Any aValue( pEffect->getProperty( AnimationNodeType::SET, aAttributeName, VALUE_TO ) ); in getProperty1Value()
1196 aValue = pEffect->getProperty( AnimationNodeType::ANIMATE, aAttributeName, VALUE_TO ); in getProperty1Value()
1204 …return pEffect->getProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("Opacity… in getProperty1Value()
1212 …aValues[0] = pEffect->getProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("C… in getProperty1Value()
1213 …aValues[1] = pEffect->getProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("C… in getProperty1Value()
1214 …aValues[2] = pEffect->getProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("C… in getProperty1Value()
/aoo42x/main/scripting/workben/installer/
H A DFileUpdater.java146 String opSys = System.getProperty("os.name"); in updateScriptXLC()
222 String opSys = System.getProperty("os.name"); in updateDialogXLC()
H A DInstallWizard.java90 System.out.print("Location: "+ System.getProperty( "user.dir" ) + in InstallWizard()
276 System.getProperty("user.dir") + in main()
H A DIdeVersion.java79 if ( (path = netbeansProps.getProperty(key) ) != null ) { in initComponents()
296 if ((path = properties.getProperty(key)) != null) { in MyTableModelIDE()
H A DVersion.java267 (System.getProperty("os.name").indexOf("Windows") != -1); in MyTableModel()
274 ( path = properties.getProperty(key)) != null) { in MyTableModel()
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/client/
H A DVclHookException.java346 String resId = properties.getProperty("ResId"); in parse()
358 String rep = properties.getProperty(matcher.group(1), matcher.group()).replace("$", "\\$"); in parse()
/aoo42x/main/toolkit/source/controls/
H A Dformattedcontrol.cxx455 aValues[0] = xPeer->getProperty( aNames[0] ); in textChanged()
456 aValues[1] = xPeer->getProperty( aNames[1] ); in textChanged()
/aoo42x/main/scripting/java/org/openoffice/idesupport/
H A DCommandLineTools.java154 return new GenerateCommand(System.getProperty("user.dir")); in parseArgs()
161 command = new GenerateCommand(System.getProperty("user.dir")); in parseArgs()
/aoo42x/main/oox/source/helper/
H A Dgraphichelper.cxx350 …if( aPropSet.getProperty( aSizeHmm, PROP_Size100thMM ) && (aSizeHmm.Width == 0) && (aSizeHmm.Heigh… in getOriginalSize()
353 if( aPropSet.getProperty( aSizePixel, PROP_SizePixel ) ) in getOriginalSize()
/aoo42x/main/cppuhelper/source/
H A Dpropertysetmixin.cxx448 css::uno::Any getProperty(
640 css::uno::Any PropertySetMixinImpl::Impl::getProperty( in getProperty() function in PropertySetMixinImpl::Impl
1198 return m_impl->getProperty( in getPropertyValue()
1347 return m_impl->getProperty( in getFastPropertyValue()
1367 s[n].Value = m_impl->getProperty( in getPropertyValues()
/aoo42x/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java68 String tempdir = System.getProperty("java.io.tmpdir"); in checkDocInfo()
69 String fs = System.getProperty("file.separator"); in checkDocInfo()
/aoo42x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java372 if (System.getProperty("xsltfilter.debug") == null) { in debug()
376 debugfile = System.getProperty("xsltfilter.debug"); in debug()
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java323 String aOS = System.getProperty("os.name"); in getProgramPath()
553 String aPipeName = System.getProperty("user.name") + OFFICE_ID_SUFFIX; in getPipeName()

Completed in 174 milliseconds

1234567891011