Searched refs:mxRef (Results 1 – 3 of 3) sorted by relevance
115 mxRef(), in ImplementationReference()142 mxRef( static_cast<UnambiguousXInterfaceType*>(pImpl) ), in ImplementationReference()160 mxRef( static_cast<UnambiguousXInterfaceType*>(pImpl), in ImplementationReference()187 bool is() const { return mxRef.is(); } in is()209 void dispose() { mxRef = NULL; mpImpl=NULL; } in dispose()218 ::com::sun::star::uno::Reference< UnoInterfaceType > getRef() { return mxRef; } in getRef()221 const ::com::sun::star::uno::Reference< UnoInterfaceType >& getRef() const { return mxRef; } in getRef()260 ::com::sun::star::uno::Reference< UnoInterfaceType > mxRef;
130 uno::Reference< drawing::XShape > mxRef; member142 return mxRef == rRHS.mxRef && mnParagraphIndex == rRHS.mnParagraphIndex; in operator ==()163 return reinterpret_cast< ::std::size_t >(rKey.mxRef.get()) ^ (rKey.mnParagraphIndex << 16L); in operator ()()297 aTarget.mxRef = xTargetShape; in operator ()()304 if( (xAnimateNode->getTarget() >>= aTarget.mxRef) ) in operator ()()323 aTarget.mxRef = aUnoTarget.Shape; in operator ()()328 if( !aTarget.mxRef.is() ) in operator ()()460 rCurrProps.Target = uno::makeAny( aCurr->first.mxRef ); in createInitialTargetProperties()466 aCurr->first.mxRef, in createInitialTargetProperties()
60 mxRef( xRef ), in HardCppRef()70 sal_Bool is() const { return mxRef.is(); } in is()73 ::com::sun::star::uno::Reference< UnoInterfaceType >& getRef() { return mxRef; } in getRef()74 const ::com::sun::star::uno::Reference< UnoInterfaceType >& getRef() const { return mxRef; } in getRef()83 ::com::sun::star::uno::Reference< UnoInterfaceType > mxRef;
Completed in 396 milliseconds