Searched refs:nListSourceType (Results 1 – 3 of 3) sorted by relevance
429 sal_Int16 nListSourceType; in read() local430 _rxInStream >> nListSourceType; in read()431 m_eListSourceType = (ListSourceType)nListSourceType; in read()
592 sal_Int16 nListSourceType; in read() local593 _rxInStream >> nListSourceType; in read()594 m_eListSourceType = (ListSourceType)nListSourceType; in read()
2577 sal_Int32 nListSourceType = ListSourceType_VALUELIST; in impl_describeListSourceUI_throw() local2578 ::cppu::enum2int( nListSourceType, aListSourceType ); in impl_describeListSourceUI_throw()2585 switch( nListSourceType ) in impl_describeListSourceUI_throw()2598 if ( nListSourceType == ListSourceType_QUERY ) in impl_describeListSourceUI_throw()