Searched refs:oValue (Results 1 – 10 of 10) sorted by relevance
51 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodeBool() local52 if( oValue.has() ) return OptValue< bool >( ConversionHelper::decodeBool( oValue.get() ) ); in lclDecodeBool()61 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodePercent() local62 …if( oValue.has() ) return OptValue< double >( ConversionHelper::decodePercent( oValue.get(), fDefV… in lclDecodePercent()71 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodeOpacity() local74 if( oValue.has() ) in lclDecodeOpacity()76 const OUString aString(oValue.get()); in lclDecodeOpacity()99 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodeInt32Pair() local101 if( oValue.has() ) in lclDecodeInt32Pair()114 OptValue< OUString > oValue = rAttribs.getString( nToken ); in lclDecodePercentPair() local[all …]
472 Object oValue; in checkStringListProperty() local475 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() local595 oValue = xFPS.getFastPropertyValue(handle); in checkStringProperty()610 val = AnyConverter.toString(oValue); in checkStringProperty()
162 Object oValue = xPropertySet.getPropertyValue(_PropertyName); in getTextFieldsByProperty() local164 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()
104 XAccessibleValue oValue = (XAccessibleValue) in getValue() local106 return oValue.getCurrentValue(); in getValue()278 XAccessibleValue oValue = (XAccessibleValue) in setRadioButtonValue() local280 if(oValue == null) in setRadioButtonValue()282 oValue.setCurrentValue(new Integer(iValue)); in setRadioButtonValue()465 XAccessibleEditableText oValue = (XAccessibleEditableText) in setNumericFieldValue() local
116 Object oValue = xPropertySet.getPropertyValue(_propertyname); in propertyexists() local117 bexists = (!com.sun.star.uno.AnyConverter.isVoid(oValue)); in propertyexists()
119 inline void setValue(const OUString &oValue) { aValue += oValue; }; in setValue() argument
285 public static Object getArrayValue(Object oValue) in getArrayValue() argument289 Object oPropList = com.sun.star.uno.AnyConverter.toArray(oValue); in getArrayValue()
753 …Object oValue = Helper.getUnoPropertyValue(UnoDialog.getModel(ControlElements[SOTXTVALUE]), "Effec… in isConditionComplete() local754 if (!AnyConverter.isVoid(oValue)) in isConditionComplete()756 String sValue = (String.valueOf(oValue)); in isConditionComplete()
394 Object oValue = PropertyNames.EMPTY_STRING; in insertDatabaseDatatoReportDocument() local395 …rsor, ReportTextDocument.COPYOFGROUPSECTION + Integer.toString(ColIndex + 1), CurDBColumn, oValue); in insertDatabaseDatatoReportDocument()
290 Object oValue = xPropertySet.getPropertyValue("EffectiveMax"); in getPeerSize() local
Completed in 49 milliseconds