Searched refs:nMaxLineCountA (Results 1 – 1 of 1) sorted by relevance
589 const sal_Int16 nMaxLineCountA(GetListBoxMaximumLineCount()); in SetVCLSettings() local590 …OSL_ENSURE(nMaxLineCountA >= 0, "OOps, negative values for ListBoxMaximumLineCount are not allowed… in SetVCLSettings()591 …const sal_uInt16 nMaxLineCountB(static_cast< sal_uInt16 >(nMaxLineCountA >= 0 ? nMaxLineCountA : 0… in SetVCLSettings()
Completed in 26 milliseconds