Home
last modified time | relevance | path

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

/trunk/main/forms/source/component/
H A DComboBox.cxx429 sal_Int16 nListSourceType; in read() local
430 _rxInStream >> nListSourceType; in read()
431 m_eListSourceType = (ListSourceType)nListSourceType; in read()
H A DListBox.cxx592 sal_Int16 nListSourceType; in read() local
593 _rxInStream >> nListSourceType; in read()
594 m_eListSourceType = (ListSourceType)nListSourceType; in read()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2577 sal_Int32 nListSourceType = ListSourceType_VALUELIST; in impl_describeListSourceUI_throw() local
2578 ::cppu::enum2int( nListSourceType, aListSourceType ); in impl_describeListSourceUI_throw()
2585 switch( nListSourceType ) in impl_describeListSourceUI_throw()
2598 if ( nListSourceType == ListSourceType_QUERY ) in impl_describeListSourceUI_throw()