Lines Matching refs:pFormat

445 	const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL;  in getByKey()  local
446 if (pFormat) in getByKey()
755 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getPropertyValue() local
756 if (pFormat) in getPropertyValue()
764 aRet <<= rtl::OUString( pFormat->GetFormatstring() ); in getPropertyValue()
769 pFormat->GetLanguage())); in getPropertyValue()
774 aRet <<= (sal_Int16)( pFormat->GetType() ); in getPropertyValue()
778 aRet <<= rtl::OUString( pFormat->GetComment() ); in getPropertyValue()
788 sal_Bool bUserDef = ( ( pFormat->GetType() & NUMBERFORMAT_DEFINED ) != 0 ); in getPropertyValue()
793 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
798 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
803 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
808 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
814 pFormat->GetNewCurrencySymbol( aSymbol, aExt ); in getPropertyValue()
820 pFormat->GetNewCurrencySymbol( aSymbol, aExt ); in getPropertyValue()
827 pFormat->GetNewCurrencySymbol( aSymbol, aExt ); in getPropertyValue()
829 aSymbol, aExt, pFormat->GetLanguage() ); in getPropertyValue()
884 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getPropertyValues() local
885 if (pFormat) in getPropertyValues()
889 pFormat->GetNewCurrencySymbol( aSymbol, aExt ); in getPropertyValues()
891 aSymbol, aExt, pFormat->GetLanguage() ); in getPropertyValues()
895 String aFmtStr = pFormat->GetFormatstring(); in getPropertyValues()
896 String aComment = pFormat->GetComment(); in getPropertyValues()
899 sal_Bool bUserDef = ( ( pFormat->GetType() & NUMBERFORMAT_DEFINED ) != 0 ); in getPropertyValues()
902 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValues()
904 pFormat->GetLanguage())); in getPropertyValues()
914 pArray[2].Value <<= (sal_Int16)( pFormat->GetType() ); in getPropertyValues()