Home
last modified time | relevance | path

Searched refs:ImplIsInTaskPaneList (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dsyswin.hxx166 using Window::ImplIsInTaskPaneList;
167 SAL_DLLPRIVATE sal_Bool ImplIsInTaskPaneList( Window* pWin );
H A Dwindow.hxx576 SAL_DLLPRIVATE sal_Bool ImplIsInTaskPaneList();
577 SAL_DLLPRIVATE void ImplIsInTaskPaneList( sal_Bool mbIsInTaskList );
/trunk/main/vcl/source/window/
H A Dtaskpanelist.cxx161 pWindow->ImplIsInTaskPaneList( sal_True ); in AddWindow()
174 pWindow->ImplIsInTaskPaneList( sal_False ); in RemoveWindow()
H A Dsyswin.cxx1059 sal_Bool SystemWindow::ImplIsInTaskPaneList( Window* pWin ) in ImplIsInTaskPaneList() function in SystemWindow
H A Dwindow.cxx4609 if ( pMySysWin && pMySysWin->ImplIsInTaskPaneList( this ) ) in ~Window()
4631 if ( pMySysWin && pMySysWin->ImplIsInTaskPaneList( this ) ) in ~Window()
6326 if( pSysWin && pSysWin->ImplIsInTaskPaneList( this ) ) in SetParent()
9698 sal_Bool Window::ImplIsInTaskPaneList() in ImplIsInTaskPaneList() function in Window
9702 void Window::ImplIsInTaskPaneList( sal_Bool mbIsInTaskList ) in ImplIsInTaskPaneList() function in Window

Completed in 86 milliseconds