Lines Matching refs:nPart
704 sal_Bool SalGraphics::HitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& … in HitTestNativeControl() argument
713 return hitTestNativeControl( nType, nPart, rgn, pt, rIsInside ); in HitTestNativeControl()
716 return hitTestNativeControl( nType, nPart, rControlRegion, aPos, rIsInside ); in HitTestNativeControl()
754 sal_Bool SalGraphics::DrawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rCo… in DrawNativeControl() argument
763 sal_Bool bRet = drawNativeControl( nType, nPart, rgn, nState, aValue, aCaption ); in DrawNativeControl()
768 return drawNativeControl( nType, nPart, rControlRegion, nState, aValue, aCaption ); in DrawNativeControl()
771 sal_Bool SalGraphics::DrawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle&… in DrawNativeControlText() argument
780 sal_Bool bRet = drawNativeControlText( nType, nPart, rgn, nState, aValue, aCaption ); in DrawNativeControlText()
785 return drawNativeControlText( nType, nPart, rControlRegion, nState, aValue, aCaption ); in DrawNativeControlText()
788 sal_Bool SalGraphics::GetNativeControlRegion( ControlType nType, ControlPart nPart, const Rectangle… in GetNativeControlRegion() argument
797 if( getNativeControlRegion( nType, nPart, rgn, nState, aValue, aCaption, in GetNativeControlRegion()
812 return getNativeControlRegion( nType, nPart, rControlRegion, nState, aValue, aCaption, in GetNativeControlRegion()