Searched refs:pTList (Results 1 – 2 of 2) sorted by relevance
133 TaskPaneList *pTList = mpImplData->mpTaskPaneList; in PreNotify() local134 if( !pTList && ( GetType() == WINDOW_FLOATINGWINDOW ) ) in PreNotify()138 pTList = ((SystemWindow*)pWin)->mpImplData->mpTaskPaneList; in PreNotify()140 if( !pTList ) in PreNotify()151 pTList = pSysWin->mpImplData->mpTaskPaneList; in PreNotify()153 if( pTList && pTList->HandleKeyEvent( *rNEvt.GetKeyEvent() ) ) in PreNotify()
112 TaskPaneList *pTList = GetSystemWindow()->GetTaskPaneList(); in ImplInit() local113 pTList->AddWindow( this ); in ImplInit()184 TaskPaneList *pTList = GetSystemWindow()->GetTaskPaneList(); in ~Splitter() local185 pTList->RemoveWindow( this ); in ~Splitter()
Completed in 42 milliseconds