Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/table/
H A Dswtable.cxx176 const Color* GetSaveUserColor() const { return mpUserColor; } in GetSaveUserColor() function in SwTableBox_Impl
188 inline const Color* SwTableBox::GetSaveUserColor() const in GetSaveUserColor() function in SwTableBox
190 return pImpl ? pImpl->GetSaveUserColor() : 0; in GetSaveUserColor()
292 if( pBox->GetSaveUserColor() ) in _InsTblBox()
293 aAttrSet.Put( SvxColorItem( *pBox->GetSaveUserColor(), RES_CHRATR_COLOR )); in _InsTblBox()
2160 pNewUserColor = rBox.GetSaveUserColor(); in ChgTextToNum()
2292 pNewUserColor = rBox.GetSaveUserColor(); in ChgNumToText()
/trunk/main/sw/inc/
H A Dswtable.hxx450 inline const Color* GetSaveUserColor() const;

Completed in 33 milliseconds