Searched refs:GetWinByRT (Results 1 – 3 of 3) sorted by relevance
/aoo4110/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 | 246 …Window* GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True, sal_uInt16 nSkip…
|
H A D | statemnt.cxx | 3917 … FixedText* pFixedText = (FixedText*)GetWinByRT( pControl, WINDOW_FIXEDTEXT, sal_True, nNr1-1 ); in HandleVisibleControls() 4378 pStatus = (StatusBar*)GetWinByRT( pControl, WINDOW_STATUSBAR, sal_True ); in HandleCommonMethods() 6461 Window *pChild = GetWinByRT( pControl, WINDOW_OKBUTTON ); in Execute() 6472 Window *pChild = GetWinByRT( pControl, WINDOW_CANCELBUTTON ); in Execute() 6483 Window *pChild = GetWinByRT( pControl, WINDOW_HELPBUTTON ); in Execute()
|
Completed in 50 milliseconds