Home
last modified time | relevance | path

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

/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx417 const WindowType eWindowType = pControls[i]->GetType(); in OptionsWindow() local
422 if ( eWindowType == WINDOW_RADIOBUTTON ) in OptionsWindow()
425 if ( eWindowType == WINDOW_LISTBOX ) in OptionsWindow()
431 if ( eWindowType == WINDOW_PUSHBUTTON ) in OptionsWindow()
436 if ( eWindowType == WINDOW_EDIT ) in OptionsWindow()
578 const WindowType eWindowType = aControlRows[i].pWindow->GetType(); in Resize() local
580 if ( ( eWindowType == WINDOW_EDIT ) in Resize()
581 || ( eWindowType == WINDOW_LISTBOX ) in Resize()
587 if ( ( eWindowType == WINDOW_PUSHBUTTON ) in Resize()

Completed in 18 milliseconds