Lines Matching refs:mxCell
139 sdr::table::CellRef mxCell; member in sdr::properties::CellProperties
164 , mxCell(pCell) in CellProperties()
170 , mxCell( pCell ) in CellProperties()
192 if( mxCell.is() ) in ItemSetChanged()
194 OutlinerParaObject* pParaObj = mxCell->GetEditOutlinerParaObject(); in ItemSetChanged()
199 pParaObj = mxCell->GetOutlinerParaObject(); in ItemSetChanged()
206 if(mxCell->IsTextEditActive()) in ItemSetChanged()
225 if(!mxCell->IsTextEditActive()) in ItemSetChanged()
239 mxCell->SetOutlinerParaObject(pTemp); in ItemSetChanged()
250 if( mxCell.is() ) in ItemSetChanged()
251 mxCell->notifyModified(); in ItemSetChanged()
265 OutlinerParaObject* pParaObj = mxCell->GetEditOutlinerParaObject(); in ItemChange()
267 pParaObj = mxCell->GetOutlinerParaObject(); in ItemChange()