Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/table/
H A Dswtable.cxx100 Color *mpUserColor, *mpNumFmtColor; member in SwTableBox_Impl
106 SwTableBox_Impl() : mpUserColor(0), mpNumFmtColor(0), mnRowSpan(1), in SwTableBox_Impl()
108 ~SwTableBox_Impl() { delete mpUserColor; delete mpNumFmtColor; } in ~SwTableBox_Impl()
110 const Color* GetSaveUserColor() const { return mpUserColor; } in GetSaveUserColor()
112 void SetSaveUserColor(const Color* p ) { SetNewCol( &mpUserColor, p ); } in SetSaveUserColor()

Completed in 27 milliseconds