Home
last modified time | relevance | path

Searched defs:buffer (Results 51 – 75 of 200) sorted by path

12345678

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java380 private final ByteArrayOutputStream buffer = new ByteArrayOutputStream(); field in Marshal
/trunk/main/jurt/source/pipe/
H A Dcom_sun_star_lib_connections_pipe_PipeConnection.c340 (JNIEnv * env, jobject obj_this, jobjectArray buffer, jint len) in PipeConnection_read()
460 (JNIEnv * env, jobject obj_this, jbyteArray buffer) in PipeConnection_write()
/trunk/main/jurt/source/pipe/wrapper/
H A Dwrapper.c75 JNIEnv * env, jobject obj_this, jobjectArray buffer, jint len) in Java_com_sun_star_lib_connections_pipe_PipeConnection_readJNI()
83 JNIEnv * env, jobject obj_this, jbyteArray buffer) in Java_com_sun_star_lib_connections_pipe_PipeConnection_writeJNI()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DGSIWriter.java109 StringBuffer buffer=new StringBuffer(""); in writeData() local
150 StringBuffer buffer =new StringBuffer(200); in getSourceLine() local
185 StringBuffer buffer =new StringBuffer(200); in getTargetLine() local
H A DSDFWriter.java102 StringBuffer buffer=new StringBuffer(""); in writeData() local
/trunk/main/l10ntools/source/
H A Dexport2.cxx648 char buffer[64000]; in getCurrentDir() local
668 char buffer[RAND_NAME_LENGTH]; in getRandomName() local
H A Dinireader.cxx142 char* buffer = new char[ str.length()*3 ]; in toStlString() local
H A Dtreeconfig.cxx122 char buffer[64000]; in getCurrentDir() local
H A Dxmlparse.cxx874 OUStringBuffer* buffer = new OUStringBuffer(); in ToOString() local
884 OUStringBuffer* buffer = new OUStringBuffer(); in ToOUString() local
893 void XMLElement::Print(XMLNode *pCur, OUStringBuffer& buffer , bool rootelement ){ in Print()
/trunk/main/odk/examples/DevelopersGuide/OfficeBean/
H A DOOoBeanViewer.java63 private byte buffer[]; field in OOoBeanViewer
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DWinRegKey.java76 ostream.write( buffer, 0, n ); in ostream.write() argument
/trunk/main/oox/source/core/
H A Dencryption.cxx638 char buffer[ 256 ]; in toOpenSSLDigestAlgorithm() local
680 char buffer[ 256 ]; in toOpenSSLCipherAlgorithm() local
H A Drelationshandler.cxx105 rtl::OUStringBuffer buffer; in removeDuplicateSlashes() local
/trunk/main/oox/source/helper/
H A Dopenssl_wrapper.cxx43 OUStringBuffer* buffer = (OUStringBuffer*) userData; in error_cb() local
55 OUStringBuffer buffer; in throwOpenSSLException() local
/trunk/main/pyuno/source/module/
H A Dpyuno_util.cxx170 void appendPointer(rtl::OUStringBuffer & buffer, void * pointer) { in appendPointer()
/trunk/main/pyuno/zipcore/
H A Dpython.cxx44 wchar_t * encode(wchar_t * buffer, wchar_t const * text) { in encode()
/trunk/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx86 inline TypeReader( const sal_uInt8* buffer, in TypeReader()
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdbmaker.cxx104 sal_Char buffer[1024+1]; in initFilterTypes() local
H A Drdboptions.cxx303 char buffer[512]; in initOptions() local
/trunk/main/registry/inc/registry/
H A Dreader.hxx81 void const * buffer, sal_uInt32 length, bool copy, in Reader()
H A Dreflread.hxx321 inline RegistryTypeReader::RegistryTypeReader(const sal_uInt8* buffer, in RegistryTypeReader()
/trunk/main/registry/source/
H A Dreflcnst.hxx110 inline sal_uInt32 writeBYTE(sal_uInt8* buffer, sal_uInt8 v) in writeBYTE()
117 inline sal_uInt16 readBYTE(const sal_uInt8* buffer, sal_uInt8& v) in readBYTE()
124 inline sal_uInt32 writeINT16(sal_uInt8* buffer, sal_Int16 v) in writeINT16()
132 inline sal_uInt32 readINT16(const sal_uInt8* buffer, sal_Int16& v) in readINT16()
139 inline sal_uInt32 writeUINT16(sal_uInt8* buffer, sal_uInt16 v) in writeUINT16()
154 inline sal_uInt32 writeINT32(sal_uInt8* buffer, sal_Int32 v) in writeINT32()
164 inline sal_uInt32 readINT32(const sal_uInt8* buffer, sal_Int32& v) in readINT32()
176 inline sal_uInt32 writeUINT32(sal_uInt8* buffer, sal_uInt32 v) in writeUINT32()
198 inline sal_uInt32 writeINT64(sal_uInt8* buffer, sal_Int64 v) in writeINT64()
228 inline sal_uInt32 writeUINT64(sal_uInt8* buffer, sal_uInt64 v) in writeUINT64()
[all …]
H A Dreflread.cxx137 BlopObject::BlopObject(const sal_uInt8* buffer, sal_uInt32 len, sal_Bool copyBuffer) in BlopObject()
216 sal_uInt16 StringCache::createString(const sal_uInt8* buffer) in createString()
247 ConstantPool(const sal_uInt8* buffer, sal_uInt16 numEntries) in ConstantPool()
593 FieldList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in FieldList()
762 ReferenceList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in ReferenceList()
856 MethodList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in MethodList()
1102 const sal_uInt8* buffer, sal_uInt32 len, sal_Bool copyBuffer): in TypeRegistryEntry()
1158 void const * buffer, sal_uInt32 length, sal_Bool copy, in typereg_reader_create()
1188 static TypeReaderImpl TYPEREG_CALLTYPE createEntry(const sal_uInt8* buffer, sal_uInt32 len, sal_Boo… in createEntry()
H A Dreflwrit.cxx113 sal_uInt32 writeString(sal_uInt8* buffer, const sal_Unicode* v) in writeString()
127 sal_uInt32 readString(const sal_uInt8* buffer, sal_Unicode* v, sal_uInt32 maxSize) in readString()
147 sal_uInt32 writeFloat(sal_uInt8* buffer, float v) in writeFloat()
166 sal_uInt32 writeDouble(sal_uInt8* buffer, double v) in writeDouble()
293 sal_uInt32 CPInfo::toBlop(sal_uInt8* buffer) in toBlop()
/trunk/main/registry/tools/
H A Doptions.cxx92 std::string buffer; in checkCommandFile() local

Completed in 87 milliseconds

12345678