Searched refs:aImplId (Results 1 – 3 of 3) sorted by relevance
46 Sequence< sal_Int8 > aImplId; in hasProperty() local49 aImplId = xTypeProv->getImplementationId(); in hasProperty()50 if( aImplId.getLength() == 16 ) in hasProperty()54 PropertySetInfoKey aKey( rPropSetInfo, aImplId ); in hasProperty()66 if( xTypeProv.is() && aImplId.getLength() == 16 ) in hasProperty()77 PropertySetInfoKey aKey( rPropSetInfo, aImplId ); in hasProperty()
635 Sequence< sal_Int8 > aImplId; in _Filter() local638 aImplId = xTypeProv->getImplementationId(); in _Filter()639 if( aImplId.getLength() == 16 ) in _Filter()645 PropertySetInfoKey aKey( xInfo, aImplId ); in _Filter()678 if( xTypeProv.is() && aImplId.getLength() == 16 ) in _Filter()692 PropertySetInfoKey aKey( xInfo, aImplId ); in _Filter()
128 static ::cppu::OImplementationId aImplId; in getUnoTunnelImplementationId()130 aId = aImplId.getImplementationId(); in getUnoTunnelImplementationId()
Completed in 11 milliseconds