Lines Matching refs:pFormatter
93 SvNumberFormatter* pFormatter; member in SvXMLNumImpData
112 SvNumberFormatter* GetNumberFormatter() const { return pFormatter; } in GetNumberFormatter()
397 : pFormatter(pFmt), in SvXMLNumImpData()
482 if ( !pFormatter ) in RemoveVolatileFormats()
491 const SvNumberformat* pFormat = pFormatter->GetEntry(pObj->nKey); in RemoveVolatileFormats()
493 pFormatter->DeleteEntry( pObj->nKey ); in RemoveVolatileFormats()
619 (pFormatter ? pFormatter->GetServiceManager() : in GetLocaleData()
1467 SvNumberFormatter* pFormatter = pData->GetNumberFormatter(); in SvXMLNumFormatContext() local
1468 if ( pFormatter ) in SvXMLNumFormatContext()
1470 sal_Int32 nNatNum = pFormatter->GetNatNum()->convertFromXmlAttributes( aNatNumAttr ); in SvXMLNumFormatContext()
1620 SvNumberFormatter* pFormatter = NULL; in CreateAndInsert() local
1624 pFormatter = pObj->GetNumberFormatter(); in CreateAndInsert()
1626 if ( pFormatter ) in CreateAndInsert()
1627 return CreateAndInsert( pFormatter ); in CreateAndInsert()
1641 sal_Int32 SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter* pFormatter) in CreateAndInsert() argument
1643 if (!pFormatter) in CreateAndInsert()
1681 nIndex = pFormatter->GetStandardIndex( nFormatLang ); in CreateAndInsert()
1689 nIndex = pFormatter->GetFormatIndex( NF_NUMBER_SYSTEM, nFormatLang ); in CreateAndInsert()
1695 nIndex = pFormatter->GetFormatIndex( NF_BOOLEAN, nFormatLang ); in CreateAndInsert()
1710 nIndex = pFormatter->GetFormatIndex( eFormat, nFormatLang ); in CreateAndInsert()
1719 nIndex = pFormatter->GetEntryKey( aFormatStr, nFormatLang ); in CreateAndInsert()
1724 sal_Bool bOk = pFormatter->PutEntry( aFormatStr, nErrPos, l_nType, nIndex, nFormatLang ); in CreateAndInsert()
1729 nIndex = pFormatter->GetEntryKey( aFormatStr, nFormatLang ); in CreateAndInsert()
1747 NfIndexTableOffset eOffset = pFormatter->GetIndexTableOffset( 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()
1783 const SvNumberformat* pFixedFormat = pFormatter->GetEntry( nNewIndex ); in CreateAndInsert()
1795 NfIndexTableOffset eOffset = pFormatter->GetIndexTableOffset( nIndex ); in CreateAndInsert()
1798 sal_uInt32 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_DIN_DMMMYYYY, nFormatLang ); in CreateAndInsert()
1799 const SvNumberformat* pOldEntry = pFormatter->GetEntry( nIndex ); in CreateAndInsert()
1800 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewIndex ); in CreateAndInsert()
1806 sal_uInt32 nNewIndex = pFormatter->GetFormatIndex( NF_DATE_DIN_DMMMMYYYY, nFormatLang ); in CreateAndInsert()
1807 const SvNumberformat* pOldEntry = pFormatter->GetEntry( nIndex ); in CreateAndInsert()
1808 const SvNumberformat* pNewEntry = pFormatter->GetEntry( nNewIndex ); in CreateAndInsert()
1816 SvNumberformat* pFormat = const_cast<SvNumberformat*>(pFormatter->GetEntry( nIndex )); in CreateAndInsert()
1827 nIndex = pFormatter->GetStandardIndex( nFormatLang ); in CreateAndInsert()
1874 SvNumberFormatter* pFormatter = pData->GetNumberFormatter(); in AddNumber() local
1875 if (!pFormatter) in AddNumber()
1904 aFormatCode.append( pFormatter->GetStandardName( nFormatLang ) ); in AddNumber()
1923 sal_uInt32 nStdIndex = pFormatter->GetStandardIndex( nFormatLang ); in AddNumber()
1924 pFormatter->GenerateFormat( aNumStr, nStdIndex, nFormatLang, in AddNumber()
2018 SvNumberFormatter* pFormatter = pData->GetNumberFormatter(); in AddCurrency() local
2019 if ( pFormatter ) in AddCurrency()
2021 pFormatter->ChangeIntl( nFormatLang ); in AddCurrency()
2023 pFormatter->GetCompatibilityCurrency( sCurString, sDummy ); in AddCurrency()
2082 SvNumberFormatter* pFormatter = pData->GetNumberFormatter(); in AddNfKeyword() local
2083 if (!pFormatter) in AddNfKeyword()
2095 String sKeyword = pFormatter->GetKeyword( nFormatLang, nIndex ); in AddNfKeyword()
2160 SvNumberFormatter* pFormatter = pData->GetNumberFormatter(); in ReplaceNfKeyword() local
2161 if (!pFormatter) in ReplaceNfKeyword()
2164 String sOldStr = pFormatter->GetKeyword( nFormatLang, nOld ); in ReplaceNfKeyword()
2171 String sNewStr = pFormatter->GetKeyword( nFormatLang, nNew ); in ReplaceNfKeyword()
2183 SvNumberFormatter* pFormatter = pData->GetNumberFormatter(); in AddCondition() local
2188 if ( pFormatter && l_nKey != NUMBERFORMAT_ENTRY_NOT_FOUND && in AddCondition()
2224 const SvNumberformat* pFormat = pFormatter->GetEntry(l_nKey); in AddCondition()
2289 SvNumberFormatter* pFormatter = pData->GetNumberFormatter(); in AddColor() local
2290 if (!pFormatter) in AddColor()
2297 …aColName = OUString( pFormatter->GetKeyword( nFormatLang, sal::static_int_cast< sal_uInt16 >(NF_KE… in AddColor()
2344 SvNumberFormatter* pFormatter = NULL; in SvXMLNumFmtHelper() local
2348 pFormatter = pObj->GetNumberFormatter(); in SvXMLNumFmtHelper()
2352 pData = new SvXMLNumImpData( pFormatter, mxServiceFactory ); in SvXMLNumFmtHelper()