Searched refs:oValue (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/oox/source/vml/ |
| H A D | vmlshapecontext.cxx | 51 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() 104 ConversionHelper::separatePair( aValue1, aValue2, oValue.get(), ',' ); in lclDecodeInt32Pair() [all …]
|
| /AOO41X/main/framework/qa/complex/path_settings/ |
| H A D | PathSettingsTest.java | 472 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()
|
| /AOO41X/main/wizards/com/sun/star/wizards/text/ |
| H A D | TextFieldHandler.java | 162 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()
|
| /AOO41X/main/qadevOOo/runner/util/ |
| H A D | UITools.java | 104 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
|
| /AOO41X/main/wizards/com/sun/star/wizards/table/ |
| H A D | FieldDescription.java | 116 Object oValue = xPropertySet.getPropertyValue(_propertyname); in propertyexists() local 117 bexists = (!com.sun.star.uno.AnyConverter.isVoid(oValue)); in propertyexists()
|
| /AOO41X/main/i18npool/source/localedata/ |
| H A D | LocaleNode.hxx | 119 inline void setValue(const OUString &oValue) { aValue += oValue; }; in setValue() argument
|
| /AOO41X/main/wizards/com/sun/star/wizards/common/ |
| H A D | Helper.java | 285 public static Object getArrayValue(Object oValue) in getArrayValue() argument 289 Object oPropList = com.sun.star.uno.AnyConverter.toArray(oValue); in getArrayValue()
|
| /AOO41X/main/wizards/com/sun/star/wizards/ui/ |
| H A D | FilterComponent.java | 754 …Object oValue = Helper.getUnoPropertyValue(UnoDialog.getModel(ControlElements[SOTXTVALUE]), "Effec… in isConditionComplete() local 755 if (!AnyConverter.isVoid(oValue)) in isConditionComplete() 757 String sValue = (String.valueOf(oValue)); in isConditionComplete()
|
| /AOO41X/main/wizards/com/sun/star/wizards/report/ |
| H A D | ReportTextImplementation.java | 394 Object oValue = PropertyNames.EMPTY_STRING; in insertDatabaseDatatoReportDocument() local 395 …rsor, ReportTextDocument.COPYOFGROUPSECTION + Integer.toString(ColIndex + 1), CurDBColumn, oValue); in insertDatabaseDatatoReportDocument()
|
| /AOO41X/main/wizards/com/sun/star/wizards/document/ |
| H A D | Control.java | 290 Object oValue = xPropertySet.getPropertyValue("EffectiveMax"); in getPeerSize() local
|