Home
last modified time | relevance | path

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

/trunk/main/editeng/source/misc/
H A Dunolingu.cxx476 Sequence< Locale > *pLocaleSeq; member in ThesDummy_Impl
483 ThesDummy_Impl() : pLocaleSeq(0) {} in ThesDummy_Impl()
509 delete pLocaleSeq; in ~ThesDummy_Impl()
515 if (!pLocaleSeq) in GetCfgLocales()
522 pLocaleSeq = new Sequence< Locale >( nLen ); in GetCfgLocales()
523 Locale *pLocale = pLocaleSeq->getArray(); in GetCfgLocales()
548 delete pLocaleSeq; pLocaleSeq = 0; in GetThes_Impl()
562 …else if (!pLocaleSeq) // if not already loaded save startup time by avoiding loading them now in getLocales()
564 return *pLocaleSeq; in getLocales()
580 sal_Int32 nLen = pLocaleSeq->getLength(); in hasLocale()
[all …]

Completed in 24 milliseconds