Lines Matching refs:mpParent
54 ,mpParent( pParent ) in SvxShowCharSetVirtualAcc()
89 return ( mpParent->getScrollBar()->IsVisible() ) ? 2 : 1; in getAccessibleChildCount()
99 …const sal_uInt16 nItemId = sal::static_int_cast<sal_uInt16>(mpParent->PixelToMapIndex( Point( aPoi… in getAccessibleAtPoint()
107 else if ( mpParent->getScrollBar()->IsVisible() ) in getAccessibleAtPoint()
109 const Point aOutPos( mpParent->getScrollBar()->GetPosPixel() ); in getAccessibleAtPoint()
110 const Size aScrollBar = mpParent->getScrollBar()->GetOutputSizePixel(); in getAccessibleAtPoint()
114 xRet = mpParent->getScrollBar()->GetAccessible(); in getAccessibleAtPoint()
130 mpParent->GrabFocus(); in grabFocus()
139 if ( mpParent->getScrollBar()->IsVisible() && i == 0 ) in getAccessibleChild()
140 return mpParent->getScrollBar()->GetAccessible(); in getAccessibleChild()
158 Window* pParent = mpParent->GetParent(); in getAccessibleParent()
170 Window* pWindow = mpParent; in implGetBounds()
215 if( mpParent ) in getAccessibleStateSet()
219 if ( mpParent->HasFocus() ) in getAccessibleStateSet()
221 if ( mpParent->IsActive() ) in getAccessibleStateSet()
223 if ( mpParent->IsEnabled() ) in getAccessibleStateSet()
228 if ( mpParent->IsReallyVisible() ) in getAccessibleStateSet()
637 ,mpParent( pParent ) in SvxShowCharSetItemAcc()
662 mpParent = NULL; in IMPLEMENT_FORWARD_XINTERFACE2()
688 return mpParent->m_pParent; in getAccessibleParent()
708 const rtl::OUString aCharStr( mpParent->maText); in getAccessibleDescription()
737 if( mpParent ) in getAccessibleName()
739 aRet = mpParent->maText; in getAccessibleName()
766 if( mpParent ) in getAccessibleStateSet()
768 if(mpParent->mrParent.IsEnabled()) in getAccessibleStateSet()
777 if( mpParent->mrParent.GetSelectIndexId() == mpParent->mnId ) in getAccessibleStateSet()
782 …if ( mpParent->mnId >= mpParent->mrParent.FirstInView() && mpParent->mnId <= mpParent->mrParent.La… in getAccessibleStateSet()
812 if( mpParent ) in implGetBounds()
814 Rectangle aRect( mpParent->maRect ); in implGetBounds()
816 Rectangle aParentRect( aOrigin, mpParent->mrParent.GetOutputSizePixel() ); in implGetBounds()
840 if ( mpParent ) in getForeground()
842 if ( mpParent->IsControlForeground() ) in getForeground()
843 nColor = mpParent->GetControlForeground().GetColor(); in getForeground()
847 if ( mpParent->IsControlFont() ) in getForeground()
848 aFont = mpParent->GetControlFont(); in getForeground()
850 aFont = mpParent->GetFont(); in getForeground()
862 if ( mpParent ) in getBackground()
864 if ( mpParent->IsControlBackground() ) in getBackground()
865 nColor = mpParent->GetControlBackground().GetColor(); in getBackground()
867 nColor = mpParent->GetBackground().GetColor().GetColor(); in getBackground()