Home
last modified time | relevance | path

Searched refs:aSelectionType (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx943 Any aSelectionType ( _xProps->getPropertyValue( rPropName ) ); in readSelectionTypeAttr() local
945 …if (aSelectionType.getValueTypeClass() == TypeClass_ENUM && aSelectionType.getValueType() == ::get… in readSelectionTypeAttr()
948 aSelectionType >>= eSelectionType; in readSelectionTypeAttr()
H A Dxmldlg_import.cxx1307 OUString aSelectionType( in importSelectionTypeProperty() local
1310 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()

Completed in 27 milliseconds