Lines Matching refs:pLoopFormats
174 FormatEntry* pLoopFormats = const_cast<FormatEntry*>(pFormatTable); in ensureTableInitialized() local
175 while (pLoopFormats->pDescription) in ensureTableInitialized()
178 pLoopFormats->nKey = xStandardFormats->queryKey( in ensureTableInitialized()
179 ::rtl::OUString::createFromAscii(pLoopFormats->pDescription), in ensureTableInitialized()
180 getLocale(pLoopFormats->eLocale), in ensureTableInitialized()
184 if (-1 == pLoopFormats->nKey) in ensureTableInitialized()
186 pLoopFormats->nKey = xStandardFormats->addNew( in ensureTableInitialized()
187 ::rtl::OUString::createFromAscii(pLoopFormats->pDescription), in ensureTableInitialized()
188 getLocale(pLoopFormats->eLocale) in ensureTableInitialized()
193 xStandardFormats->getByKey(pLoopFormats->nKey); in ensureTableInitialized()
203 ++pLoopFormats; in ensureTableInitialized()