Searched refs:eSelectionType (Results 1 – 4 of 4) sorted by relevance
275 SelectionType eSelectionType; in setProperty() local276 if( aValue >>= eSelectionType ) in setProperty()279 switch( eSelectionType ) in setProperty()471 SelectionType eSelectionType; in getProperty() local476 case SINGLE_SELECTION: eSelectionType = SelectionType_SINGLE; break; in getProperty()477 case RANGE_SELECTION: eSelectionType = SelectionType_RANGE; break; in getProperty()478 case MULTIPLE_SELECTION:eSelectionType = SelectionType_MULTI; break; in getProperty()479 default: eSelectionType = SelectionType_NONE; break; in getProperty()481 aPropertyValue <<= eSelectionType; in getProperty()
1338 SelectionType eSelectionType; in setProperty() local1339 if( aValue >>= eSelectionType ) in setProperty()1342 switch( eSelectionType ) in setProperty()1431 SelectionType eSelectionType; in getProperty() local1436 case SINGLE_SELECTION: eSelectionType = SelectionType_SINGLE; break; in getProperty()1437 case RANGE_SELECTION: eSelectionType = SelectionType_RANGE; break; in getProperty()1438 case MULTIPLE_SELECTION:eSelectionType = SelectionType_MULTI; break; in getProperty()1440 default: eSelectionType = SelectionType_NONE; break; in getProperty()1442 return Any( eSelectionType ); in getProperty()
1312 view::SelectionType eSelectionType; in importSelectionTypeProperty() local1316 eSelectionType = view::SelectionType_NONE; in importSelectionTypeProperty()1320 eSelectionType = view::SelectionType_SINGLE; in importSelectionTypeProperty()1324 eSelectionType = view::SelectionType_MULTI; in importSelectionTypeProperty()1328 eSelectionType = view::SelectionType_RANGE; in importSelectionTypeProperty()1337 _xControlModel->setPropertyValue( rPropName, makeAny( eSelectionType ) ); in importSelectionTypeProperty()
947 ::view::SelectionType eSelectionType; in readSelectionTypeAttr()948 aSelectionType >>= eSelectionType; in readSelectionTypeAttr()950 switch (eSelectionType) in readSelectionTypeAttr()
Completed in 46 milliseconds