Home
last modified time | relevance | path

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

/AOO41X/main/automation/source/server/
H A Dcmdbasestream.cxx145 Write(comm_USHORT(PARAM_USHORT_1)); // Typ der folgenden Parameter in GenReturn()
156 Write(comm_USHORT(PARAM_USHORT_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()
186 Write(comm_USHORT(PARAM_USHORT_1|PARAM_BOOL_1)); // Typ der folgenden Parameter in GenReturn()
196 Write(comm_USHORT(PARAM_USHORT_1|PARAM_ULONG_1)); // Typ der folgenden Parameter in GenReturn()
H A Dstatemnt.cxx155 if( nParams & PARAM_USHORT_1 ) pCmdIn->Read( nSNr1 ); in StatementFlow()
164 …if( nParams & PARAM_USHORT_1 ) {m_pDbgWin->AddText( " n1:" );m_pDbgWin->AddText( String::CreateFr… in StatementFlow()
709 …if( nParams & PARAM_USHORT_1 ) {m_pDbgWin->AddText( " n1:" );m_pDbgWin->AddText( String::CreateFr… in StatementCommand()
740 if( nParams & PARAM_USHORT_1 ) pCmdIn->Read( nNr1 ); in StatementCommand()
755 …if( nParams & PARAM_USHORT_1 ) {m_pDbgWin->AddText( " n1:" );m_pDbgWin->AddText( String::CreateFr… in StatementCommand()
2526 if ( ! (nParams & PARAM_USHORT_1) ) in Execute()
2656 if( !(nParams & PARAM_BOOL_1) && (nParams & PARAM_USHORT_1) ) in Execute()
2667 else if ( nParams & PARAM_USHORT_1 ) in Execute()
2670 if ( nParams & PARAM_USHORT_1 ) { nAnzahl++; }; in Execute()
2681 …if ( nParams & PARAM_USHORT_1 ) { pRet->GenReturn( RET_ProfileInfo, S_ProfileBorder1, (comm_ULONG)… in Execute()
[all …]
H A DXMLParser.cxx524 …if( (nParams & PARAM_USHORT_1) && ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, xAttribute… in HandleSAXParser()
536 …if( (nParams & PARAM_USHORT_1) && ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, xAttribute… in HandleSAXParser()
578 if( (nParams & PARAM_USHORT_1) && !(nParams & PARAM_STR_1) ) in HandleSAXParser()
623 if( (nParams & PARAM_USHORT_1) ) in HandleSAXParser()
/AOO41X/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java228 if ((nParams & PARAM_USHORT_1) == 0) { in writeParams()
229 nParams |= PARAM_USHORT_1; in writeParams()
273 if ((nParams & PARAM_USHORT_1) != 0) { in writeParams()
373 if ((params & PARAM_USHORT_1) != 0) in handleResponse()
392 if ((params & PARAM_USHORT_1) != 0) in handleResponse()
H A DConstant.java100 public static final char PARAM_USHORT_1 = 0x0001; field
/AOO41X/main/automation/source/inc/
H A Drcontrol.hxx480 #define PARAM_USHORT_1 0x0001 macro
/AOO41X/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...