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.cxx154 if( nParams & PARAM_STR_1 ) pCmdIn->Read( aString1 ); in StatementFlow()
163 if( nParams & PARAM_STR_1 ) {m_pDbgWin->AddText( " s1:" );m_pDbgWin->AddText( aString1 );} in StatementFlow()
711 if( nParams & PARAM_STR_1 ) {m_pDbgWin->AddText( " s1:" );m_pDbgWin->AddText( aString1 );} in StatementCommand()
742 if( nParams & PARAM_STR_1 ) pCmdIn->Read( aString1 ); in StatementCommand()
757 if( nParams & PARAM_STR_1 ) {m_pDbgWin->AddText( " s1:" );m_pDbgWin->AddText( aString1 );} in StatementCommand()
2044 if( (nParams & PARAM_STR_1) && nLNr1 ) in Translate()
2684 else if( nParams == PARAM_STR_1 ) // Genau ein String! in Execute()
2986 if ( (nParams & PARAM_STR_1) ) in Execute()
3255 if( (nParams & PARAM_STR_1) ) in Execute()
3511 if( nParams & PARAM_STR_1 ) pCmdIn->Read( aString1 ); in StatementControl()
[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/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...