Home
last modified time | relevance | path

Searched refs:nListSourceType (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/forms/source/component/
H A DComboBox.cxx432 sal_Int16 nListSourceType; in read() local
433 _rxInStream >> nListSourceType; in read()
434 m_eListSourceType = (ListSourceType)nListSourceType; in read()
H A DListBox.cxx593 sal_Int16 nListSourceType; in read() local
594 _rxInStream >> nListSourceType; in read()
595 m_eListSourceType = (ListSourceType)nListSourceType; in read()
/aoo42x/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2578 sal_Int32 nListSourceType = ListSourceType_VALUELIST; in impl_describeListSourceUI_throw() local
2579 ::cppu::enum2int( nListSourceType, aListSourceType ); in impl_describeListSourceUI_throw()
2586 switch( nListSourceType ) in impl_describeListSourceUI_throw()
2599 if ( nListSourceType == ListSourceType_QUERY ) in impl_describeListSourceUI_throw()

Completed in 42 milliseconds