Searched refs:pReference (Results 1 – 4 of 4) sorted by relevance
42 inline WeakReference< reference_type >::WeakReference( reference_type* pReference ) in WeakReference() argument44 if( pReference ) in WeakReference()45 mpWeakConnection = pReference->getWeakConnection(); in WeakReference()78 inline void WeakReference< reference_type >::reset( reference_type* pReference ) in reset() argument82 if( pReference ) in reset()83 mpWeakConnection = pReference->getWeakConnection(); in reset()
71 WeakConnection( reference_type* pReference ) : mnRefCount( 0 ), mpReference( pReference ) {}; in WeakConnection()87 inline WeakReference( reference_type* pReference );101 inline void reset( reference_type* pReference );
462 FloatingWindow* FloatingWindow::ImplFloatHitTest( Window* pReference, const Point& rPos, sal_uInt16… in ImplFloatHitTest() argument469 if( pReference->ImplHasMirroredGraphics() ) in ImplFloatHitTest()471 if(!pReference->IsRTLEnabled() ) in ImplFloatHitTest()473 pReference->ImplReMirror( aAbsolute ); in ImplFloatHitTest()475 Rectangle aRect( pReference->ScreenToOutputPixel(aAbsolute), Size(1,1) ) ; in ImplFloatHitTest()476 aRect = pReference->ImplOutputToUnmirroredAbsoluteScreenPixel( aRect ); in ImplFloatHitTest()480 aAbsolute = Point( pReference->OutputToAbsoluteScreenPixel( in ImplFloatHitTest()481 pReference->ScreenToOutputPixel(rPos) ) ); in ImplFloatHitTest()
110 …SAL_DLLPRIVATE FloatingWindow* ImplFloatHitTest( Window* pReference, const Point& rPos, sal_uInt1…
Completed in 20 milliseconds