Home
last modified time | relevance | path

Searched refs:bDoThousands (Results 1 – 1 of 1) sorted by path

/trunk/main/svl/source/numbers/
H A Dzformat.cxx3645 sal_Bool bDoThousands = (rInfo.nThousand == 0); in ImpNumberFillWithThousands() local
3687 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() local
3846 if ( !bDoThousands && j < NumFor[nIx].GetnAnz()-1 ) in ImpNumberFill()
3847 bDoThousands = ((j == 0) || in ImpNumberFill()
3851 if ( bDoThousands && k > 0 ) in ImpNumberFill()

Completed in 41 milliseconds