Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dcmdbasestream.cxx83 Write(comm_USHORT(PARAM_STR_1)); // Typ der folgenden Parameter in GenReturn()
107 Write(comm_USHORT(PARAM_ULONG_1|PARAM_STR_1|PARAM_BOOL_1)); // Typ der folgenden Parameter in GenReturn()
127 Write(comm_USHORT(PARAM_STR_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()
H A DXMLParser.cxx446 if( (nParams & PARAM_STR_1) ) in HandleSAXParser()
469 if( (nParams & PARAM_STR_1) ) in HandleSAXParser()
541 else if( (nParams & PARAM_STR_1) && xAttributeList.is() ) in HandleSAXParser()
578 if( (nParams & PARAM_USHORT_1) && !(nParams & PARAM_STR_1) ) in HandleSAXParser()
594 else if( (nParams & PARAM_STR_1) ) in HandleSAXParser()
H A Dstatemnt.cxx2048 if( (nParams & PARAM_STR_1) && nLNr1 ) in Translate()
3261 if( (nParams & PARAM_STR_1) ) in Execute()
4759 else if ( (nParams & PARAM_STR_1) ) in Execute()
4966 if( nParams & PARAM_STR_1 ) in Execute()
5065 if ( ! (nParams & PARAM_STR_1) ) in Execute()
5235 nParams |= PARAM_STR_1; in Execute()
5247 if( nParams & PARAM_STR_1 )\ in Execute()
5464 if ( (nParams & PARAM_STR_1) ) in Execute()
5557 if( nParams & PARAM_STR_1 ) in Execute()
5580 if( nParams & PARAM_STR_1 ) in Execute()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java259 if ((nParams & PARAM_STR_1) == 0) { in writeParams()
260 nParams |= PARAM_STR_1; in writeParams()
293 if ((nParams & PARAM_STR_1) != 0) { in writeParams()
377 if ((params & PARAM_STR_1) != 0) in handleResponse()
396 if ((params & PARAM_STR_1) != 0) in handleResponse()
H A DConstant.java112 public static final char PARAM_STR_1 = 0x0010; field
/trunk/main/automation/source/inc/
H A Drcontrol.hxx486 #define PARAM_STR_1 0x0010 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 97 milliseconds