Home
last modified time | relevance | path

Searched refs:m_nBufferPos (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1592 rInc.m_nBufferPos = 0; in sendData()
2010 int nBytes = rInc.m_aData.getLength() - rInc.m_nBufferPos; in handleSendPropertyNotify()
2017 (const unsigned char*)rInc.m_aData.getConstArray()+rInc.m_nBufferPos ); in handleSendPropertyNotify()
2028 … (const unsigned char*)rInc.m_aData.getConstArray()+rInc.m_nBufferPos, in handleSendPropertyNotify()
2030 rInc.m_nBufferPos += nBytes; in handleSendPropertyNotify()
H A DX11_selection.hxx171 int m_nBufferPos; member