Searched refs:oldLocale (Results 1 – 2 of 2) sorted by relevance
891 lang::Locale oldLocale = _pImp->m_xDocProps->getLanguage(); in setFastPropertyValue() local892 if ( aLocale.Language != oldLocale.Language || in setFastPropertyValue()893 aLocale.Country != oldLocale.Country || in setFastPropertyValue()894 aLocale.Variant != oldLocale.Variant ) in setFastPropertyValue()
977 const char * oldLocale = in PyThreadAttach() local981 PyLong_FromVoidPtr( (void*)oldLocale ), SAL_NO_ACQUIRE); in PyThreadAttach()