Searched refs:pFocusWin (Results 1 – 13 of 13) sorted by relevance
1783 if ( pFocusWin ) in IMPL_LINK()1787 if ( pSVData->maWinData.mpFocusWin == pFocusWin ) in IMPL_LINK()1794 if ( pFocusWin->ImplGetWindowImpl()->mpCursor ) in IMPL_LINK()1798 Window* pOldFocusWindow = pFocusWin; in IMPL_LINK()1822 NotifyEvent aNEvt( EVENT_LOSEFOCUS, pFocusWin ); in IMPL_LINK()1824 pFocusWin->LoseFocus(); in IMPL_LINK()1825 pFocusWin->ImplCallDeactivateListeners( NULL ); in IMPL_LINK()1855 if ( pFocusWin && pFocusWin->ImplGetWindowImpl()->mpCursor ) in ImplHandleGetFocus()1856 pFocusWin->ImplGetWindowImpl()->mpCursor->ImplShow(); in ImplHandleGetFocus()1901 if ( pFocusWin && pFocusWin->ImplGetWindowImpl()->mpCursor ) in ImplHandleLoseFocus()[all …]
4299 Window* pFocusWin = pSVData->maWinData.mpFocusWin; in ImplNewInputContext() local4300 if ( !pFocusWin ) in ImplNewInputContext()4304 const InputContext& rInputContext = pFocusWin->GetInputContext(); in ImplNewInputContext()4317 Size aSize = pFocusWin->ImplLogicToDevicePixel( rFont.GetSize() ); in ImplNewInputContext()4325 aSize.Height() = (12*pFocusWin->mnDPIY)/72; in ImplNewInputContext()4331 pFontEntry = pFocusWin->mpFontCache->GetFontEntry( pFocusWin->mpFontList, in ImplNewInputContext()4338 pFocusWin->ImplGetFrame()->SetInputContext( &aNewContext ); in ImplNewInputContext()4341 pFocusWin->mpFontCache->Release( pFontEntry ); in ImplNewInputContext()7876 Window* pFocusWin = ImplGetSVData()->maWinData.mpFocusWin; in HasChildPathFocus() local7877 if ( pFocusWin ) in HasChildPathFocus()[all …]
258 ::Window* pFocusWin = Application::GetFocusWindow(); in endDialog()259 if ( !pFocusWin ) in endDialog()260 pFocusWin = GetWindow(); in endDialog()262 HelpEvent aEvt( pFocusWin->GetPointerPosPixel(), HELPMODE_CONTEXT ); in endDialog()263 pFocusWin->RequestHelp( aEvt ); in endDialog()
316 Window* pFocusWin = Application::GetFocusWindow(); in Notify() local317 if ( !pFocusWin || !ImplIsWindowOrChild( pFocusWin ) ) in Notify()
2052 Window* pFocusWin = Application::GetFocusWindow(); in Click() local2053 if ( !pFocusWin ) in Click()2054 pFocusWin = this; in Click()2056 HelpEvent aEvt( pFocusWin->GetPointerPosPixel(), HELPMODE_CONTEXT ); in Click()2057 pFocusWin->RequestHelp( aEvt ); in Click()
220 Window* pFocusWin = Application::GetFocusWindow(); in Notify() local221 if(!HasFocus() && GetSubEdit() != pFocusWin) in Notify()
714 Window* pFocusWin = Application::GetFocusWindow(); in Notify() local715 if ( !HasFocus() && GetSubEdit() != pFocusWin ) in Notify()
46 Window* pFocusWin; member
1491 pImp->pFocusWin = 0; in Construct_Impl()
875 Window* pFocusWin = Application::GetFocusWindow(); in Notify() local876 if ( !HasFocus() && GetSubEdit() != pFocusWin ) in Notify()
1160 Window* pFocusWin = Application::GetFocusWindow(); in PreNotify() local1161 pFocusWin->KeyInput( *rNEvt.GetKeyEvent() ); in PreNotify()
1409 Window* pFocusWin = Application::GetFocusWindow(); in IMPL_LINK() local1411 if ( pFocusWin && pFocusWin != pBox && pOldPage && pOldPage->HasChildPathFocus() ) in IMPL_LINK()
3778 Window* pFocusWin = ImplGetSVData()->maWinData.mpFocusWin; in lcl_GetxText() local3779 if (!pFocusWin) in lcl_GetxText()3782 uno::Reference< accessibility::XAccessible > xAccessible( pFocusWin->GetAccessible( true ) ); in lcl_GetxText()
Completed in 184 milliseconds