Lines Matching refs:mxCell
116 CellRef mxCell; member in sdr::table::CellEditSourceImpl
127 bool IsEditMode() const { return mxCell->IsTextEditActive(); }; in IsEditMode()
181 mxCell( xCell ) in CellEditSourceImpl()
203 mxCell( xCell ) in CellEditSourceImpl()
550 …pOutlinerParaObject = mxCell->GetEditOutlinerParaObject(); // Get the OutlinerParaObject if text e… in GetBackgroundTextForwarder()
555 pOutlinerParaObject = mxCell->GetOutlinerParaObject(); in GetBackgroundTextForwarder()
566 SfxStyleSheetPool* pPool = mxCell->GetStyleSheetPool(); in GetBackgroundTextForwarder()
570 SfxStyleSheet* pStyleSheet = mxCell->GetStyleSheet(); in GetBackgroundTextForwarder()
589 if(mxCell->GetStyleSheet()) in GetBackgroundTextForwarder()
590 mpOutliner->SetStyleSheet( 0, mxCell->GetStyleSheet()); in GetBackgroundTextForwarder()
671 Rectangle aBoundRect( mxCell->GetCurrentBoundRect() ); in CreateViewForwarder()
760 mxCell->SetOutlinerParaObject( mpOutliner->CreateParaObject() ); in UpdateData()
764 mxCell->SetOutlinerParaObject( NULL ); in UpdateData()
818 mxCell->TakeTextAnchorRect( aAnchorRect ); in GetVisArea()