Searched refs:nListSourceType (Results 1 – 3 of 3) sorted by relevance
432 sal_Int16 nListSourceType; in read() local433 _rxInStream >> nListSourceType; in read()434 m_eListSourceType = (ListSourceType)nListSourceType; in read()
593 sal_Int16 nListSourceType; in read() local594 _rxInStream >> nListSourceType; in read()595 m_eListSourceType = (ListSourceType)nListSourceType; in read()
2578 sal_Int32 nListSourceType = ListSourceType_VALUELIST; in impl_describeListSourceUI_throw() local2579 ::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 70 milliseconds