Searched refs:PARAM_BOOL_1 (Results 1 – 7 of 7) sorted by relevance
95 Write(comm_USHORT(PARAM_BOOL_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()136 Write(comm_USHORT(PARAM_BOOL_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()
747 if( nParams & PARAM_BOOL_1 ) pCmdIn->Read( bBool1 ); in StatementCommand()1400 if( ((nParams & PARAM_BOOL_1) && bBool1) ) in DisplayHID()2571 if( !(nParams & PARAM_BOOL_1) || bBool1 ) in Execute()2636 if( !(nParams & PARAM_BOOL_1) || bBool1 ) in Execute()2648 if( !(nParams & PARAM_BOOL_1) || bBool1 ) in Execute()3224 if( (nParams & PARAM_BOOL_1) ) in Execute()3358 if ( ! (nParams & PARAM_BOOL_1) ) in Execute()3394 if( (nParams & PARAM_BOOL_1) ) in Execute()3413 if( (nParams & PARAM_BOOL_1) ) in Execute()4950 if ( ! (nParams & PARAM_BOOL_1) ) in Execute()[all …]
472 if( (nParams & PARAM_BOOL_1) && bBool1 ) in HandleSAXParser()
248 if ((nParams & PARAM_BOOL_1) == 0) { in writeParams()249 nParams |= PARAM_BOOL_1; in writeParams()301 if ((nParams & PARAM_BOOL_1) != 0) { in writeParams()379 if ((params & PARAM_BOOL_1) != 0) in handleResponse()398 if ((params & PARAM_BOOL_1) != 0) in handleResponse()
116 public static final char PARAM_BOOL_1 = 0x0040; field
488 #define PARAM_BOOL_1 0x0040 macro
META-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
Completed in 56 milliseconds