Lines Matching refs:nNewIndex
1745 sal_uInt32 nNewIndex = nIndex; in CreateAndInsert()
1754 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_SYS_DDMMYYYY, nFormatLang ); in CreateAndInsert()
1756 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_SYS_DDMMYY, nFormatLang ); in CreateAndInsert()
1769 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_SYS_NNNNDMMMMYYYY, nFormatLang ); in CreateAndInsert()
1771 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_SYS_NNDMMMMYYYY, nFormatLang ); in CreateAndInsert()
1774 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_SYS_NNDMMMYY, nFormatLang ); in CreateAndInsert()
1778 if ( nNewIndex != nIndex ) in CreateAndInsert()
1783 const SvNumberformat* pFixedFormat = pFormatter->GetEntry( nNewIndex ); in CreateAndInsert()
1785 nIndex = nNewIndex; in CreateAndInsert()
1798 sal_uInt32 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_DIN_DMMMYYYY, nFormatLang ); in CreateAndInsert() local
1800 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewIndex ); in CreateAndInsert()
1802 nIndex = nNewIndex; in CreateAndInsert()
1806 sal_uInt32 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_DIN_DMMMMYYYY, nFormatLang ); in CreateAndInsert() local
1808 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewIndex ); in CreateAndInsert()
1810 nIndex = nNewIndex; in CreateAndInsert()