/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/ |
H A D | DOMDocument.java | 251 java.lang.reflect.Method meth; in docToBytes() local 270 meth = jaxpDoc.getMethod("write", in docToBytes() 273 meth.invoke(doc, new Object [] { baos } ); in docToBytes() 280 meth = crimsonDoc.getMethod("write", in docToBytes() 283 meth.invoke(doc, new Object [] { baos } ); in docToBytes() 300 meth = xercesSer.getMethod("serialize", in docToBytes() 309 meth.invoke(serializer, new Object [] { doc } ); in docToBytes() 317 meth = gnuSer.getMethod("serialize", in docToBytes() 325 meth.invoke(serializer, new Object [] { doc, baos } ); in docToBytes()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
H A D | ComplexDescGetter.java | 97 String meth = split[i]; in getDescriptionForSingleJob() local 99 if (meth.endsWith("()")) in getDescriptionForSingleJob() 101 meth = meth.substring(0, meth.length() - 2); in getDescriptionForSingleJob() 104 methods.add(meth); in getDescriptionForSingleJob()
|
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
H A D | OfficeDocument.java | 859 java.lang.reflect.Method meth; in docToBytes() local 879 meth = jaxpDoc.getMethod("write", in docToBytes() 882 meth.invoke(doc, new Object [] { baos } ); in docToBytes() 890 meth = crimsonDoc.getMethod("write", in docToBytes() 893 meth.invoke(doc, new Object [] { baos } ); in docToBytes() 912 meth = xercesSer.getMethod("serialize", in docToBytes() 921 meth.invoke(serializer, new Object [] { doc } ); in docToBytes() 929 meth = gnuSer.getMethod("serialize", in docToBytes() 937 meth.invoke(serializer, new Object [] { doc, baos } ); in docToBytes()
|
/trunk/main/sal/qa/rtl_strings/ |
H A D | rtl_OUString.cxx | 2421 sal_Char *meth = '\0'; in test_index() local 2433 meth="indexOf_001"; in test_index() 2438 meth="indexOf_002"; in test_index() 2479 sal_Char *meth = '\0'; in test_indexStr() local 2493 meth="indexOf_003"; in test_indexStr() 2499 meth="indexOf_004"; in test_indexStr() 3155 sal_Char *meth = '\0'; in test_toData() local 3178 meth="toInt32default"; in test_toData() 3184 meth="toInt32normal"; in test_toData() 3196 meth="toInt64normal"; in test_toData() [all …]
|
H A D | rtl_String_Utils.cxx | 158 sal_Char* createName( sal_Char* dst, const sal_Char* meth, sal_uInt32 cnt ) in createName() argument 165 cpystr( pdst, meth ); in createName() 166 cpystr( pdst+ AStringLen(meth), "_" ); in createName()
|
/trunk/main/sal/rtl/source/ |
H A D | tres.c | 72 rtl_FuncState* SAL_CALL rtl_tres_create_funcstate( const sal_Char* meth ); 165 rtl_TestResult* rtl_tres_create( const sal_Char* meth, sal_uInt32 flags ) in rtl_tres_create() argument 175 pData->m_state = rtl_tres_create_funcstate( meth ); in rtl_tres_create() 193 rtl_FuncState* SAL_CALL rtl_tres_create_funcstate( const sal_Char* meth ) in rtl_tres_create_funcstate() argument 210 rtl_string_newFromStr( &pStat->m_name, meth );/* copy meth to name */ in rtl_tres_create_funcstate()
|
/trunk/main/basic/source/runtime/ |
H A D | step2.cxx | 429 SbxVariable* meth = pUnoObj->Find( sDefaultMethod, SbxCLASS_METHOD ); in SetupArgs() local 430 if( meth != NULL ) in SetupArgs() 431 pInfo = meth->GetInfo(); in SetupArgs() 597 … SbxVariable* meth = pUnoObj->Find( sDefaultMethod, SbxCLASS_METHOD ); in CheckArray() local 598 SbxVariableRef refTemp = meth; in CheckArray() 601 meth->SetParameters( pPar ); in CheckArray() 602 SbxVariable* pNew = new SbxMethod( *(SbxMethod*)meth ); in CheckArray()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/ |
H A D | MultiMethodTest.java | 391 protected void invokeTestMethod(Method meth, String methName) in invokeTestMethod() argument 393 if (meth == null) in invokeTestMethod() 403 meth.invoke(this, new Object[0]); in invokeTestMethod()
|
H A D | MultiPropertyTest.java | 111 protected void invokeTestMethod(Method meth, String methName) in invokeTestMethod() argument 113 if (meth != null) in invokeTestMethod() 115 super.invokeTestMethod(meth, methName); in invokeTestMethod()
|
/trunk/main/sal/qa/OStringBuffer/ |
H A D | rtl_String_Utils.cxx | 180 sal_Char* createName( sal_Char* dst, const sal_Char* meth, sal_uInt32 cnt ) in createName() argument 187 cpystr( pdst, meth ); in createName() 188 cpystr( pdst+ AStringLen(meth), "_" ); in createName()
|
/trunk/main/sal/inc/rtl/ |
H A D | tres.hxx | 52 TestResult( const sal_Char* meth, sal_uInt32 flags = 0 ) in TestResult() argument 54 pData = rtl_tres_create( meth, flags ); in TestResult()
|
H A D | tres.h | 119 rtl_TestResult* SAL_CALL rtl_tres_create( const sal_Char* meth, sal_uInt32 flags );
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | ValueChanger.java | 975 Method[] meth = clazz.getDeclaredMethods() ; in isStructure() local 976 for (int i = 0; i < meth.length; i++) { in isStructure() 977 result &= (meth[i].getModifiers() & Modifier.PUBLIC) == 0 ; in isStructure()
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 3309 meth
|