Searched refs:setMethod (Results 1 – 13 of 13) sorted by relevance
270 private Method setMethod; field in DataAware.PropertyValue280 setMethod = createSetMethod(propertyName, propertyOwner, getMethod.getReturnType()); in PropertyValue()346 setMethod.invoke(target, value); in set()359 setMethod.getDeclaringClass().isAssignableFrom(type); in isAssignable()
164 ze.setMethod(ZipEntry.DEFLATED); in write()211 zipEntry.setMethod(ze.getMethod()); in saveEntries()
334 setMethod(true); in parseAttribute()338 setMethod(false); in parseAttribute()
483 zEntry.setMethod(ZipEntry.STORED); in getFolderEntry()1059 entry.setMethod(ZipEntry.STORED); in save()
73 void setMethod(bool bNew) { mbMethod = bNew; } in setMethod() function in svgio::svgreader::SvgTextPathNode
77 void SAL_CALL setMethod( sal_Int32 nNewMethod )
425 ze.setMethod(method); in createZipEntry()
587 virtual void setMethod( const String & sValue );
133 void setMethod( const rtl::OUString& );
173 void Submission::setMethod( const OUString& sMethod ) in setMethod() function in Submission
378 aZipEntry.setMethod( nMethod ); in addToZipRecursively()
71 void SAL_CALL ZipOutputStream::setMethod( sal_Int32 nNewMethod ) in setMethod() function in ZipOutputStream
1195 aZipOut.setMethod( DEFLATED ); in writeTempFile()
Completed in 58 milliseconds