Home
last modified time | relevance | path

Searched refs:PARAM_USHORT_1 (Results 1 – 7 of 7) sorted by relevance

/trunk/main/automation/source/server/
H A Dstatemnt.cxx2667 else if ( nParams & PARAM_USHORT_1 ) in Execute()
3228 else if( nParams & PARAM_USHORT_1 ) in Execute()
3295 if( (nParams & PARAM_USHORT_1) ) in Execute()
3371 if( nParams & PARAM_USHORT_1 ) in Execute()
3874 nParams |= PARAM_USHORT_1; in HandleVisibleControls()
4295 if ( (nParams & PARAM_USHORT_1) ) in HandleCommonMethods()
4392 if ( (nParams & PARAM_USHORT_1) ) in HandleCommonMethods()
4438 if ( (nParams | PARAM_USHORT_1) != PARAM_USHORT_1 ) // so there are other params in HandleCommonMethods()
4572 if( !(nParams & PARAM_USHORT_1) ) in Execute()
5042 if( nParams & PARAM_USHORT_1 ) in Execute()
[all …]
H A Dcmdbasestream.cxx145 Write(comm_USHORT(PARAM_USHORT_1)); // Typ der folgenden Parameter in GenReturn()
156 Write(comm_USHORT(PARAM_USHORT_1)); // Typ der folgenden Parameter in GenReturn()
165 Write(comm_USHORT(PARAM_USHORT_1|PARAM_STR_1)); // Typ der folgenden Parameter in GenReturn()
175 Write(comm_USHORT(PARAM_USHORT_1|PARAM_STR_1|PARAM_BOOL_1)); // Typ der folgenden Parameter in GenReturn()
186 Write(comm_USHORT(PARAM_USHORT_1|PARAM_BOOL_1)); // Typ der folgenden Parameter in GenReturn()
196 Write(comm_USHORT(PARAM_USHORT_1|PARAM_ULONG_1)); // Typ der folgenden Parameter in GenReturn()
H A DXMLParser.cxx524 …if( (nParams & PARAM_USHORT_1) && ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, xAttribute… in HandleSAXParser()
536 …if( (nParams & PARAM_USHORT_1) && ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, xAttribute… in HandleSAXParser()
578 if( (nParams & PARAM_USHORT_1) && !(nParams & PARAM_STR_1) ) in HandleSAXParser()
623 if( (nParams & PARAM_USHORT_1) ) in HandleSAXParser()
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java228 if ((nParams & PARAM_USHORT_1) == 0) { in writeParams()
229 nParams |= PARAM_USHORT_1; in writeParams()
273 if ((nParams & PARAM_USHORT_1) != 0) { in writeParams()
373 if ((params & PARAM_USHORT_1) != 0) in handleResponse()
392 if ((params & PARAM_USHORT_1) != 0) in handleResponse()
H A DConstant.java100 public static final char PARAM_USHORT_1 = 0x0001; field
/trunk/main/automation/source/inc/
H A Drcontrol.hxx480 #define PARAM_USHORT_1 0x0001 macro
/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 86 milliseconds