Home
last modified time | relevance | path

Searched refs:oValue (Results 1 – 10 of 10) sorted by relevance

/trunk/main/oox/source/vml/
H A Dvmlshapecontext.cxx51 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodeBool() local
52 if( oValue.has() ) return OptValue< bool >( ConversionHelper::decodeBool( oValue.get() ) ); in lclDecodeBool()
61 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodePercent() local
62 …if( oValue.has() ) return OptValue< double >( ConversionHelper::decodePercent( oValue.get(), fDefV… in lclDecodePercent()
71 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodeOpacity() local
74 if( oValue.has() ) in lclDecodeOpacity()
76 const OUString aString(oValue.get()); in lclDecodeOpacity()
99 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodeInt32Pair() local
101 if( oValue.has() ) in lclDecodeInt32Pair()
114 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodePercentPair() local
[all …]
/trunk/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java472 Object oValue; in checkStringListProperty() local
475 oValue = xFPS.getFastPropertyValue(handle); in checkStringListProperty()
486 if (!AnyConverter.isArray(oValue)) in checkStringListProperty()
495 Object oValues = AnyConverter.toArray(oValue); in checkStringListProperty()
547 xFPS.setFastPropertyValue(handle, oValue); in checkStringListProperty()
592 Object oValue; in checkStringProperty() local
595 oValue = xFPS.getFastPropertyValue(handle); in checkStringProperty()
610 val = AnyConverter.toString(oValue); in checkStringProperty()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java162 Object oValue = xPropertySet.getPropertyValue(_PropertyName); in getTextFieldsByProperty() local
164 if (AnyConverter.isString(oValue)) in getTextFieldsByProperty()
168 String sValue = AnyConverter.toString(oValue); in getTextFieldsByProperty()
175 else if (AnyConverter.isShort(oValue)) in getTextFieldsByProperty()
180 short ishortValue = AnyConverter.toShort(oValue); in getTextFieldsByProperty()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DUITools.java104 XAccessibleValue oValue = (XAccessibleValue) in getValue() local
106 return oValue.getCurrentValue(); in getValue()
278 XAccessibleValue oValue = (XAccessibleValue) in setRadioButtonValue() local
280 if(oValue == null) in setRadioButtonValue()
282 oValue.setCurrentValue(new Integer(iValue)); in setRadioButtonValue()
465 XAccessibleEditableText oValue = (XAccessibleEditableText) in setNumericFieldValue() local
/trunk/main/wizards/com/sun/star/wizards/table/
H A DFieldDescription.java116 Object oValue = xPropertySet.getPropertyValue(_propertyname); in propertyexists() local
117 bexists = (!com.sun.star.uno.AnyConverter.isVoid(oValue)); in propertyexists()
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.hxx119 inline void setValue(const OUString &oValue) { aValue += oValue; }; in setValue() argument
/trunk/main/wizards/com/sun/star/wizards/common/
H A DHelper.java285 public static Object getArrayValue(Object oValue) in getArrayValue() argument
289 Object oPropList = com.sun.star.uno.AnyConverter.toArray(oValue); in getArrayValue()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java753 …Object oValue = Helper.getUnoPropertyValue(UnoDialog.getModel(ControlElements[SOTXTVALUE]), "Effec… in isConditionComplete() local
754 if (!AnyConverter.isVoid(oValue)) in isConditionComplete()
756 String sValue = (String.valueOf(oValue)); in isConditionComplete()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java394 Object oValue = PropertyNames.EMPTY_STRING; in insertDatabaseDatatoReportDocument() local
395 …rsor, ReportTextDocument.COPYOFGROUPSECTION + Integer.toString(ColIndex + 1), CurDBColumn, oValue); in insertDatabaseDatatoReportDocument()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DControl.java290 Object oValue = xPropertySet.getPropertyValue("EffectiveMax"); in getPeerSize() local

Completed in 66 milliseconds