Lines Matching refs:nDisplayServices
543 sal_uLong nDisplayServices; member in SvxLinguData_Impl
583 const sal_uLong & GetDisplayServiceCount() const { return nDisplayServices; } in GetDisplayServiceCount()
584 void SetDisplayServiceCount( sal_uLong nVal ) { nDisplayServices = nVal; } in SetDisplayServiceCount()
627 DBG_ASSERT( (sal_Int32) nDisplayServices >= nIdx, "size mismatch" ); in GetSortedImplNames()
628 aRes.realloc( nDisplayServices ); in GetSortedImplNames()
632 for (sal_Int32 i = 0; i < (sal_Int32) nDisplayServices; ++i) in GetSortedImplNames()
662 for (sal_uLong i = 0; i < nDisplayServices && !pInfo; ++i) in GetInfoByImplName()
765 nDisplayServices (0) in SvxLinguData_Impl()
911 nDisplayServices (rData.nDisplayServices), in SvxLinguData_Impl()
934 nDisplayServices = rData.nDisplayServices; in operator =()
952 for (sal_uLong i = 0; i < nDisplayServices; ++i) in SetChecked()
1010 for (sal_uLong i = 0; i < nDisplayServices; ++i) in Reconfigure()