Home
last modified time | relevance | path

Searched refs:eSelectionType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx275 SelectionType eSelectionType; in setProperty() local
276 if( aValue >>= eSelectionType ) in setProperty()
279 switch( eSelectionType ) in setProperty()
471 SelectionType eSelectionType; in getProperty() local
476 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()
H A Dtreecontrolpeer.cxx1338 SelectionType eSelectionType; in setProperty() local
1339 if( aValue >>= eSelectionType ) in setProperty()
1342 switch( eSelectionType ) in setProperty()
1431 SelectionType eSelectionType; in getProperty() local
1436 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()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx1312 view::SelectionType eSelectionType; in importSelectionTypeProperty() local
1316 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()
H A Dxmldlg_export.cxx947 ::view::SelectionType eSelectionType; in readSelectionTypeAttr()
948 aSelectionType >>= eSelectionType; in readSelectionTypeAttr()
950 switch (eSelectionType) in readSelectionTypeAttr()

Completed in 48 milliseconds