Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/control/
H A Dedit.cxx291 mbIsSubEdit = sal_False; in ImplInitEditData()
312 if( ! bRet && mbIsSubEdit ) in ImplUseNativeBorder()
444 if( ( GetStyle() & WB_BORDER ) || ( mbIsSubEdit && ( GetParent()->GetStyle() & WB_BORDER ) ) ) in ImplGetExtraOffset()
1042 Window *pControl = mbIsSubEdit ? GetParent() : this; in ImplGetNativeControlType()
1108 pControl = mbIsSubEdit ? GetParent() : this; in ImplClearBackground()
1258 if( mbIsSubEdit && GetParent() ) in ImplAlign()
1519 if ( mpUpdateDataTimer && !mbIsSubEdit && mpUpdateDataTimer->IsActive() ) in Tracking()
1855 if ( mpUpdateDataTimer && !mbIsSubEdit && mpUpdateDataTimer->IsActive() ) in KeyInput()
2019 if ( mbIsSubEdit ) in GetFocus()
2033 ImplInvalidateOutermostBorder( mbIsSubEdit ? GetParent() : this ); in GetFocus()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dedit.hxx84 mbIsSubEdit:1, member in Edit