Home
last modified time | relevance | path

Searched refs:aSelectionType (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx1306 OUString aSelectionType( in importSelectionTypeProperty() local
1309 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()
H A Dxmldlg_export.cxx942 Any aSelectionType ( _xProps->getPropertyValue( rPropName ) ); in readSelectionTypeAttr() local
944 …if (aSelectionType.getValueTypeClass() == TypeClass_ENUM && aSelectionType.getValueType() == ::get… in readSelectionTypeAttr()
947 aSelectionType >>= eSelectionType; in readSelectionTypeAttr()

Completed in 31 milliseconds