Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/table/
H A Dswtable.cxx110 const Color* GetSaveUserColor() const { return mpUserColor; } in GetSaveUserColor() function in SwTableBox_Impl
122 inline const Color* SwTableBox::GetSaveUserColor() const in GetSaveUserColor() function in SwTableBox
124 return pImpl ? pImpl->GetSaveUserColor() : 0; in GetSaveUserColor()
226 if( pBox->GetSaveUserColor() ) in _InsTblBox()
227 aAttrSet.Put( SvxColorItem( *pBox->GetSaveUserColor(), RES_CHRATR_COLOR )); in _InsTblBox()
2094 pNewUserColor = rBox.GetSaveUserColor(); in ChgTextToNum()
2226 pNewUserColor = rBox.GetSaveUserColor(); in ChgNumToText()
/aoo41x/main/sw/inc/
H A Dswtable.hxx450 inline const Color* GetSaveUserColor() const;

Completed in 88 milliseconds