Home
last modified time | relevance | path

Searched refs:meth (Results 1 – 14 of 14) sorted by relevance

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java251 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 DComplexDescGetter.java97 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 DOfficeDocument.java859 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 Drtl_OUString.cxx2421 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 Drtl_String_Utils.cxx158 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 Dtres.c72 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 Dstep2.cxx429 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 DMultiMethodTest.java391 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 DMultiPropertyTest.java111 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 Drtl_String_Utils.cxx180 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 Dtres.hxx52 TestResult( const sal_Char* meth, sal_uInt32 flags = 0 ) in TestResult() argument
54 pData = rtl_tres_create( meth, flags ); in TestResult()
H A Dtres.h119 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 DValueChanger.java975 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 Dtokens.txt3309 meth

Completed in 72 milliseconds