Searched refs:bDoThousands (Results 1 – 1 of 1) sorted by relevance
3645 sal_Bool bDoThousands = (rInfo.nThousand == 0); in ImpNumberFillWithThousands() local3687 if ( !bDoThousands && j < NumFor[nIx].GetnAnz()-1 ) in ImpNumberFillWithThousands()3688 bDoThousands = ((j == 0) || in ImpNumberFillWithThousands()3692 if ( bDoThousands ) in ImpNumberFillWithThousands()3823 sal_Bool bDoThousands = (rInfo.nThousand == 0); in ImpNumberFill() local3846 if ( !bDoThousands && j < NumFor[nIx].GetnAnz()-1 ) in ImpNumberFill()3847 bDoThousands = ((j == 0) || in ImpNumberFill()3851 if ( bDoThousands && k > 0 ) in ImpNumberFill()
Completed in 30 milliseconds