Lines Matching refs:MaybeBase

286 Window* StatementList::SearchAllWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase )  in SearchAllWin()  argument
351 pResult = SearchClientWin( pBase, aSearch, MaybeBase ); in SearchAllWin()
371 Window* StatementList::SearchClientWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase ) in SearchClientWin() argument
376 if ( MaybeBase && aSearch.IsWinOK( pBase ) ) in SearchClientWin()
498 Window* StatementList::GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase, sal_uInt16 nS… in GetWinByRT() argument
506 return SearchAllWin( pBase, aSearch, MaybeBase ); in GetWinByRT()
509 sal_uInt16 StatementList::CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase ) in CountWinByRT() argument
513 SearchAllWin( pBase, aSearch, MaybeBase ); in CountWinByRT()
528 ScrollBar* StatementList::GetScrollBar( Window *pBase, sal_uInt16 nDirection, sal_Bool MaybeBase ) in GetScrollBar() argument
532 return (ScrollBar*)SearchAllWin( pBase, aSearch, MaybeBase ); in GetScrollBar()
541 Window* StatementList::GetPopupFloatingWin( sal_Bool MaybeBase ) in GetPopupFloatingWin() argument
545 return SearchAllWin( NULL, aSearch, MaybeBase ); in GetPopupFloatingWin()
627 Window* StatementList::GetActive( WindowType nRT, sal_Bool MaybeBase ) in GetActive() argument
631 return SearchAllWin( NULL, aSearch, MaybeBase ); in GetActive()
653 Window* StatementList::GetFadeSplitWin( Window *pBase, WindowAlign nAlign, sal_Bool MaybeBase ) in GetFadeSplitWin() argument
660 return SearchAllWin( pBase, aSearch, MaybeBase ); in GetFadeSplitWin()
681 Window* StatementList::GetFocus( WindowType nRT, sal_Bool MaybeBase ) in GetFocus() argument
686 Window *pResult = GetActive( WINDOW_TABDIALOG, MaybeBase); in GetFocus()
695 Window* StatementList::GetAnyActive( sal_Bool MaybeBase ) in GetAnyActive() argument
699 pControl = GetActive( WINDOW_MESSBOX, MaybeBase); in GetAnyActive()
702 pControl = GetActive( WINDOW_INFOBOX, MaybeBase); in GetAnyActive()
706 pControl = GetActive( WINDOW_WARNINGBOX, MaybeBase); in GetAnyActive()
710 pControl = GetActive( WINDOW_ERRORBOX, MaybeBase); in GetAnyActive()
714 pControl = GetActive( WINDOW_QUERYBOX, MaybeBase); in GetAnyActive()
718 pControl = GetActive( WINDOW_BUTTONDIALOG, MaybeBase); in GetAnyActive()
722 pControl = GetActive( WINDOW_FILEDIALOG, MaybeBase); in GetAnyActive()
726 pControl = GetActive( WINDOW_PATHDIALOG, MaybeBase); in GetAnyActive()
730 pControl = GetActive( WINDOW_PRINTDIALOG, MaybeBase); in GetAnyActive()
734 pControl = GetActive( WINDOW_PRINTERSETUPDIALOG, MaybeBase); in GetAnyActive()
738 pControl = GetActive( WINDOW_COLORDIALOG, MaybeBase); in GetAnyActive()
742 pControl = GetFocus( WINDOW_TABCONTROL, MaybeBase); in GetAnyActive()