Home
last modified time | relevance | path

Searched refs:buffer (Results 376 – 400 of 456) sorted by relevance

1...<<111213141516171819

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx132 int findSameDirLimit(const xub_Unicode* buffer, int charCount, bool rtl) in findSameDirLimit() argument
137 ubidi_setPara(ubidi, reinterpret_cast<const UChar *>(buffer), charCount, in findSameDirLimit()
/trunk/main/oox/source/dump/
H A Doledumper.ini362 0x7FFFFFFF=int32,dec,buffer-size
835 0x08000000=draw-buffer
/trunk/main/udkapi/com/sun/star/io/
H A DXInputStream.idl71 directly into the sequence so that no buffer reallocation is
/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Environment.cxx251 …rtl_ustr_ascii_compare_WithLength(pEnv->pTypeName->buffer, rtl_str_getLength(UNO_LB_UNO), UNO_LB_U… in Base()
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx130 arg.pData->buffer + 2, option_info->m_name ) == 0) in isOption()
/trunk/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.src306 Text [ en-US ] = "Data ~buffer size (MB)" ;
/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx331 ::rtl::OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in getAllBrowseNodes()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx178 arg.pData->buffer + 2, option_info->m_name ) == 0) in is_option()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx151 rtl::ByteSequence byteSeq( (sal_Int8*) sVendorData.pData->buffer, in createJavaInfo()
H A Dutil.cxx61 #define CHAR_POINTER(oustr) ::rtl::OUStringToOString(oustr,RTL_TEXTENCODING_UTF8).pData->buffer
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch249 * maxsegments. The pointers point into the dest buffer.
747 +* this function extract all n-gram from past buffer and put them into the table "t"
762 …(for(;;p++)) now, it's pointer which is increased so we have to get the new pointer on the buffer*/
827 - tmp = prepbuffer( buffer, bufsize );
828 + tmp = prepbuffer( buffer, bufsize );
829 + /*printf("Cleaned buffer : %s\n",tmp);*/
/trunk/main/configmgr/source/
H A Dwritemodfile.cxx72 &s.pData, text.pData->buffer + offset, length, in convertToUtf8()
/trunk/main/stoc/test/
H A Dtestconv.cxx125 …printf( OUStringToOString(pEnumTD->ppEnumNames[nPos]->buffer, RTL_TEXTENCODING_ASCII_US).getStr() … in printValue()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx290 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in getCurrentDocument()
/trunk/main/bridges/test/
H A Dtestcomp.cxx313 printf( "%s\n" , o.pData->buffer ); in call()
/trunk/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx1122 return rtl_ustr_ascii_compare_WithLength(pustr->buffer, pustr->length, pc); in attr_compare()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbadmin.src431 Text [ en-US ] = "Data ~buffer size (MB)" ;
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx1061 …eate dialog for: %s", ::rtl::OUStringToOString( aLang , RTL_TEXTENCODING_ASCII_US ).pData->buffer); in OfaExec_Impl()
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java476 List<TreeNode> buffer) in traverse() argument
482 buffer.add(node); in traverse()
494 buffer.add(stack.peek().First); in traverse()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx415 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in getCurrentDoc()
/trunk/main/tools/source/debug/
H A Ddebug.cxx431 lcl_writeConfigString( _pFile, _pKeyName, stringData->buffer ); in lcl_writeHexByte()
/trunk/main/sal/osl/unx/
H A Dprofile.c184 if ( ustrProfileName != NULL && ustrProfileName->buffer[0] != 0 ) in osl_openProfile()
/trunk/main/basic/source/classes/
H A Dsb.cxx2033 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in GetModelFromBasic()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp629 WCHAR* text = aStr.pData->buffer; in GetMnemonicChar()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx255 const sal_Unicode* buffer = sOCXName.getStr(); in writeOCXNAME() local
258 sal_uInt16 ch = static_cast< sal_uInt16 >( buffer[ index ] ); in writeOCXNAME()

Completed in 163 milliseconds

1...<<111213141516171819