Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dtabpage.cxx53 …RL_TAB_BODY, PART_ENTIRE_CONTROL) && GetParent() && (GetParent()->GetType() == WINDOW_TABCONTROL) ) in ImplInit()
143 …RL_TAB_BODY, PART_ENTIRE_CONTROL) && GetParent() && (GetParent()->GetType() == WINDOW_TABCONTROL) ) in Paint()
H A Ddlgctrl.cxx103 if ( pWindow->GetType() == WINDOW_TABCONTROL ) in ImplGetSubChildWindow()
281 if ( pWindow->GetType() == WINDOW_TABCONTROL ) in ImplGetDlgWindow()
H A Dtabdlg.cxx59 if ( pChild->GetType() == WINDOW_TABCONTROL ) in ImplPosControls()
H A Ddialog.cxx128 if ( pParent->GetType() == WINDOW_TABCONTROL ) in ImplWindowAutoMnemonic()
H A Dwindow.cxx9184 case WINDOW_TABCONTROL: nRole = accessibility::AccessibleRole::PAGE_TAB_LIST; break; in GetAccessibleRole()
/trunk/main/accessibility/source/helper/
H A Dacc_factory.cxx378 else if ( nType == WINDOW_TABCONTROL ) in createAccessibleContext()
382 …tAccessibleParentWindow() && pWindow->GetAccessibleParentWindow()->GetType() == WINDOW_TABCONTROL ) in createAccessibleContext()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletabpagewindow.cxx49 if ( pParent && pParent->GetType() == WINDOW_TABCONTROL ) in VCLXAccessibleTabPageWindow()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yfocustracker.cxx235 if( pWindow->GetType() == WINDOW_TABCONTROL ) in window_got_focus()
/trunk/main/automation/source/server/
H A Dsta_list.cxx684 if ( nRT == WINDOW_TABCONTROL ) in GetFocus()
742 pControl = GetFocus( WINDOW_TABCONTROL, MaybeBase); in GetAnyActive()
H A Dstatemnt.cxx271 case WINDOW_TABCONTROL: nRT = C_TabControl ; break; in ImpGetRType()
3792 …if ( pControl->GetType() == WINDOW_TABCONTROL && pControl->GET_REAL_PARENT() && pControl->GET_REAL… in HandleVisibleControls()
3811 …if ( pControl->GetType() == WINDOW_TABCONTROL && pControl->GET_REAL_PARENT() && pControl->GET_REAL… in HandleVisibleControls()
3830 …if ( pControl->GetType() == WINDOW_TABCONTROL && pControl->GET_REAL_PARENT() && pControl->GET_REAL… in HandleVisibleControls()
3842 …if ( pControl->GetType() == WINDOW_TABCONTROL && pControl->GET_REAL_PARENT() && pControl->GET_REAL… in HandleVisibleControls()
3855 …if ( pControl->GetType() == WINDOW_TABCONTROL && pControl->GET_REAL_PARENT() && pControl->GET_REAL… in HandleVisibleControls()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx102 #define WINDOW_TABCONTROL (WINDOW_FIRST + 0x45) macro
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DConstant.java655 public final static int WINDOW_TABCONTROL = (WINDOW_FIRST + 0x45); field
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java248 case WINDOW_TABCONTROL: in codeParts()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx539 if( pWindow->GetType() == WINDOW_TABCONTROL ) in handle_get_focus()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx323 { "tabcontrol", WINDOW_TABCONTROL },
917 case WINDOW_TABCONTROL: in ImplCreateWindow()
/trunk/main/toolkit/source/layout/core/
H A Dhelper.cxx500 window = new TabControl( parent, ImplGetWinBits( attributes, WINDOW_TABCONTROL ) ); in layoutCreateWindow()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx207 Control( WINDOW_TABCONTROL ) in TabControl()
215 Control( WINDOW_TABCONTROL ) in TabControl()
/trunk/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
/trunk/main/vcl/source/app/
H A Ddbggui.cxx1467 if ( (pChild->GetType() != WINDOW_TABCONTROL) && in DbgDialogTest()