Home
last modified time | relevance | path

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

/aoo42x/main/writerfilter/source/doctok/
H A DWW8StyleSheet.cxx142 sal_uInt32 nCountTmp = getU16(nResult); in get_upxstart() local
144 nResult += 4 + nCountTmp * 2; in get_upxstart()
/aoo42x/main/tools/source/stream/
H A Dstream.cxx1805 sal_Size nCountTmp = GetData( pRWBuf, nBufSize ); in Read() local
1807 EncryptBuffer(pRWBuf, nCountTmp); in Read()
1808 nBufActualLen = (sal_uInt16)nCountTmp; in Read()
1809 if( nCount > nCountTmp ) in Read()
1811 nCount = nCountTmp; // zurueckstutzen, Eof siehe unten in Read()

Completed in 27 milliseconds