Home
last modified time | relevance | path

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

/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTreeListBox.java285 return ((Long)invoke(Constant.M_GetState)).intValue(); in getState()
293 return ((Long)invoke(Constant.M_GetState, new Object[]{new Integer(row+1)})).intValue(); in getState()
297 …return ((Long)invoke(Constant.M_GetState, new Object[]{new Integer(row+1), new Integer(col+1)})).i… in getState()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx4527 bSearchButtonOnToolbox |= (nParams == PARAM_USHORT_1) && (M_GetState == nMethodId); in Execute()
4550 case M_GetState: in Execute()
4829 case M_GetState : in Execute()
5258 …sItemEnabled( pTB->GetItemId(nItemPos) ) && nMethodId != _M_IsEnabled && nMethodId != M_GetState )\ in Execute()
5263 else if ( !pTB->IsItemVisible( pTB->GetItemId(nItemPos) ) && nMethodId != M_GetState )\ in Execute()
5396 case M_GetState : in Execute()
5662 case M_GetState : in Execute()
5711 case M_GetState : in Execute()
/trunk/main/automation/source/inc/
H A Drcontrol.hxx227 #define M_GetState ( M_WITH_RETURN | 9 ) macro
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DConstant.java277 public static final char M_GetState = (M_WITH_RETURN | 9); field
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 50 milliseconds