Home
last modified time | relevance | path

Searched refs:cVal (Results 1 – 4 of 4) sorted by path

/trunk/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx748 aValue.setValue( & cVal, getCppuType((sal_Int8*)0)); in makeAny()
/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx1585 rAny.setValue( & var.cVal, getCppuType((sal_Int8*)0)); in variantToAny()
/trunk/main/svx/source/gallery2/
H A Dcodec.cxx153 const sal_uInt8 cVal = *pInBuf++; in Read() local
155 memset( &pTmpBuf[ nIndex ], cVal, nCountByte ); in Read()
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx261 inline void Set( long nY, long nX, sal_uInt8 cVal );
298 inline void ImplVectMap::Set( long nY, long nX, sal_uInt8 cVal ) in Set() argument
301 ( ( mpScan[ nY ][ nX >> 2 ] ) &= ~( 3 << cShift ) ) |= ( cVal << cShift ); in Set()

Completed in 40 milliseconds