Lines Matching refs:nHint
385 sal_uLong nHint = SYSLOCALEOPTIONS_HINT_LOCALE; in SetLocaleString() local
387 nHint |= SYSLOCALEOPTIONS_HINT_CURRENCY; in SetLocaleString()
388 NotifyListeners( nHint ); in SetLocaleString()
429 sal_uLong nHint = 0; in Notify() local
440 nHint |= SYSLOCALEOPTIONS_HINT_LOCALE; in Notify()
442 nHint |= SYSLOCALEOPTIONS_HINT_CURRENCY; in Notify()
450 nHint |= SYSLOCALEOPTIONS_HINT_UILOCALE; in Notify()
458 nHint |= SYSLOCALEOPTIONS_HINT_CURRENCY; in Notify()
466 if ( nHint ) in Notify()
467 NotifyListeners( nHint ); in Notify()
656 void SvtSysLocaleOptions::ConfigurationChanged( utl::ConfigurationBroadcaster* p, sal_uInt32 nHint … in ConfigurationChanged() argument
658 if ( nHint & SYSLOCALEOPTIONS_HINT_CURRENCY ) in ConfigurationChanged()
665 ::utl::detail::Options::ConfigurationChanged( p, nHint ); in ConfigurationChanged()