Searched refs:GetWinByRT (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/automation/source/server/ |
| H A D | sta_list.cxx | 498 Window* StatementList::GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase, sal_uInt16 nS… in GetWinByRT() function in StatementList 589 …while ( (pMenuBarWin = GetWinByRT( NULL, WINDOW_MENUBARWINDOW, sal_True, nSkip++, sal_True )) != N… in GetMatchingMenu()
|
| H A D | statemnt.hxx | 247 …Window* GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True, sal_uInt16 nSkip…
|
| H A D | statemnt.cxx | 3911 … FixedText* pFixedText = (FixedText*)GetWinByRT( pControl, WINDOW_FIXEDTEXT, sal_True, nNr1-1 ); in HandleVisibleControls() 4372 pStatus = (StatusBar*)GetWinByRT( pControl, WINDOW_STATUSBAR, sal_True ); in HandleCommonMethods() 6448 Window *pChild = GetWinByRT( pControl, WINDOW_OKBUTTON ); in Execute() 6459 Window *pChild = GetWinByRT( pControl, WINDOW_CANCELBUTTON ); in Execute() 6470 Window *pChild = GetWinByRT( pControl, WINDOW_HELPBUTTON ); in Execute()
|