Searched refs:pFormatEntry (Results 1 – 4 of 4) sorted by relevance
/trunk/main/svtools/source/control/ |
H A D | fmtfield.cxx | 689 const SvNumberformat* pFormatEntry = ImplGetFormatter()->GetEntry(m_nFormatKey); in GetFormat() local 690 …DBG_ASSERT(pFormatEntry != NULL, "FormattedField::GetFormat: no number format for the given format… in GetFormat() 691 rFormatString = pFormatEntry ? pFormatEntry->GetFormatstring() : XubString(); in GetFormat() 692 eLang = pFormatEntry ? pFormatEntry->GetLanguage() : LANGUAGE_DONTKNOW; in GetFormat() 1195 const SvNumberformat* pFormatEntry = ImplGetFormatter()->GetEntry(m_nFormatKey); in ResetConformanceTester() local 1199 if (pFormatEntry) in ResetConformanceTester() 1202 MsLangId::convertLanguageToLocale( pFormatEntry->GetLanguage(), aLocale ); in ResetConformanceTester() 1234 …ConvertLanguageToIsoNames( pFormatEntry ? pFormatEntry->GetLanguage() : LANGUAGE_ENGLISH_US, sLang… in ResetConformanceTester()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | fmtuno.cxx | 156 const ScCondFormatEntry* pFormatEntry = pFormat->GetEntry(i); in ScTableConditionalFormat() local 157 aItem.meMode = pFormatEntry->GetOperation(); in ScTableConditionalFormat() 158 aItem.maPos = pFormatEntry->GetValidSrcPos(); in ScTableConditionalFormat() 159 aItem.maExpr1 = pFormatEntry->GetExpression(aItem.maPos, 0, 0, eGrammar); in ScTableConditionalFormat() 160 aItem.maExpr2 = pFormatEntry->GetExpression(aItem.maPos, 1, 0, eGrammar); in ScTableConditionalFormat() 162 aItem.maStyle = pFormatEntry->GetStyle(); in ScTableConditionalFormat()
|
/trunk/main/svtools/source/svhtml/ |
H A D | htmlout.cxx | 948 const SvNumberformat* pFormatEntry = rFormatter.GetEntry( nFormat ); in CreateTableDataOptionsValNum() local 949 if ( pFormatEntry ) in CreateTableDataOptionsValNum() 951 ConvertStringToHTML( pFormatEntry->GetFormatstring(), aNumStr, in CreateTableDataOptionsValNum() 953 nLang = pFormatEntry->GetLanguage(); in CreateTableDataOptionsValNum()
|
/trunk/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 2409 const SvNumberformat* pFormatEntry = pFormatter->GetEntry( nNumberFormat ); in GetNumFormatState() local 2412 if ( pFormatEntry ) in GetNumFormatState() 2414 aFormatCode = pFormatEntry->GetType(); in GetNumFormatState() 2415 bStandard = pFormatEntry->IsStandard(); in GetNumFormatState()
|
Completed in 58 milliseconds