Home
last modified time | relevance | path

Searched refs:pFormatTable (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/forms/source/misc/
H A Dlimitedformats.cxx159 const FormatEntry* pFormatTable = lcl_getFormatTable(_nTableId); in ensureTableInitialized() local
160 if (-1 == pFormatTable->nKey) in ensureTableInitialized()
163 if (-1 == pFormatTable->nKey) in ensureTableInitialized()
174 FormatEntry* pLoopFormats = const_cast<FormatEntry*>(pFormatTable); in ensureTableInitialized()
/aoo42x/main/svl/source/numbers/
H A Dzforlist.cxx215 delete pFormatTable; in ~SvNumberFormatter()
251 pFormatTable = NULL; in ImpConstruct()
1145 if ( pFormatTable ) in GetEntryTable()
1146 pFormatTable->Clear(); in GetEntryTable()
1148 pFormatTable = new SvNumberFormatTable; in GetEntryTable()
1163 pFormatTable->Insert( aFTable.GetCurKey(), pEntry ); in GetEntryTable()
1172 pFormatTable->Insert(aFTable.GetCurKey(),pEntry); in GetEntryTable()
1176 if ( pFormatTable->Count() > 0 ) in GetEntryTable()
1183 return *pFormatTable; in GetEntryTable()
/aoo42x/main/svl/inc/svl/
H A Dzforlist.hxx808 SvNumberFormatTable* pFormatTable; // For the UI dialog member in SvNumberFormatter

Completed in 113 milliseconds