Searched refs:aInterceptedType (Results 1 – 1 of 1) sorted by relevance
154 css::uno::Type aInterceptedType = rInterception.Request.getValueType(); in impl_interceptRequest() local159 bMatch = aInterceptedType.equals(aRequestType); in impl_interceptRequest()161 …bMatch = aInterceptedType.isAssignableFrom(aRequestType); // dont change intercepted and request t… in impl_interceptRequest()
Completed in 6 milliseconds