Searched refs:bNoZeroAllowed (Results 1 – 2 of 2) sorted by relevance
1025 sal_Bool bNoZeroAllowed = nNumberingType < SVX_NUM_ARABIC || in CheckForStartValue_Impl() local1028 aStartEdit.SetMin(bNoZeroAllowed ? 1 : 0); in CheckForStartValue_Impl()1029 if(bIsNull && bNoZeroAllowed) in CheckForStartValue_Impl()
2145 sal_Bool bNoZeroAllowed = nNumberingType < SVX_NUM_ARABIC || in CheckForStartValue_Impl() local2148 aStartED.SetMin(bNoZeroAllowed ? 1 : 0); in CheckForStartValue_Impl()2149 if(bIsNull && bNoZeroAllowed) in CheckForStartValue_Impl()
Completed in 33 milliseconds