Home
last modified time | relevance | path

Searched refs:getBytes (Results 76 – 100 of 168) sorted by relevance

1234567

/aoo41x/main/odk/examples/DevelopersGuide/UCB/
H A DHelper.java222 stream.write( content.getBytes() ); in createTargetDataFile()
/aoo41x/main/scripting/java/com/sun/star/script/framework/container/
H A DDeployedUnoPackagesDB.java51 "</unopackages>").getBytes();
H A DScriptMetaData.java92 return source.getBytes(); in getSourceBytes()
/aoo41x/main/dbaccess/source/core/api/
H A DPrivateRow.cxx83 …Sequence< ::sal_Int8 > SAL_CALL OPrivateRow::getBytes( ::sal_Int32 columnIndex ) throw (SQLExcepti… in getBytes() function in OPrivateRow
H A DPrivateRow.hxx49 …virtual ::com::sun::star::uno::Sequence< ::sal_Int8 > SAL_CALL getBytes( ::sal_Int32 columnIndex )…
H A Dresultset.cxx569 Sequence< sal_Int8 > OResultSet::getBytes(sal_Int32 columnIndex) throw( SQLException, RuntimeExcept… in getBytes() function in OResultSet
575 return m_xDelegatorRow->getBytes(columnIndex); in getBytes()
/aoo41x/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx80 Sequence< sal_Int8 > SAL_CALL OCallableStatement::getBytes( sal_Int32 columnIndex ) throw(SQLExcept… in getBytes() function in OCallableStatement
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java336 return writer.toString().getBytes(); in docToBytes()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DFlatXml.java65 return Integer.toString(this.hashCode()).getBytes(); in getImplementationId()
/aoo41x/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx65 …virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getBytes( sal_Int32 columnIndex ) thr…
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx435 Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes( sal_Int32 columnIndex ) throw(SQLException, Run… in getBytes() function in OResultSet
1519 *pColumn = getBytes(nColumn); in fillRow()
1547 *pColumn = getBytes(nColumn); in fillRow()
/aoo41x/main/ucb/source/ucp/file/
H A Dfilrow.hxx123 getBytes(
/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java350 fos.write(s.getBytes()); in saveTextArea()
/aoo41x/main/qadevOOo/tests/java/mod/_fwk/
H A DJobExecutor.java255 return toString().getBytes(); in getImplementationId()
/aoo41x/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx70 …virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getBytes( sal_Int32 columnIndex ) thr…
/aoo41x/main/filter/source/xsltvalidate/
H A DXSLTValidate.java275 byteReturn = new String( "" + this.hashCode() ).getBytes(); in getImplementationId()
/aoo41x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DXLIFFWriter.java397 .getBytes(), "UTF8"); in getHeader()
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRow.java317 byte[] getVal = oObj.getBytes(col) ; in _getBytes()
/aoo41x/main/dbaccess/source/core/inc/
H A Dcallablestatement.hxx77 …virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getBytes( sal_Int32 columnIndex ) thr…
/aoo41x/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDecoder.java161 byte cBytes[] = rec.getBytes(); in addDeviceContent()
/aoo41x/main/sw/qa/complex/writer/
H A DCheckBookmarks.java87 sha1.update(buffer.toString().getBytes()); in getBookmarksHash()
/aoo41x/main/scripting/java/com/sun/star/script/framework/browse/
H A DParcelBrowseNode.java238 String source = new String(provider.getScriptEditor().getTemplate().getBytes()); in invoke()
/aoo41x/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java260 fos.write(s.getBytes(), 0, s.length()); in saveTextArea()
/aoo41x/main/qadevOOo/runner/basicrunner/
H A DBasicHandler.java541 return toString().getBytes(); in getImplementationId()
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DXBlob.idl169 sequence<byte> getBytes([in]hyper pos, [in]long length)

Completed in 101 milliseconds

1234567