Home
last modified time | relevance | path

Searched refs:getBytes (Results 51 – 75 of 168) sorted by relevance

1234567

/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DWeakBase.java121 byte[] arName= sName.getBytes(); in getImplementationId()
/aoo41x/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraphTextSegment.java155 data.write(pText.getBytes()); in getData()
/aoo41x/main/wizards/com/sun/star/wizards/agenda/
H A DCallWizard.java184 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo41x/main/wizards/com/sun/star/wizards/fax/
H A DCallWizard.java188 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo41x/main/wizards/com/sun/star/wizards/letter/
H A DCallWizard.java188 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo41x/main/xmerge/source/palmtests/qa/comparator/
H A DPalmDB.java104 this(name.getBytes(PDBUtil.ENCODING), recs); in PalmDB()
/aoo41x/main/qadevOOo/testdocs/qadevlibs/source/test/
H A DJob.java93 return toString().getBytes(); in getImplementationId()
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx216 getBytes( in getBytes() function in ftp::ResultSetBase
222 return m_aItems[m_nRow]->getBytes( columnIndex ); in getBytes()
/aoo41x/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1287 ::getBytes( sal_Int32 columnIndex ) in getBytes() function in ContentResultSetWrapper
1291 XROW_GETXXX( getBytes ); in getBytes()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx212 getBytes( in getBytes() function in chelp::ResultSetBase
218 return m_aItems[m_nRow]->getBytes( columnIndex ); in getBytes()
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseColorTable.java148 byte[] getBytes() { in getBytes() method in WseColorTable
H A DWsePara.java212 byte[] getBytes() { in getBytes() method in WsePara
/aoo41x/main/wizards/com/sun/star/wizards/form/
H A DCallFormWizard.java159 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo41x/main/wizards/com/sun/star/wizards/query/
H A DCallQueryWizard.java168 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo41x/main/wizards/com/sun/star/wizards/table/
H A DCallTableWizard.java166 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo41x/main/wizards/com/sun/star/wizards/web/
H A DCallWizard.java226 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo41x/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/
H A DMain.java181 os.write(e.getMessage().getBytes()); in handle()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/
H A DPalmDB.java145 this(name.getBytes(PdbUtil.ENCODING), creatorID, typeID, version, in PalmDB()
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DLogger.java57 InputStream inputStream = new ByteArrayInputStream(loggingProperties.getBytes());
/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DCallReportWizard.java213 byteReturn = (PropertyNames.EMPTY_STRING + this.hashCode()).getBytes(); in getImplementationId()
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DDefinedName.java64 rgch = name.getBytes("UTF-16LE"); in DefinedName()
H A DFontDescription.java90 rgch = fontName.getBytes("UTF-16LE"); in FontDescription()
/aoo41x/main/connectivity/source/drivers/jdbc/
H A DBlob.cxx77 ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL java_sql_Blob::getBytes( sal_Int64 pos, sal_In… in getBytes() function in java_sql_Blob
/aoo41x/main/ucb/source/ucp/file/
H A Dfilrset.hxx269 getBytes( in getBytes() function in fileaccess::XResultSet_impl
275 return m_aItems[m_nRow]->getBytes( columnIndex ); in getBytes()
/aoo41x/main/dbaccess/source/core/api/
H A DCacheSet.cxx538 Sequence< sal_Int8 > SAL_CALL OCacheSet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Runt… in getBytes() function in OCacheSet
541 return m_xDriverRow->getBytes(columnIndex); in getBytes()

Completed in 90 milliseconds

1234567