Searched refs:out2 (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XController.java | 111 String out2 = ""; in _getModel() local 114 if ( (getting == null) ) out2="none"; else out2 = getting.toString(); in _getModel() 115 boolean eq = out1.equals(out2); in _getModel() 117 log.println("Getting: " + out2); in _getModel()
|
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | FileHelper.java | 625 FileOutputStream out2 = new FileOutputStream(aInfoFile.toString()); in createInfoFile() local 626 PrintStream out = new PrintStream(out2); in createInfoFile() 687 out2.close(); in createInfoFile()
|
/aoo41x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 236 …stout_methodMulParams4( float in1, float& out1, sal_Int32 in2, sal_Int32& out2, sal_Int32 in3 ) th… 983 …stout_methodMulParams4( float in1, float& out1, sal_Int32 in2, sal_Int32& out2, sal_Int32 ) throw(… in testout_methodMulParams4() argument 986 out2= in2 + 1; in testout_methodMulParams4()
|
/aoo41x/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 105 …void testout_methodMulParams4( [in] float in1, [out] float out1, [in] long in2, [out] long out2, […
|
Completed in 42 milliseconds