Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dcmdbasestream.cxx95 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()
H A Dstatemnt.cxx747 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()
4949 if ( ! (nParams & PARAM_BOOL_1) ) in Execute()
[all …]
H A DXMLParser.cxx472 if( (nParams & PARAM_BOOL_1) && bBool1 ) in HandleSAXParser()
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java248 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()
H A DConstant.java116 public static final char PARAM_BOOL_1 = 0x0040; field
/trunk/main/automation/source/inc/
H A Drcontrol.hxx488 #define PARAM_BOOL_1 0x0040 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 69 milliseconds