Searched refs:ppCol (Results 1 – 1 of 1) sorted by relevance
104 void SetNewCol( Color** ppCol, const Color* pNewCol );2666 void SwTableBox_Impl::SetNewCol( Color** ppCol, const Color* pNewCol ) in SetNewCol() argument2668 if( *ppCol != pNewCol ) in SetNewCol()2670 delete *ppCol; in SetNewCol()2672 *ppCol = new Color( *pNewCol ); in SetNewCol()2674 *ppCol = 0; in SetNewCol()
Completed in 21 milliseconds