Lines Matching refs:aFmtStr
762 String aFmtStr = *pFmt; in Format() local
763 VbaFormatInfo* pInfo = getFormatInfo( aFmtStr ); in Format()
772 aFmtStr.AssignAscii( pInfo->mpOOoFormat ); in Format()
773 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
777 else if( aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_GENERALDATE ) in Format()
778 || aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_C )) in Format()
789 aFmtStr.AssignAscii( "H:MM:SS AM/PM" ); in Format()
790 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
800 aFmtStr.AssignAscii( "H:MM:SS AM/PM" ); in Format()
801 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
805 else if( aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_N ) in Format()
806 || aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_NN )) in Format()
809 if( nMin < 10 && aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_NN ) ) in Format()
821 else if( aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_W )) in Format()
826 else if( aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_Y )) in Format()
836 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()