Searched refs:xTypeProv (Results 1 – 2 of 2) sorted by relevance
45 Reference < XTypeProvider > xTypeProv( rPropSet, UNO_QUERY ); in hasProperty() local47 if( xTypeProv.is() ) in hasProperty()49 aImplId = xTypeProv->getImplementationId(); in hasProperty()66 if( xTypeProv.is() && aImplId.getLength() == 16 ) in hasProperty()
634 Reference < XTypeProvider > xTypeProv( xPropSet, UNO_QUERY ); in _Filter() local636 if( xTypeProv.is() ) in _Filter()638 aImplId = xTypeProv->getImplementationId(); in _Filter()678 if( xTypeProv.is() && aImplId.getLength() == 16 ) in _Filter()
Completed in 32 milliseconds