Home
last modified time | relevance | path

Searched refs:xTypeProv (Results 1 – 2 of 2) sorted by path

/trunk/main/xmloff/source/style/
H A DSinglePropertySetInfoCache.cxx45 Reference < XTypeProvider > xTypeProv( rPropSet, UNO_QUERY ); in hasProperty() local
47 if( xTypeProv.is() ) in hasProperty()
49 aImplId = xTypeProv->getImplementationId(); in hasProperty()
66 if( xTypeProv.is() && aImplId.getLength() == 16 ) in hasProperty()
H A Dxmlexppr.cxx634 Reference < XTypeProvider > xTypeProv( xPropSet, UNO_QUERY ); in _Filter() local
636 if( xTypeProv.is() ) in _Filter()
638 aImplId = xTypeProv->getImplementationId(); in _Filter()
678 if( xTypeProv.is() && aImplId.getLength() == 16 ) in _Filter()

Completed in 16 milliseconds