Searched refs:aSelectionType (Results 1 – 2 of 2) sorted by relevance
1306 OUString aSelectionType( in importSelectionTypeProperty() local1309 if (aSelectionType.getLength()) in importSelectionTypeProperty()1313 if (aSelectionType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("none") )) in importSelectionTypeProperty()1317 else if (aSelectionType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("single") )) in importSelectionTypeProperty()1321 else if (aSelectionType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("multi") )) in importSelectionTypeProperty()1325 else if (aSelectionType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("range") )) in importSelectionTypeProperty()
942 Any aSelectionType ( _xProps->getPropertyValue( rPropName ) ); in readSelectionTypeAttr() local944 …if (aSelectionType.getValueTypeClass() == TypeClass_ENUM && aSelectionType.getValueType() == ::get… in readSelectionTypeAttr()947 aSelectionType >>= eSelectionType; in readSelectionTypeAttr()
Completed in 31 milliseconds