Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 154) sorted by path

1234567

/trunk/main/autodoc/inc/cosv/
H A Dstreamstr.hxx348 StreamStr::length() const in length() function in csv::StreamStr
H A Dstring.hxx433 String::length() const in length() function in csv::String
/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx88 SbError convert(char const * source, sal_Int32 length, rtl::OUString * target) { in convert()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx125 size_t length() const in length() function in CPPU_CURRENT_NAMESPACE::__type_info
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx205 sal_uInt32 length = 3+ m_typeName.getLength() + strlen(prefix); in dumpInclude() local
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx84 sal_uInt32 length = destination.getLength(); in createFileNameFromType() local
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx320 sal_uInt32 length = 3 + m_typeName.getLength() + strlen(prefix); in dumpHeaderDefine() local
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx263 sal_uInt32 length = 3 + m_typeName.getLength() + strlen(prefix); in dumpHeaderDefine() local
313 sal_uInt32 length = 3+ m_typeName.getLength() + strlen(prefix); in dumpInclude() local
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx156 sal_uInt32 length = 3 + m_typeName.getLength() + strlen(prefix); in dumpHeaderDefine() local
179 sal_uInt32 length = 3+ m_typeName.getLength() + strlen(prefix); in dumpInclude() local
/trunk/main/configmgr/source/
H A Dwritemodfile.cxx66 rtl::OUString const & text, sal_Int32 offset, sal_Int32 length) in convertToUtf8()
111 void writeData(oslFileHandle handle, char const * begin, sal_Int32 length) { in writeData()
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeStorageAccess.java63 public native long length(String name,String key) throws java.io.IOException; in length() method in NativeStorageAccess
73 …public native void write(String name,String key,byte[] b, int offset, int length) throws java.io.I… in write()
H A DStorageAccess.java67 public long length() throws java.io.IOException{ in length() method in StorageAccess
122 public void write(byte[] b, int offset, int length) throws java.io.IOException{ in write()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLBlob.java71 public byte[] getBytes(long pos, int length) throws SQLException { in getBytes()
80 public long length() throws SQLException { in length() method in JavaSQLBlob
H A DJavaSQLClob.java71 public String getSubString(long pos, int length) throws SQLException { in getSubString()
80 public long length() throws SQLException { in length() method in JavaSQLClob
H A DJavaSQLPreparedStatement.java164 …public synchronized void setBinaryStream(int index, XInputStream x, int length) throws SQLExceptio… in setBinaryStream()
219 …public synchronized void setCharacterStream(int index, XInputStream x, int length) throws SQLExcep… in setCharacterStream()
H A DJavaSQLResultSet.java871 … public void updateBinaryStream(int columnIndex, XInputStream x, int length) throws SQLException { in updateBinaryStream()
881 …public void updateCharacterStream(int columnIndex, XInputStream x, int length) throws SQLException… in updateCharacterStream()
/trunk/main/connectivity/source/commontools/
H A DBlobHelper.cxx38 ::sal_Int64 SAL_CALL BlobHelper::length( ) throw (::com::sun::star::sdbc::SQLException, ::com::sun… in length() function in BlobHelper
H A Dparameters.cxx1050 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream>& x, sal_Int32 length ) in setBinaryStream()
1056 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream>& x, sal_Int32 length ) in setCharacterStream()
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx469 …terIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLEx… in setBinaryStream()
H A DAResultSet.cxx784 …umnIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLEx… in updateBinaryStream()
794 …umnIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLEx… in updateCharacterStream()
H A DAolevariant.cxx99 sal_Int32 OLEString::length() const in length() function in OLEString
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx385 …terIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLEx… in setCharacterStream()
392 …terIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLEx… in setBinaryStream()
H A DFResultSet.cxx843 …umnIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLEx… in updateBinaryStream()
857 …umnIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length ) throw(SQLEx… in updateCharacterStream()
/trunk/main/connectivity/source/drivers/jdbc/
H A DBlob.cxx60 sal_Int64 SAL_CALL java_sql_Blob::length( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun… in length() function in java_sql_Blob
H A DClob.cxx57 sal_Int64 SAL_CALL java_sql_Clob::length( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun… in length() function in java_sql_Clob

Completed in 186 milliseconds

1234567