Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/table/
H A Dswtable.cxx170 void SetNewCol( Color** ppCol, const Color* pNewCol );
2732 void SwTableBox_Impl::SetNewCol( Color** ppCol, const Color* pNewCol ) in SetNewCol() argument
2734 if( *ppCol != pNewCol ) in SetNewCol()
2737 if( pNewCol ) in SetNewCol()
2738 *ppCol = new Color( *pNewCol ); in SetNewCol()

Completed in 18 milliseconds