Home
last modified time | relevance | path

Searched refs:m_pBuff (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sysui/source/win32/misc/
H A DAutoBuffer.cxx45 m_pBuff( NULL ) in CAutoUnicodeBuffer()
57 delete [] m_pBuff; in ~CAutoUnicodeBuffer()
72 delete [] m_pBuff; in resize()
73 m_pBuff = NULL; in resize()
88 if ( m_pBuff ) in empty()
89 ZeroMemory( m_pBuff, m_buffSize * sizeof( sal_Unicode ) ); in empty()
104 if ( m_pBuff && pContent && nLen ) in fill()
106 CopyMemory( m_pBuff, pContent, nLen * sizeof( sal_Unicode ) ); in fill()
128 return m_pBuff; in operator sal_Unicode*()
137 return m_pBuff; in operator &()
[all …]
H A DAutoBuffer.hxx78 sal_Unicode* m_pBuff; member in CAutoUnicodeBuffer
/trunk/main/fpicker/source/win32/misc/
H A DAutoBuffer.cxx53 m_pBuff( NULL ) in CAutoUnicodeBuffer()
65 delete [] m_pBuff; in ~CAutoUnicodeBuffer()
78 delete [] m_pBuff; in resize()
79 m_pBuff = NULL; in resize()
94 if ( m_pBuff ) in empty()
95 ZeroMemory( m_pBuff, m_buffSize * sizeof( sal_Unicode ) ); in empty()
110 if ( m_pBuff && pContent && nLen ) in fill()
112 CopyMemory( m_pBuff, pContent, nLen * sizeof( sal_Unicode ) ); in fill()
134 return m_pBuff; in operator sal_Unicode*()
143 return m_pBuff; in operator &()
[all …]
H A DAutoBuffer.hxx75 sal_Unicode* m_pBuff; member in CAutoUnicodeBuffer