Lines Matching refs:Window

62 Window *StatementList::pLastFocusWindow = NULL;
78 Window *StatementList::pWindowWaitPointer = NULL;
93 Window* StatementList::pFirstDocFrame = NULL;
241 Window* StatementList::GetDocWin( sal_uInt16 nNr ) in GetDocWin()
243 Window* pBase = Application::GetFirstTopLevelWindow(); in GetDocWin()
260 Window* pBase = Application::GetFirstTopLevelWindow(); in GetDocFrameCount()
274 Window* pBase = Application::GetFirstTopLevelWindow(); in GetDocWinCount()
286 Window* StatementList::SearchAllWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase ) in SearchAllWin()
293 Window *pControl = NULL; in SearchAllWin()
301 Window *pPParent = pBase; in SearchAllWin()
350 Window *pResult = NULL; in SearchAllWin()
371 Window* StatementList::SearchClientWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase ) in SearchClientWin()
379 Window *pResult = NULL; in SearchClientWin()
389 sal_Bool SearchUID::IsWinOK( Window *pWin ) in IsWinOK()
410 Window *pItemWin; in IsWinOK()
456 Window* StatementList::SearchTree( rtl::OString aUId ,sal_Bool bSearchButtonOnToolbox ) in SearchTree()
460 Window *pResult = SearchAllWin( NULL, aSearch ); in SearchTree()
470 sal_Bool SearchWinPtr::IsWinOK( Window *pWin ) in IsWinOK()
475 sal_Bool StatementList::WinPtrValid(Window *pTest) in WinPtrValid()
482 sal_Bool SearchRT::IsWinOK( Window *pWin ) in IsWinOK()
498 Window* StatementList::GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase, sal_uInt16 nS… in GetWinByRT()
509 sal_uInt16 StatementList::CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase ) in CountWinByRT()
517 sal_Bool SearchScroll::IsWinOK( Window *pWin ) in IsWinOK()
528 ScrollBar* StatementList::GetScrollBar( Window *pBase, sal_uInt16 nDirection, sal_Bool MaybeBase ) in GetScrollBar()
536 sal_Bool SearchPopupFloatingWin::IsWinOK( Window *pWin ) in IsWinOK()
541 Window* StatementList::GetPopupFloatingWin( sal_Bool MaybeBase ) in GetPopupFloatingWin()
549 Menu* StatementList::GetMatchingMenu( Window* pWin, Menu* pBaseMenu ) in GetMatchingMenu()
588 Window* pMenuBarWin = NULL; in GetMatchingMenu()
591 Window* pParent = pMenuBarWin->GET_REAL_PARENT(); in GetMatchingMenu()
620 sal_Bool SearchActive::IsWinOK( Window *pWin ) in IsWinOK()
627 Window* StatementList::GetActive( WindowType nRT, sal_Bool MaybeBase ) in GetActive()
634 sal_Bool SearchFadeSplitWin::IsWinOK( Window *pWin ) in IsWinOK()
653 Window* StatementList::GetFadeSplitWin( Window *pBase, WindowAlign nAlign, sal_Bool MaybeBase ) in GetFadeSplitWin()
663 Window* StatementList::GetMouseWin() in GetMouseWin()
665 Window *pBase = Application::GetFirstTopLevelWindow(); in GetMouseWin()
666 Window *pControl = NULL; in GetMouseWin()
669 Window *pBaseFrame = pBase->GetWindow( WINDOW_OVERLAP ); in GetMouseWin()
681 Window* StatementList::GetFocus( WindowType nRT, sal_Bool MaybeBase ) in GetFocus()
686 Window *pResult = GetActive( WINDOW_TABDIALOG, MaybeBase); in GetFocus()
695 Window* StatementList::GetAnyActive( sal_Bool MaybeBase ) in GetAnyActive()
697 Window *pControl; in GetAnyActive()
748 void StatementList::SetFirstDocFrame( Window* pWin ) in SetFirstDocFrame()
754 Window* StatementList::GetFirstDocFrame() in GetFirstDocFrame()
765 Window* pBase = Application::GetFirstTopLevelWindow(); in GetFirstDocFrame()
784 sal_Bool StatementList::IsFirstDocFrame( Window* pWin ) in IsFirstDocFrame()
789 MenuBar* StatementList::GetDocFrameMenuBar( Window* pWin ) in GetDocFrameMenuBar()
804 sal_Bool StatementList::IsDocFrame( Window* pWin ) in IsDocFrame()
827 sal_Bool StatementList::IsDocWin( Window* pWin ) in IsDocWin()
843 sal_Bool StatementList::IsIMEWin( Window* pWin ) // Input Window for CJK under Solaris in IsIMEWin()
864 UniString StatementList::Tree(Window *pBase, int Indent) in Tree()
875 Window *pBaseFrame = pBase->GetWindow( WINDOW_OVERLAP ); in Tree()
906 String StatementList::ClientTree(Window *pBase, int Indent) in ClientTree()
1096 void ImplKeyInput( Window* pWin, KeyEvent &aKEvnt, sal_Bool bForceDirect ) in ImplKeyInput()
1138 void ImplMouseMove( Window* pWin, MouseEvent &aMEvnt, sal_Bool bForceDirect ) in ImplMouseMove()
1165 void ImplMouseButtonDown( Window* pWin, MouseEvent &aMEvnt, sal_Bool bForceDirect ) in ImplMouseButtonDown()
1182 void ImplMouseButtonUp( Window* pWin, MouseEvent &aMEvnt, sal_Bool bForceDirect ) in ImplMouseButtonUp()
1220 void ImplCommand( Window* pWin, CommandEvent &aCmdEvnt ) in ImplCommand()