Searched refs:cbWritten (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/dtrans/source/win32/dtobj/ |
H A D | DTransHelper.cxx | 63 void SAL_CALL CStgTransferHelper::write( const void* lpData, ULONG cb, ULONG* cbWritten ) in write() argument 68 hr = m_lpStream->Write( lpData, cb, cbWritten ); in write()
|
H A D | DTransHelper.hxx | 80 void SAL_CALL write( const void* lpData, ULONG cb, ULONG* cbWritten = NULL );
|
/aoo4110/main/sal/workben/clipboardwben/testcopy/ |
H A D | cbcpytest.cxx | 378 int cbWritten = GetLocaleInfo( lcid, LOCALE_IDEFAULTANSICODEPAGE, buff, sizeof( buff ) ); in PasteData() local 379 cbWritten = GetLocaleInfo( lcid, LOCALE_IDEFAULTCODEPAGE, buff, sizeof( buff ) ); in PasteData()
|
Completed in 21 milliseconds