Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/table/
H A Dswtable.cxx104 void SetNewCol( Color** ppCol, const Color* pNewCol );
112 void SetSaveUserColor(const Color* p ) { SetNewCol( &mpUserColor, p ); } in SetSaveUserColor()
113 void SetSaveNumFmtColor( const Color* p ) { SetNewCol( &mpNumFmtColor, p ); } in SetSaveNumFmtColor()
2666 void SwTableBox_Impl::SetNewCol( Color** ppCol, const Color* pNewCol ) in SetNewCol() function in SwTableBox_Impl