Searched refs:pNewColor (Results 1 – 3 of 3) sorted by relevance
652 sal_uInt8* pNewColor = new sal_uInt8[ nNewSize ]; in SetEntryCount() local655 memcpy( pNewColor, mpBitmapColor, nMinSize ); in SetEntryCount()657 memset( pNewColor + nMinSize, 0, nNewSize - nMinSize ); in SetEntryCount()658 mpBitmapColor = (BitmapColor*) pNewColor; in SetEntryCount()
95 void SwFont::SetBackColor( Color* pNewColor ) in SetBackColor() argument98 pBackColor = pNewColor; in SetBackColor()
178 void SetBackColor( Color* pNewColor );
Completed in 41 milliseconds