Lines Matching refs:xAccess

227 	static Reference< XHierarchicalNameAccess > xAccess;  in getTypeProvider_Impl()  local
230 if( !xAccess.is() ) in getTypeProvider_Impl()
237 >>= xAccess; in getTypeProvider_Impl()
238 OSL_ENSURE( xAccess.is(), "### TypeDescriptionManager singleton not accessible!?" ); in getTypeProvider_Impl()
240 if( !xAccess.is() ) in getTypeProvider_Impl()
248 return xAccess; in getTypeProvider_Impl()
1916 Reference< XIntrospectionAccess > xAccess = pUnoObj->getIntrospectionAccess(); in Impl_DumpProperties() local
1917 if( !xAccess.is() ) in Impl_DumpProperties()
1921 xAccess = xInvok->getIntrospection(); in Impl_DumpProperties()
1923 if( !xAccess.is() ) in Impl_DumpProperties()
1929 …Sequence<Property> props = xAccess->getProperties( PropertyConcept::ALL - PropertyConcept::DANGERO… in Impl_DumpProperties()
1993 Reference< XIntrospectionAccess > xAccess = pUnoObj->getIntrospectionAccess(); in Impl_DumpMethods() local
1994 if( !xAccess.is() ) in Impl_DumpMethods()
1998 xAccess = xInvok->getIntrospection(); in Impl_DumpMethods()
2000 if( !xAccess.is() ) in Impl_DumpMethods()
2005 Sequence< Reference< XIdlMethod > > methods = xAccess->getMethods in Impl_DumpMethods()
2923 Reference< XIntrospectionAccess > xAccess = mxUnoAccess; in implCreateAll() local
2924 if( !xAccess.is() || bNativeCOMObject ) in implCreateAll()
2927 xAccess = mxInvocation->getIntrospection(); in implCreateAll()
2931 if( !xAccess.is() ) in implCreateAll()
2935 …Sequence<Property> props = xAccess->getProperties( PropertyConcept::ALL - PropertyConcept::DANGERO… in implCreateAll()
2960 Sequence< Reference< XIdlMethod > > aMethodSeq = xAccess->getMethods in implCreateAll()