Home
last modified time | relevance | path

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

/aoo41x/main/forms/source/misc/
H A Dlimitedformats.cxx166 Reference<XNumberFormats> xStandardFormats; in ensureTableInitialized() local
168 xStandardFormats = s_xStandardFormats->getNumberFormats(); in ensureTableInitialized()
169 …OSL_ENSURE(xStandardFormats.is(), "OLimitedFormats::ensureTableInitialized: don't have a formats s… in ensureTableInitialized()
171 if (xStandardFormats.is()) in ensureTableInitialized()
178 pLoopFormats->nKey = xStandardFormats->queryKey( in ensureTableInitialized()
186 pLoopFormats->nKey = xStandardFormats->addNew( in ensureTableInitialized()
193 xStandardFormats->getByKey(pLoopFormats->nKey); in ensureTableInitialized()

Completed in 20 milliseconds