Lines Matching refs:rInc

1582                     const IncrementalTransfer& rInc = inc_it->second;  in sendData()  local
1584 rInc.m_aRequestor, in sendData()
1585 … OUStringToOString( getString( rInc.m_aProperty ), RTL_TEXTENCODING_ISO_8859_1 ).getStr(), in sendData()
1586 … OUStringToOString( getString( rInc.m_aTarget ), RTL_TEXTENCODING_ISO_8859_1 ).getStr() in sendData()
1593 IncrementalTransfer& rInc = m_aIncrementals[ requestor ][ property ]; in sendData() local
1594 rInc.m_aData = aData; in sendData()
1595 rInc.m_nBufferPos = 0; in sendData()
1596 rInc.m_aRequestor = requestor; in sendData()
1597 rInc.m_aProperty = property; in sendData()
1598 rInc.m_aTarget = target; in sendData()
1599 rInc.m_nFormat = nFormat; in sendData()
1600 rInc.m_nTransferStartTime = time( NULL ); in sendData()
1990 const IncrementalTransfer& rInc = inc_it->second; in handleSendPropertyNotify() local
1992 rInc.m_aRequestor, in handleSendPropertyNotify()
1993 … OUStringToOString( getString( rInc.m_aProperty ), RTL_TEXTENCODING_ISO_8859_1 ).getStr(), in handleSendPropertyNotify()
1994 … OUStringToOString( getString( rInc.m_aTarget ), RTL_TEXTENCODING_ISO_8859_1 ).getStr() in handleSendPropertyNotify()
2011 IncrementalTransfer& rInc = inc_it->second; in handleSendPropertyNotify() local
2013 int nBytes = rInc.m_aData.getLength() - rInc.m_nBufferPos; in handleSendPropertyNotify()
2020 (const unsigned char*)rInc.m_aData.getConstArray()+rInc.m_nBufferPos ); in handleSendPropertyNotify()
2023 sal_Size nUnitSize = GetTrueFormatSize(rInc.m_nFormat); in handleSendPropertyNotify()
2026 rInc.m_aRequestor, in handleSendPropertyNotify()
2027 rInc.m_aProperty, in handleSendPropertyNotify()
2028 rInc.m_aTarget, in handleSendPropertyNotify()
2029 rInc.m_nFormat, in handleSendPropertyNotify()
2031 … (const unsigned char*)rInc.m_aData.getConstArray()+rInc.m_nBufferPos, in handleSendPropertyNotify()
2033 rInc.m_nBufferPos += nBytes; in handleSendPropertyNotify()
2034 rInc.m_nTransferStartTime = nCurrentTime; in handleSendPropertyNotify()
2040 rInc.m_aRequestor, in handleSendPropertyNotify()
2041 … OUStringToOString( getString( rInc.m_aProperty ), RTL_TEXTENCODING_ISO_8859_1 ).getStr(), in handleSendPropertyNotify()
2042 … OUStringToOString( getString( rInc.m_aTarget ), RTL_TEXTENCODING_ISO_8859_1 ).getStr() in handleSendPropertyNotify()