Lines Matching refs:pLocaleSeq
476 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()
576 …else if (!pLocaleSeq) // if not already loaded save startup time by avoiding loading them now in hasLocale()
580 sal_Int32 nLen = pLocaleSeq->getLength(); in hasLocale()
581 const Locale *pLocale = pLocaleSeq->getConstArray(); in hasLocale()