Searched refs:pLoopFormats (Results 1 – 1 of 1) sorted by relevance
174 FormatEntry* pLoopFormats = const_cast<FormatEntry*>(pFormatTable); in ensureTableInitialized() local175 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()[all …]
Completed in 137 milliseconds