Searched refs:oldLocale (Results 1 – 2 of 2) sorted by relevance
922 lang::Locale oldLocale = _pImp->m_xDocProps->getLanguage(); in setFastPropertyValue() local923 if ( aLocale.Language != oldLocale.Language || in setFastPropertyValue()924 aLocale.Country != oldLocale.Country || in setFastPropertyValue()925 aLocale.Variant != oldLocale.Variant ) in setFastPropertyValue()
1035 const char * oldLocale = in PyThreadAttach() local1039 PyLong_FromVoidPtr( (void*)oldLocale ), SAL_NO_ACQUIRE); in PyThreadAttach()
Completed in 31 milliseconds