Lines Matching refs:mpWindowImpl
504 else if ( mpWindowImpl->mbPushButton ) in ImplControlFocus()
578 pButtonWindow->mpWindowImpl->mbPushButton ) in ImplDlgCtrl()
606 if ( !pTempWindow->mpWindowImpl->mbPushButton ) in ImplDlgCtrl()
637 pSWindow->mpWindowImpl->mnGetFocusFlags = nGetFocusFlags | GETFOCUS_AROUND; in ImplDlgCtrl()
641 pSWindow->mpWindowImpl->mnGetFocusFlags = 0; in ImplDlgCtrl()
661 if ( bKeyInput && mpWindowImpl->mpDlgCtrlDownWindow ) in ImplDlgCtrl()
663 if ( mpWindowImpl->mpDlgCtrlDownWindow != pButtonWindow ) in ImplDlgCtrl()
665 ((PushButton*)mpWindowImpl->mpDlgCtrlDownWindow)->SetPressed( sal_False ); in ImplDlgCtrl()
666 mpWindowImpl->mpDlgCtrlDownWindow = NULL; in ImplDlgCtrl()
770 … pSWindow->mpWindowImpl->mnGetFocusFlags = nGetFocusFlags | GETFOCUS_AROUND; in ImplDlgCtrl()
774 pSWindow->mpWindowImpl->mnGetFocusFlags = 0; in ImplDlgCtrl()
878 … if ( mpWindowImpl->mpDlgCtrlDownWindow && (mpWindowImpl->mpDlgCtrlDownWindow != pButtonWindow) ) in ImplDlgCtrl()
880 ((PushButton*)mpWindowImpl->mpDlgCtrlDownWindow)->SetPressed( sal_False ); in ImplDlgCtrl()
881 mpWindowImpl->mpDlgCtrlDownWindow = NULL; in ImplDlgCtrl()
885 mpWindowImpl->mpDlgCtrlDownWindow = pButtonWindow; in ImplDlgCtrl()
887 else if ( mpWindowImpl->mpDlgCtrlDownWindow == pButtonWindow ) in ImplDlgCtrl()
889 mpWindowImpl->mpDlgCtrlDownWindow = NULL; in ImplDlgCtrl()
1016 if ( mpWindowImpl->mpDlgCtrlDownWindow && !bGetFocus ) in ImplDlgCtrlFocusChanged()
1018 ((PushButton*)mpWindowImpl->mpDlgCtrlDownWindow)->SetPressed( sal_False ); in ImplDlgCtrlFocusChanged()
1019 mpWindowImpl->mpDlgCtrlDownWindow = NULL; in ImplDlgCtrlFocusChanged()
1133 if ( mpWindowImpl->mbDisableAccessibleLabelForRelation ) in GetAccessibleRelationLabelFor()
1136 if ( mpWindowImpl->mpAccessibleInfos && mpWindowImpl->mpAccessibleInfos->pLabelForWindow ) in GetAccessibleRelationLabelFor()
1137 return mpWindowImpl->mpAccessibleInfos->pLabelForWindow; in GetAccessibleRelationLabelFor()
1149 if ( mpWindowImpl->mpRealParent ) in GetAccessibleRelationLabelFor()
1150 pWindow = mpWindowImpl->mpRealParent->GetParentLabelFor( this ); in GetAccessibleRelationLabelFor()
1158 if( ! pWindow && mpWindowImpl->mpRealParent ) in GetAccessibleRelationLabelFor()
1159 …pWindow = ImplGetLabelFor( mpWindowImpl->mpRealParent, GetType(), const_cast<Window*>(this), nAcce… in GetAccessibleRelationLabelFor()
1222 if ( mpWindowImpl->mbDisableAccessibleLabeledByRelation ) in GetAccessibleRelationLabeledBy()
1225 if ( mpWindowImpl->mpAccessibleInfos && mpWindowImpl->mpAccessibleInfos->pLabeledByWindow ) in GetAccessibleRelationLabeledBy()
1226 return mpWindowImpl->mpAccessibleInfos->pLabeledByWindow; in GetAccessibleRelationLabeledBy()
1231 if ( mpWindowImpl->mpRealParent ) in GetAccessibleRelationLabeledBy()
1233 pWindow = mpWindowImpl->mpRealParent->GetParentLabeledBy( this ); in GetAccessibleRelationLabeledBy()
1250 if( ! pWindow && mpWindowImpl->mpRealParent ) in GetAccessibleRelationLabeledBy()
1251 … pWindow = ImplGetLabeledBy( mpWindowImpl->mpRealParent, GetType(), const_cast<Window*>(this) ); in GetAccessibleRelationLabeledBy()