Home
last modified time | relevance | path

Searched refs:buffer (Results 251 – 275 of 440) sorted by relevance

1...<<1112131415161718

/aoo41x/main/scripting/source/storage/
H A DXMLElement.cxx83 _name, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in dump()
96 _name, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in dump()
/aoo41x/main/sal/osl/w32/
H A Dnlsupport.c182 wcscpy( params.Language, pLocale->Language->buffer ); in osl_getTextEncodingFromLocale()
185 wcscpy( params.Country, pLocale->Country->buffer ); in osl_getTextEncodingFromLocale()
/aoo41x/main/cppu/source/uno/
H A Dprim.hxx197 ::rtl_ustr_compare( pType1->pTypeName->buffer, pType2->pTypeName->buffer ) == 0)); in _type_equals()
/aoo41x/main/cppuhelper/source/
H A Dfindsofficepath.c160 char buffer[PATH_MAX]; in platformSpecific() local
182 resolved = realpath( file, buffer ); in platformSpecific()
/aoo41x/main/vcl/unx/generic/app/
H A Dsaldata.cxx738 int buffer; in Yield() local
739 while (read (m_pTimeoutFDS[0], &buffer, sizeof(buffer)) > 0) in Yield()
/aoo41x/main/cui/source/dialogs/
H A Dscriptdlg.cxx203 e.Message , RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in Init()
560 winTitle.SearchAndReplace( String::CreateFromAscii( "%MACROLANG" ), language.pData->buffer ); in SvxScriptOrgDialog()
854 …ng to invoke %s", ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in IMPL_LINK()
1038 e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in createEntry()
1161 e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in renameEntry()
1210 e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in deleteEntry()
/aoo41x/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx1299 ::rtl::OUStringBuffer buffer; in exportSignature()
1309 buffer = signatureInfo.ouDateTime; in exportSignature()
1311 convertDateTime( buffer, signatureInfo.stDateTime ); in exportSignature()
1312 xDocumentHandler->characters( buffer.makeStringAndClear() ); in exportSignature()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx1329 std::vector< char > buffer( 0x10000, 0 ); in StartJob() local
1343 osl_readFile( pFile, &buffer[0], buffer.size(), &nBytesRead ); in StartJob()
1345 fwrite( &buffer[0], 1, nBytesRead, fp ); in StartJob()
1346 } while( nBytesRead == buffer.size() ); in StartJob()
/aoo41x/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx317 uno::Sequence< sal_Int8 > buffer; in read() local
318 int len=xInputStream->readSomeBytes(buffer,maxlen); in read()
321 sal_Int8 *_buffer=buffer.getArray(); in read()
/aoo41x/main/basic/source/comp/
H A Dcodegen.cxx500 SbiBuffer& buffer() in buffer() function in BufferTransformer
532 m_pCnvtdBuf = (sal_uInt8*)aTrnsfrmer.buffer().GetBuffer(); in convert()
533 m_nCnvtdSize = static_cast<S>( aTrnsfrmer.buffer().GetSize() ); in convert()
/aoo41x/main/xmlsecurity/source/xmlsec/
H A Dxmlstreamio.cxx120 int xmlStreamRead( void* context, char* buffer, int len ) in xmlStreamRead() argument
137 *( buffer + i ) = *( readBytes + i ) ; in xmlStreamRead()
/aoo41x/main/oox/source/drawingml/
H A Dhyperlinkcontext.cxx50 …L_TRACE("OOX: URI rId %s", ::rtl::OUStringToOString (aRelId, RTL_TEXTENCODING_UTF8).pData->buffer); in HyperLinkContext()
54 …L_TRACE("OOX: URI href %s", ::rtl::OUStringToOString (sHref, RTL_TEXTENCODING_UTF8).pData->buffer); in HyperLinkContext()
/aoo41x/main/javaunohelper/source/
H A Dbootstrap.cxx64 jni_env->GetStringRegion( jstr, 0, len, ustr->buffer ); in jstring_to_oustring()
68 ustr->buffer[ len ] = '\0'; in jstring_to_oustring()
/aoo41x/main/offapi/com/sun/star/xml/crypto/sax/
H A DXSAXEventKeeperStatusChangeListener.idl62 * Notifies the SAXEventKeeper's buffer is empty/not empty
64 * @param isBufferEmpty <code>true</code> if the SAXEventKeeper has no buffer
H A DXElementStackKeeper.idl66 * Starts to buffer key SAX events.
78 * All transferred events are removed from the buffer.
/aoo41x/main/basic/source/classes/
H A Deventatt.cxx91 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in SFURL_firing_impl()
154 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in SFURL_firing_impl()
160 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in SFURL_firing_impl()
/aoo41x/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx666 char buffer[32]; in getErrorLineString() local
670 …snprintf( buffer, sizeof(buffer), "Line: %ld - ", static_cast<long>( m_xLocator->getLineNumber() )… in getErrorLineString()
671 return ::rtl::OUString::createFromAscii( buffer ); in getErrorLineString()
H A Dmenudocumenthandler.cxx219 char buffer[32]; in getErrorLineString() local
223 …snprintf( buffer, sizeof(buffer), "Line: %ld - ", static_cast<long>( m_xLocator->getLineNumber() )… in getErrorLineString()
224 return ::rtl::OUString::createFromAscii( buffer ); in getErrorLineString()
/aoo41x/main/toolkit/workben/layout/
H A Deditor.cxx1569 rtl::OUStringBuffer buffer (string.getLength()); in toXMLNaming() local
1570 sal_Unicode *str = string.pData->buffer; in toXMLNaming()
1575 buffer.append ((sal_Unicode) '-'); in toXMLNaming()
1576 buffer.append ((sal_Unicode) (str[i] - 'A' + 'a')); in toXMLNaming()
1579 buffer.append ((sal_Unicode) str[i]); in toXMLNaming()
1582 return buffer.makeStringAndClear(); in toXMLNaming()
/aoo41x/main/offapi/com/sun/star/linguistic2/
H A DXDictionaryList.idl172 until the next flushing of the buffer.</P>
185 /** flushes the event buffer and decreases the request level for
205 that buffer.
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3232 static char buffer[128]; in dump_atom_header() local
3233 sprintf( buffer, "unknown_%#x", pAtom->getType() ); in dump_atom_header()
3234 pTitle = buffer; in dump_atom_header()
3622 static char buffer[128]; in dump() local
3623 sprintf( buffer, "%ld", nPresetClass ); in dump()
3624 pMode = buffer; in dump()
3651 static char buffer[128]; in dump() local
3652 sprintf( buffer, "%ld", nNodeType ); in dump()
3653 pNode = buffer; in dump()

Completed in 135 milliseconds

1...<<1112131415161718