Home
last modified time | relevance | path

Searched refs:mxIface (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/stoc/source/inspect/
H A Dintrospection.cxx741 Reference<XInterface> mxIface; member in stoc_inspect::ImplIntrospectionAccess
800 mxIface = *(Reference<XInterface>*)maInspectedObject.getValue(); in ImplIntrospectionAccess()
835 Reference<XInterface> mxIface; member in stoc_inspect::ImplIntrospectionAdapter
936 mxIface = *( Reference< XInterface >*)mrInspectedObject.getValue(); in ImplIntrospectionAdapter()
938 mxObjElementAccess = Reference<XElementAccess>::query( mxIface ); in ImplIntrospectionAdapter()
939 mxObjNameAccess = Reference<XNameAccess>::query( mxIface ); in ImplIntrospectionAdapter()
940 mxObjNameContainer = Reference<XNameContainer>::query( mxIface ); in ImplIntrospectionAdapter()
941 mxObjIndexAccess = Reference<XIndexAccess>::query( mxIface ); in ImplIntrospectionAdapter()
942 mxObjIndexContainer = Reference<XIndexContainer>::query( mxIface ); in ImplIntrospectionAdapter()
943 mxObjEnumerationAccess = Reference<XEnumerationAccess>::query( mxIface ); in ImplIntrospectionAdapter()
[all …]