| /trunk/main/vcl/source/window/ |
| H A D | tabpage.cxx | 53 …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 D | dlgctrl.cxx | 103 if ( pWindow->GetType() == WINDOW_TABCONTROL ) in ImplGetSubChildWindow() 281 if ( pWindow->GetType() == WINDOW_TABCONTROL ) in ImplGetDlgWindow()
|
| H A D | tabdlg.cxx | 59 if ( pChild->GetType() == WINDOW_TABCONTROL ) in ImplPosControls()
|
| H A D | dialog.cxx | 128 if ( pParent->GetType() == WINDOW_TABCONTROL ) in ImplWindowAutoMnemonic()
|
| H A D | window.cxx | 9184 case WINDOW_TABCONTROL: nRole = accessibility::AccessibleRole::PAGE_TAB_LIST; break; in GetAccessibleRole()
|
| /trunk/main/accessibility/source/helper/ |
| H A D | acc_factory.cxx | 378 else if ( nType == WINDOW_TABCONTROL ) in createAccessibleContext() 382 …tAccessibleParentWindow() && pWindow->GetAccessibleParentWindow()->GetType() == WINDOW_TABCONTROL ) in createAccessibleContext()
|
| /trunk/main/accessibility/source/standard/ |
| H A D | vclxaccessibletabpagewindow.cxx | 49 if ( pParent && pParent->GetType() == WINDOW_TABCONTROL ) in VCLXAccessibleTabPageWindow()
|
| /trunk/main/vcl/aqua/source/a11y/ |
| H A D | aqua11yfocustracker.cxx | 235 if( pWindow->GetType() == WINDOW_TABCONTROL ) in window_got_focus()
|
| /trunk/main/automation/source/server/ |
| H A D | sta_list.cxx | 684 if ( nRT == WINDOW_TABCONTROL ) in GetFocus() 742 pControl = GetFocus( WINDOW_TABCONTROL, MaybeBase); in GetAnyActive()
|
| H A D | statemnt.cxx | 271 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 D | wintypes.hxx | 102 #define WINDOW_TABCONTROL (WINDOW_FIRST + 0x45) macro
|
| /trunk/test/testcommon/source/org/openoffice/test/vcl/client/ |
| H A D | Constant.java | 655 public final static int WINDOW_TABCONTROL = (WINDOW_FIRST + 0x45); field
|
| /trunk/test/testassistant/src/org/openoffice/test/assistant/views/ |
| H A D | UIMapOp.java | 248 case WINDOW_TABCONTROL: in codeParts()
|
| /trunk/main/vcl/unx/gtk/a11y/ |
| H A D | atkutil.cxx | 539 if( pWindow->GetType() == WINDOW_TABCONTROL ) in handle_get_focus()
|
| /trunk/main/toolkit/source/awt/ |
| H A D | vclxtoolkit.cxx | 323 { "tabcontrol", WINDOW_TABCONTROL }, 917 case WINDOW_TABCONTROL: in ImplCreateWindow()
|
| /trunk/main/toolkit/source/layout/core/ |
| H A D | helper.cxx | 500 window = new TabControl( parent, ImplGetWinBits( attributes, WINDOW_TABCONTROL ) ); in layoutCreateWindow()
|
| /trunk/main/vcl/source/control/ |
| H A D | tabctrl.cxx | 207 Control( WINDOW_TABCONTROL ) in TabControl() 215 Control( WINDOW_TABCONTROL ) in TabControl()
|
| /trunk/test/testassistant/lib/ |
| HD | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/ ... |
| /trunk/main/vcl/source/app/ |
| H A D | dbggui.cxx | 1467 if ( (pChild->GetType() != WINDOW_TABCONTROL) && in DbgDialogTest()
|