Searched refs:NfKeywordTable (Results 1 – 11 of 11) sorted by relevance
111 class NfKeywordTable class117 NfKeywordTable() : m_keywords(NF_KEYWORD_ENTRIES_COUNT) {}; in NfKeywordTable() function in NfKeywordTable118 virtual ~NfKeywordTable() {} in ~NfKeywordTable()
221 String GetMappedFormatstring( const NfKeywordTable& rKeywords,
786 void FillKeywordTable( NfKeywordTable& rKeywords, LanguageType eLang );
65 const NfKeywordTable & GetKeywords() const in GetKeywords()152 NfKeywordTable sKeyword; // Schluesselworte der Syntax
934 void SvNumberFormatter::FillKeywordTable( NfKeywordTable& rKeywords, in FillKeywordTable()938 const NfKeywordTable & rTable = pFormatScanner->GetKeywords(); in FillKeywordTable()949 const NfKeywordTable & rTable = pFormatScanner->GetKeywords(); in GetKeyword()2588 const NfKeywordTable & rKeyword = pFormatScanner->GetKeywords(); in ImpGenerateFormats()
472 const NfKeywordTable & rKeyword = GetKeywords(); in GetColor()539 const NfKeywordTable & rKeyword = GetKeywords(); in GetKeyWord()
1164 const NfKeywordTable & rKeywords = rScan.GetKeywords(); in ImpNextSymbol()4195 const NfKeywordTable& rKeywords, const LocaleDataWrapper& rLocWrp, in GetMappedFormatstring()4259 const NfKeywordTable & rKey = rScan.GetKeywords(); in GetMappedFormatstring()
480 boost::shared_ptr<NfKeywordTable> pKeyMap;831 const NfKeywordTable & GetNfKeywordTable();
4053 const NfKeywordTable & MSWordExportBase::GetNfKeywordTable() in GetNfKeywordTable()4057 pKeyMap.reset(new NfKeywordTable); in GetNfKeywordTable()4058 NfKeywordTable & rKeywordTable = *pKeyMap; in GetNfKeywordTable()
315 typedef NfKeywordTable* NfKeywordTablePtr;
1210 mpKeywordTable( new NfKeywordTable[ 1 ] ), in XclExpNumFmtBuffer()
Completed in 716 milliseconds