Lines Matching refs:xCollator
148 static uno::Reference< i18n::XCollator > xCollator; in ImplGetCollator() local
149 if ( !xCollator.is() ) in ImplGetCollator()
150 xCollator = vcl::unohelper::CreateCollator(); in ImplGetCollator()
151 if( xCollator.is() ) in ImplGetCollator()
152 xCollator->loadDefaultCollator (rLocale, 0); in ImplGetCollator()
154 return xCollator; in ImplGetCollator()
169 uno::Reference< i18n::XCollator > xCollator = ImplGetCollator(aLocale); in InsertEntry() local
182 StringCompare eComp = xCollator.is() ? in InsertEntry()
183 (StringCompare)xCollator->compareString (rStr, pTemp->maStr) in InsertEntry()
196 eComp = (StringCompare)xCollator->compareString (rStr, pTemp->maStr); in InsertEntry()
210 eComp = (StringCompare)xCollator->compareString (rStr, pTemp->maStr); in InsertEntry()