Home
last modified time | relevance | path

Searched refs:buffer (Results 276 – 300 of 456) sorted by relevance

1...<<111213141516171819

/trunk/main/sal/rtl/source/
H A Duri.cxx385 sal_Unicode const * pBegin = pUriRef->buffer; in parseUriRef()
603 sal_Unicode const * p = pText->buffer; in rtl_uriEncode()
669 sal_Unicode const * p = pText->buffer; in rtl_uriDecode()
/trunk/main/unoxml/source/dom/
H A Dattr.cxx188 ::boost::shared_ptr<xmlChar const> const buffer( in setValue()
192 xmlStringGetNodeList(m_aAttrPtr->doc, buffer.get()); in setValue()
H A Ddocumentbuilder.cxx204 static int xmlIO_read_func( void *context, char *buffer, int len) in xmlIO_read_func() argument
216 rtl_copyMemory(buffer, chunk.getConstArray(), nread); in xmlIO_read_func()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_Ignore.cxx137 sal_Unicode * dst = newStr->buffer; in folding()
202 newStr->length = sal_Int32(dst - newStr->buffer); in folding()
H A Dtransliteration_body.cxx187 sal_Unicode* out = pStr->buffer; in transliterate()
258 sal_Unicode* out = pStr->buffer; in transliterateChar2String()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx209 nCmp = rtl_str_compareIgnoreAsciiCase_WithLength( aFamily.pData->buffer, in operator <()
211 rRight.aFamily.pData->buffer, in operator <()
219 nCmp = rtl_str_compareIgnoreAsciiCase_WithLength( aFoundry.pData->buffer, in operator <()
221 rRight.aFoundry.pData->buffer, in operator <()
253 nCmp = rtl_str_compareIgnoreAsciiCase_WithLength( aAddStyle.pData->buffer, in operator <()
255 rRight.aAddStyle.pData->buffer, in operator <()
275 nCmp = rtl_str_compareIgnoreAsciiCase_WithLength( aFamily.pData->buffer, in operator ==()
277 rRight.aFamily.pData->buffer, in operator ==()
285 nCmp = rtl_str_compareIgnoreAsciiCase_WithLength( aFoundry.pData->buffer, in operator ==()
287 rRight.aFoundry.pData->buffer, in operator ==()
[all …]
/trunk/main/svtools/source/filter/jpeg/
H A Djpegc.c52 char buffer[JMSG_LENGTH_MAX]; in my_output_message() local
53 (*cinfo->err->format_message) (cinfo, buffer); in my_output_message()
/trunk/main/pyuno/source/loader/
H A Dpyuno_loader.cxx118 Py_SetPythonHome( o.pData->buffer); in setPythonHome()
120 static wchar_t *wpath = Py_DecodeLocale(o.pData->buffer, NULL); in setPythonHome()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx497 ::rtl::OUStringBuffer buffer; in describeCurrentSelectionForType()
498 buffer.append( pList->GetEntryText( pParent ) ); in describeCurrentSelectionForType()
499 buffer.append( sal_Unicode( '/' ) ); in describeCurrentSelectionForType()
500 buffer.append( sName ); in describeCurrentSelectionForType()
501 sName = buffer.makeStringAndClear(); in describeCurrentSelectionForType()
/trunk/main/solenv/bin/
H A Dbuild.pl424 my $buffer;
429 while ($rv = sysread(HTML_PIPE, $buffer, $buffer_size)) {
430 $full_buffer .= $buffer;
450 my $buffer;
455 while ($rv = sysread(HTML_PIPE, $buffer, $buffer_size)) {
456 $full_buffer .= $buffer;
/trunk/main/sal/osl/os2/
H A Dprofile.c891 strcpy(File, (char*)strName->buffer);
916 pProgName = strProgName->buffer;
965 strcpy( Path, strHome->buffer);
997 strcpy( Path, strConfig->buffer);
1064 strcpy(Path, strConfigDir->buffer);
1924 if ( pProfile->m_strFileName != NULL && pProfile->m_strFileName->buffer[0] != 0 ) in acquireProfile()
/trunk/main/testtools/source/performance/
H A Dpseudo.cxx254 if (0 == rtl_ustr_ascii_compare( pFrom->pTypeName->buffer, UNO_LB_UNO ) && in uno_ext_getMapping()
255 0 == rtl_ustr_ascii_compare( pTo->pTypeName->buffer, UNO_LB_UNO )) in uno_ext_getMapping()
/trunk/main/registry/inc/registry/
H A Dreader.hxx81 void const * buffer, sal_uInt32 length, bool copy, in Reader() argument
84 if (!typereg_reader_create(buffer, length, copy, maxVersion, &m_handle)) in Reader()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.hxx226 void popupDocument( URLParameter* urlPar,char **buffer,int *byteCount );
235 char** buffer,
253 char** buffer,
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx424 fprintf(stderr, "CODETERM: %s\n", o.pData->buffer); in queryMeanings()
525 fprintf(stderr, "%d: %s\n", i + 1, o.pData->buffer); in queryMeanings()
553 fprintf(stderr, "%d: %s\n", i + 1, o.pData->buffer); in queryMeanings()
/trunk/main/connectivity/source/commontools/
H A DConnectionWrapper.cxx201 …const int c = rtl_ustr_compareIgnoreAsciiCase_WithLength( l->buffer, l->length, r->buffer, r->leng… in operator ()()
/trunk/main/pyuno/source/module/
H A Dpyuno_util.cxx170 void appendPointer(rtl::OUStringBuffer & buffer, void * pointer) { in appendPointer() argument
171 buffer.append( in appendPointer()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx118 char buffer[HFORMAT_LINELEN]; member
445 fwrite(_this->buffer, 1, _this->bufpos, _this->o); in HexFmtFlush()
481 _this->buffer[_this->bufpos++] = HexChars[Ch >> 4]; in HexFmtBlockWrite()
482 _this->buffer[_this->bufpos++] = HexChars[Ch & 0xF]; in HexFmtBlockWrite()
1625 sal_uInt8 buffer[12]; in CountTTCFonts() local
1628 if (fread(buffer, 1, 12, fd) == 12) { in CountTTCFonts()
1629 if(GetUInt32(buffer, 0, 1) == T_ttcf ) in CountTTCFonts()
1630 nFonts = GetUInt32(buffer, 8, 1); in CountTTCFonts()
/trunk/main/unotools/source/config/
H A Dxmlaccelcfg.cxx225 char buffer[32]; in getErrorLineString() local
229 return OUString::createFromAscii( buffer ); in getErrorLineString()
/trunk/main/rsc/source/rscpp/
H A Dcpp4.c567 defp = file->buffer; /* -> output buffer */
612 fprintf( pCppOut, "macroline: \"%s\"\n", file->buffer);
/trunk/main/offapi/com/sun/star/plugin/
H A DXPluginContext.idl106 /** Posts data from a buffer or file to an URL and receives a
130 /** Posts data from a buffer or file to an URL.
/trunk/main/comphelper/source/property/
H A Dopropertybag.hxx60 _rLHS.getTypeLibType()->pTypeName->buffer, in operator ()()
61 _rRHS.getTypeLibType()->pTypeName->buffer in operator ()()
/trunk/main/cppuhelper/source/
H A Dimplbase.cxx173 rtl_ustr_compare( pTD->pTypeName->buffer, pType->pTypeName->buffer ) == 0)); in td_equals()
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx3401 sal_Char buffer[30] = "Test for File constructor"; in TEST_F() local
3405 ::osl::FileBase::RC nError2 = testFile.write( buffer, 30, nCount ); in TEST_F()
4678 char buffer[50000]; in TEST_F() local
4680 nError1 = tmp_file.write((void*)buffer, sizeof(buffer), written); in TEST_F()
5768 sal_Unicode buffer[PATH_BUFFER_SIZE]; in rm_test_path() local
5771 sal_Int32 i = rtl_ustr_lastIndexOfChar(buffer, '/'); in rm_test_path()
5773 buffer[i] = 0; in rm_test_path()
5775 Directory::remove(buffer); in rm_test_path()
5777 i = rtl_ustr_lastIndexOfChar(buffer, '/'); in rm_test_path()
5778 buffer[i] = 0; in rm_test_path()
[all …]
/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx166 newStr->buffer[count++] = address; in getCharConversions()
173 output[0] = OUString( newStr->buffer, count ); in getCharConversions()

Completed in 214 milliseconds

1...<<111213141516171819