Lines Matching refs:aFmtStr
760 String aFmtStr = *pFmt; in Format() local
761 VbaFormatInfo* pInfo = getFormatInfo( aFmtStr ); in Format()
770 aFmtStr.AssignAscii( pInfo->mpOOoFormat ); in Format()
771 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
775 else if( aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_GENERALDATE ) in Format()
776 || aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_C )) in Format()
787 aFmtStr.AssignAscii( "H:MM:SS AM/PM" ); in Format()
788 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
798 aFmtStr.AssignAscii( "H:MM:SS AM/PM" ); in Format()
799 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()
803 else if( aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_N ) in Format()
804 || aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_NN )) in Format()
807 if( nMin < 10 && aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_NN ) ) in Format()
819 else if( aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_W )) in Format()
824 else if( aFmtStr.EqualsIgnoreCaseAscii( VBAFORMAT_Y )) in Format()
834 … aFormatter.PutandConvertEntry( aFmtStr, nCheckPos, nType, nIndex, LANGUAGE_ENGLISH, eLangType ); in Format()