Searched refs:cVal (Results 1 – 4 of 4) sorted by relevance
153 const sal_uInt8 cVal = *pInBuf++; in Read() local155 memset( &pTmpBuf[ nIndex ], cVal, nCountByte ); in Read()
261 inline void Set( long nY, long nX, sal_uInt8 cVal );298 inline void ImplVectMap::Set( long nY, long nX, sal_uInt8 cVal ) in Set() argument301 ( ( mpScan[ nY ][ nX >> 2 ] ) &= ~( 3 << cShift ) ) |= ( cVal << cShift ); in Set()
748 aValue.setValue( & cVal, getCppuType((sal_Int8*)0)); in makeAny()
1585 rAny.setValue( & var.cVal, getCppuType((sal_Int8*)0)); in variantToAny()
Completed in 30 milliseconds