Searched refs:pref (Results 1 – 7 of 7) sorted by relevance
55 …CFPropertyListRef pref = CFPreferencesCopyAppValue(CFSTR("AppleLocale"), kCFPreferencesCurrentAppl… in getProcessLocale() local56 CFPropertyListGuard proplGuard(pref); in getProcessLocale()58 if (pref == NULL) // return fallback value 'en_US' in getProcessLocale()61 …ef sref = (CFGetTypeID(pref) == CFArrayGetTypeID()) ? (CFStringRef)CFArrayGetValueAtIndex((CFArray… in getProcessLocale()
496 my $pref = $map_ns{$parser->namespace($name)};497 push(@{$out_r}, $pref) if $pref;506 $pref = $map_ns{$ns};507 push( @{$out_r}, $pref) if $pref;
126 CFStringRef ImplGetAppPreference(const char* pref) in ImplGetAppPreference() argument128 CFStringRef csPref = CFStringCreateWithCString(NULL, pref, kCFStringEncodingASCII); in ImplGetAppPreference()145 rtl::OUString ImplGetLocale(const char* pref) in ImplGetLocale() argument147 CFStringRef sref = ImplGetAppPreference(pref); in ImplGetLocale()
613 sal_Int32 pref = num.toInt32() - 1; in getByHierarchicalName() local615 if( pref < 0 || Elements.size() <= sal_uInt32( pref ) ) in getByHierarchicalName()618 return Elements[pref]->getByHierarchicalName( name.copy( 1 + idx ) ); in getByHierarchicalName()636 sal_Int32 pref = num.toInt32() - 1; in hasByHierarchicalName() local637 if( pref < 0 || Elements.size() <= sal_uInt32( pref ) ) in hasByHierarchicalName()640 return Elements[pref]->hasByHierarchicalName( name.copy( 1 + idx ) ); in hasByHierarchicalName()
57 private String pref; field in Pump75 this.pref = (outPrefix == null) ? "" : outPrefix; in Pump()91 log.println(pref + line); in run()100 log.println(pref + "Exception occured: " + e); in run()
70 protected static final String pref = "XAutoTextGroup" ; field in _XAutoTextGroup83 str = pref + uniq++ ; in before()87 if (names[i].toUpperCase().indexOf(pref.toUpperCase()) > 0) { in before()
1049 Reference<XUnloadingPreference> pref( xFactory, UNO_QUERY); in releaseOnNotification() local1050 if( pref.is()) in releaseOnNotification()1051 return pref->releaseOnNotification(); in releaseOnNotification()
Completed in 43 milliseconds