Home
last modified time | relevance | path

Searched refs:m_aBuffer (Results 1 – 9 of 9) sorted by relevance

/trunk/main/dbaccess/source/core/inc/
H A Dcomposertools.hxx52 ::rtl::OUStringBuffer m_aBuffer;
60 return m_aBuffer.makeStringAndClear(); in getComposedAndClear()
68 m_aBuffer.makeStringAndClear(); in clear()
95 if ( m_aBuffer.getLength() ) in append()
98 m_aBuffer.append( lhs ); in append()
113 m_aBuffer.insert( 0, (sal_Unicode)' ' ); in appendNonEmptyToNonEmpty()
115 m_aBuffer.appendAscii( " ) AND ( " ); in appendNonEmptyToNonEmpty()
116 m_aBuffer.append( lhs ); in appendNonEmptyToNonEmpty()
117 m_aBuffer.appendAscii( " )" ); in appendNonEmptyToNonEmpty()
128 m_aBuffer.appendAscii( ", " ); in appendNonEmptyToNonEmpty()
[all …]
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx55 sal_Int8 m_aBuffer[1]; member
138 - m_pReadPage->m_aBuffer); in getReadPosition()
894 m_pFirstPage->m_pStart = m_pFirstPage->m_aBuffer; in write()
895 m_pFirstPage->m_pRead = m_pFirstPage->m_aBuffer; in write()
896 m_pFirstPage->m_pEnd = m_pFirstPage->m_aBuffer; in write()
913 - m_pWritePage->m_aBuffer); in write()
929 m_pWritePage->m_pStart = m_pWritePage->m_aBuffer in write()
971 m_pWritePage->m_pStart = m_pWritePage->m_aBuffer; in write()
972 m_pWritePage->m_pRead = m_pWritePage->m_aBuffer; in write()
973 m_pWritePage->m_pEnd = m_pWritePage->m_aBuffer; in write()
[all …]
/trunk/main/package/source/package/zippackage/
H A DZipPackageBuffer.cxx55 memcpy(aData.getArray(), m_aBuffer.getConstArray() + m_nCurrent, nBytesToRead); in readBytes()
95 m_aBuffer.realloc(static_cast < sal_Int32 > (m_nBufferSize)); in writeBytes()
100 m_aBuffer.realloc ( static_cast < sal_Int32 > ( m_nBufferSize ) ); in writeBytes()
103 …memcpy( m_aBuffer.getArray() + m_nCurrent, aData.getConstArray(), static_cast < sal_Int32 > (nData… in writeBytes()
/trunk/main/package/inc/
H A DZipPackageBuffer.hxx43 com::sun::star::uno::Sequence < sal_Int8 > m_aBuffer; member in ZipPackageBuffer
50 inline void realloc ( sal_Int32 nSize ) { m_aBuffer.realloc ( nSize ); } in realloc()
51 inline const sal_Int8 * getConstArray () const { return m_aBuffer.getConstArray(); } in getConstArray()
52 inline const com::sun::star::uno::Sequence < sal_Int8> getSequence () const { return m_aBuffer; } in getSequence()
/trunk/main/tools/inc/tools/
H A Dinetmime.hxx1180 ByteString m_aBuffer; member in INetMIMEStringOutputSink
1201 ByteString aTheBuffer = m_aBuffer; in takeBuffer()
1202 m_aBuffer.Erase(); in takeBuffer()
1210 UniString m_aBuffer; member in INetMIMEUnicodeOutputSink
1237 UniString aTheBuffer = m_aBuffer; in takeBuffer()
1238 m_aBuffer.Erase(); in takeBuffer()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx227 sal_Char m_aBuffer[BUFFER_SIZE]; member in jfw_plugin::FileHandleReader
246 m_aGuard.getHandle(), m_aBuffer, sizeof(m_aBuffer), &nRead)) in readLine()
267 if (m_bLf && m_aBuffer[m_nIndex] == 0x0A) in readLine()
273 switch (m_aBuffer[m_nIndex++]) in readLine()
278 *pLine += rtl::OString(m_aBuffer + nStart, in readLine()
284 *pLine += rtl::OString(m_aBuffer + nStart, m_nIndex - nStart); in readLine()
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_import.cxx469 m_aBuffer.append( rChars ); in characters()
482 aElement <<= m_aBuffer.makeStringAndClear(); in endElement()
H A Dxmlbas_import.hxx190 ::rtl::OUStringBuffer m_aBuffer;
/trunk/main/tools/source/inet/
H A Dinetmime.cxx3603 || pEnd - pBegin > STRING_MAXLEN - m_aBuffer.Len(); in writeSequence()
3605 m_aBuffer.Append(pBegin, static_cast< xub_StrLen >(pEnd - pBegin)); in writeSequence()
3665 || pEnd - pBegin > STRING_MAXLEN - m_aBuffer.Len(); in writeSequence()
3667 m_aBuffer.Append(pBegin, static_cast< xub_StrLen >(pEnd - pBegin)); in writeSequence()

Completed in 114 milliseconds