Searched refs:eCtrlType (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/svtools/source/contnr/ |
H A D | svlbitm.cxx | 417 ControlType eCtrlType = (pData->IsRadio())? CTRL_RADIOBUTTON : CTRL_CHECKBOX; in Paint() local 418 …if ( nIndex != SV_BMP_STATICIMAGE && rDev.IsNativeControlSupported( eCtrlType, PART_ENTIRE_CONTROL… in Paint() 421 ImplAdjustBoxSize( aSize, eCtrlType, &rDev ); in Paint() 437 bNativeOK = rDev.DrawNativeControl( eCtrlType, PART_ENTIRE_CONTROL, in Paint() 494 ControlType eCtrlType = (pData->IsRadio())? CTRL_RADIOBUTTON : CTRL_CHECKBOX; in InitViewData() local 496 ImplAdjustBoxSize( aSize, eCtrlType, pView ); in InitViewData()
|
/aoo41x/main/oox/source/ole/ |
H A D | vbacontrol.cxx | 316 const ControlConverter& rConv, ApiControlType eCtrlType, sal_Int32 nCtrlIndex ) const in convertProperties() argument 321 if( eCtrlType != API_CONTROL_DIALOG ) in convertProperties() 329 …if( (eCtrlType != API_CONTROL_PROGRESSBAR) && (eCtrlType != API_CONTROL_GROUPBOX) && (eCtrlType !=… in convertProperties()
|
H A D | axcontrol.cxx | 521 ApiControlType eCtrlType = getControlType(); in getServiceName() local 522 if( mbAwtModel ) switch( eCtrlType ) in getServiceName() 540 else switch( eCtrlType ) in getServiceName()
|
/aoo41x/main/oox/inc/oox/ole/ |
H A D | vbacontrol.hxx | 79 ApiControlType eCtrlType,
|
Completed in 69 milliseconds