Searched refs:xCI (Results 1 – 4 of 4) sorted by relevance
40 xUCI = cachedItem->xCI; in CharacterClassificationImpl()142 … lookupTable.push_back( cachedItem = new lookupTableItem(rLocale, serviceName, cachedItem->xCI) ); in createLocaleSpecificCharacterClassification()150 Reference < XCharacterClassification > xCI; in createLocaleSpecificCharacterClassification() local152 … xI->queryInterface(::getCppuType((const Reference< XCharacterClassification>*)0) ) >>= xCI; in createLocaleSpecificCharacterClassification()153 if (xCI.is()) { in createLocaleSpecificCharacterClassification()154 … lookupTable.push_back( cachedItem = new lookupTableItem(rLocale, serviceName, xCI) ); in createLocaleSpecificCharacterClassification()167 return cachedItem->xCI; in getLocaleSpecificCharacterClassification()172 return cachedItem->xCI; in getLocaleSpecificCharacterClassification()199 return cachedItem->xCI; in getLocaleSpecificCharacterClassification()202 return cachedItem->xCI; in getLocaleSpecificCharacterClassification()
55 private XContextMenuInterceptor xCI = null; field in _XContextMenuInterception65 xCI = (XContextMenuInterceptor) UnoRuntime.queryInterface( in before()79 if (xCI != null) { in after()80 oObj.releaseContextMenuInterceptor(xCI); in after()85 oObj.registerContextMenuInterceptor(xCI); in _registerContextMenuInterceptor()94 oObj.releaseContextMenuInterceptor(xCI); in _releaseContextMenuInterceptor()
52 private XControlInformation xCI = null ; field in _XControlAccess65 xCI = (XControlInformation) UnoRuntime.queryInterface in before()68 if (xCI == null) throw new StatusException in before()71 supControls = xCI.getSupportedControls(); in before()76 xCI.getSupportedControlProperties(supControls[i]); in before()
89 aLocale(rLocale), aName(rName), xCI(rxCI) {}; in lookupTableItem()92 com::sun::star::uno::Reference < XCharacterClassification > xCI; member
Completed in 44 milliseconds