Home
last modified time | relevance | path

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

/AOO42X/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.cxx155 if( nParams & PARAM_BOOL_1 ) pCmdIn->Read( bBool1 ); // should never occur!! in StatementFlow()
164 …if( nParams & PARAM_BOOL_1 ) {m_pDbgWin->AddText( " b2:" );m_pDbgWin->AddText( bBool1 ? "TRUE" … in StatementFlow()
713 …if( nParams & PARAM_BOOL_1 ) {m_pDbgWin->AddText( " b1:" );m_pDbgWin->AddText( bBool1 ? "TRUE" … in StatementCommand()
744 if( nParams & PARAM_BOOL_1 ) pCmdIn->Read( bBool1 ); in StatementCommand()
759 …if( nParams & PARAM_BOOL_1 ) {m_pDbgWin->AddText( " b1:" );m_pDbgWin->AddText( bBool1 ? "TRUE" … in StatementCommand()
1396 if( ((nParams & PARAM_BOOL_1) && bBool1) ) in DisplayHID()
2567 if( !(nParams & PARAM_BOOL_1) || bBool1 ) in Execute()
2632 if( !(nParams & PARAM_BOOL_1) || bBool1 ) in Execute()
2644 if( !(nParams & PARAM_BOOL_1) || bBool1 ) in Execute()
2652 if( !(nParams & PARAM_BOOL_1) && (nParams & PARAM_USHORT_1) ) in Execute()
[all …]
H A DXMLParser.cxx472 if( (nParams & PARAM_BOOL_1) && bBool1 ) in HandleSAXParser()
/AOO42X/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
/AOO42X/main/automation/source/inc/
H A Drcontrol.hxx488 #define PARAM_BOOL_1 0x0040 macro
/AOO42X/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...