Lines Matching refs:pFrameWindow

1069 static Window* ImplGetLabelFor( Window* pFrameWindow, WindowType nMyType, Window* pLabel, sal_Unico…  in ImplGetLabelFor()  argument
1083 pSWindow = ::ImplFindDlgCtrlWindow( pFrameWindow, in ImplGetLabelFor()
1091 pWindow = ::ImplFindAccelWindow( pFrameWindow, in ImplGetLabelFor()
1105 pSWindow = ::ImplGetChildWindow( pFrameWindow, in ImplGetLabelFor()
1141 Window* pFrameWindow = ImplGetFrameWindow(); in GetAccessibleRelationLabelFor() local
1143 WinBits nFrameStyle = pFrameWindow->GetStyle(); in GetAccessibleRelationLabelFor()
1157 pWindow = ImplGetLabelFor( pFrameWindow, GetType(), const_cast<Window*>(this), nAccel ); in GetAccessibleRelationLabelFor()
1165 static Window* ImplGetLabeledBy( Window* pFrameWindow, WindowType nMyType, Window* pLabeled ) in ImplGetLabeledBy() argument
1178 Window* pSWindow = ::ImplFindDlgCtrlWindow( pFrameWindow, in ImplGetLabeledBy()
1195 pSWindow = ::ImplGetChildWindow( pFrameWindow, in ImplGetLabeledBy()
1229 Window* pFrameWindow = ImplGetFrameWindow(); in GetAccessibleRelationLabeledBy() local
1249 pWindow = ImplGetLabeledBy( pFrameWindow, GetType(), const_cast<Window*>(this) ); in GetAccessibleRelationLabeledBy()
1259 Window* pFrameWindow = GetParent(); in GetAccessibleRelationMemberOf() local
1260 if ( !pFrameWindow ) in GetAccessibleRelationMemberOf()
1262 pFrameWindow = ImplGetFrameWindow(); in GetAccessibleRelationMemberOf()
1275 Window* pSWindow = ::ImplFindDlgCtrlWindow( pFrameWindow, in GetAccessibleRelationMemberOf()
1292 pSWindow = ::ImplGetChildWindow( pFrameWindow, in GetAccessibleRelationMemberOf()