Lines Matching refs:mpSysObj

159 	mpSysObj            = NULL;  in WindowImpl()
1778 if ( mpWindowImpl->mpSysObj ) in ImplSysObjClip()
1801 sal_uInt16 nClipFlags = mpWindowImpl->mpSysObj->GetClipRegionType(); in ImplSysObjClip()
1804 mpWindowImpl->mpSysObj->ResetClipRegion(); in ImplSysObjClip()
1818 mpWindowImpl->mpSysObj->BeginSetClipRegion(aRectangles.size()); in ImplSysObjClip()
1822 mpWindowImpl->mpSysObj->UnionClipRegion( in ImplSysObjClip()
1829 mpWindowImpl->mpSysObj->EndSetClipRegion(); in ImplSysObjClip()
1855 mpWindowImpl->mpSysObj->Show( bVisibleState ); in ImplSysObjClip()
1865 if ( mpWindowImpl->mpSysObj && mpWindowImpl->mbInitWinClipRegion ) in ImplUpdateSysObjChildsClip()
1918 if ( mpWindowImpl->mpSysObj ) in ImplSetClipFlagChilds()
3213 if ( mpWindowImpl->mpSysObj ) in ImplUpdatePos()
3223 if ( mpWindowImpl->mpSysObj ) in ImplUpdateSysObjPos()
3224 mpWindowImpl->mpSysObj->SetPosSize( mnOutOffX, mnOutOffY, mnOutWidth, mnOutHeight ); in ImplUpdateSysObjPos()
3545 if ( bNewSize && mpWindowImpl->mpSysObj ) in ImplPosSizeWindow()
3546 mpWindowImpl->mpSysObj->SetPosSize( mnOutOffX, mnOutOffY, mnOutWidth, mnOutHeight ); in ImplPosSizeWindow()
3974 if (rWinImpl.mpSysObj) in IsWindowFocused()
4256 if ( mpWindowImpl->mpSysObj ) in ImplGrabFocus()
4260 mpWindowImpl->mpSysObj->GrabFocus(); in ImplGrabFocus()
4835 if( mpWindowImpl->mpSysObj ) in InterceptChildWindowKeyDown()
4836 mpWindowImpl->mpSysObj->InterceptChildWindowKeyDown( bIntercept ); in InterceptChildWindowKeyDown()
5786 if( mpWindowImpl->mpSysObj ) in SetMouseTransparent()
5787 mpWindowImpl->mpSysObj->SetMouseTransparent( bTransparent ); in SetMouseTransparent()
6795 if ( mpWindowImpl->mpSysObj ) in Enable()
6796 mpWindowImpl->mpSysObj->Enable( bEnable && !mpWindowImpl->mbInputDisabled ); in Enable()
6870 if ( mpWindowImpl->mpSysObj ) in EnableInput()
6871 mpWindowImpl->mpSysObj->Enable( !mpWindowImpl->mbDisabled && bEnable ); in EnableInput()