Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/misc/
H A Dlimitedformats.cxx174 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()
[all …]

Completed in 24 milliseconds