Home
last modified time | relevance | path

Searched refs:pTList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/window/
H A Dsyswin.cxx133 TaskPaneList *pTList = mpImplData->mpTaskPaneList; in PreNotify() local
134 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()
H A Dsplit.cxx112 TaskPaneList *pTList = GetSystemWindow()->GetTaskPaneList(); in ImplInit() local
113 pTList->AddWindow( this ); in ImplInit()
184 TaskPaneList *pTList = GetSystemWindow()->GetTaskPaneList(); in ~Splitter() local
185 pTList->RemoveWindow( this ); in ~Splitter()

Completed in 22 milliseconds