Searched refs:aSelectionType (Results 1 – 2 of 2) sorted by relevance
1307 OUString aSelectionType( in importSelectionTypeProperty() local1310 if (aSelectionType.getLength()) in importSelectionTypeProperty()1314 if (aSelectionType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("none") )) in importSelectionTypeProperty()1318 else if (aSelectionType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("single") )) in importSelectionTypeProperty()1322 else if (aSelectionType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("multi") )) in importSelectionTypeProperty()1326 else if (aSelectionType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("range") )) in importSelectionTypeProperty()
943 Any aSelectionType ( _xProps->getPropertyValue( rPropName ) ); in readSelectionTypeAttr() local945 …if (aSelectionType.getValueTypeClass() == TypeClass_ENUM && aSelectionType.getValueType() == ::get… in readSelectionTypeAttr()948 aSelectionType >>= eSelectionType; in readSelectionTypeAttr()
Completed in 21 milliseconds