Lines Matching refs:CellEditSource

913 CellEditSource::CellEditSource( const CellRef& xCell )  in CellEditSource()  function in sdr::table::CellEditSource
920 CellEditSource::CellEditSource( const CellRef& xCell, SdrView& rView, const Window& rWindow ) in CellEditSource() function in sdr::table::CellEditSource
928 CellEditSource::CellEditSource( CellEditSourceImpl* pImpl ) in CellEditSource() function in sdr::table::CellEditSource
935 CellEditSource::~CellEditSource() in ~CellEditSource()
942 SvxEditSource* CellEditSource::Clone() const in Clone()
944 return new CellEditSource( mpImpl ); in Clone()
948 SvxTextForwarder* CellEditSource::GetTextForwarder() in GetTextForwarder()
954 SvxEditViewForwarder* CellEditSource::GetEditViewForwarder( sal_Bool bCreate ) in GetEditViewForwarder()
961 SvxViewForwarder* CellEditSource::GetViewForwarder() in GetViewForwarder()
968 void CellEditSource::UpdateData() in UpdateData()
975 SfxBroadcaster& CellEditSource::GetBroadcaster() const in GetBroadcaster()
982 void CellEditSource::lock() in lock()
989 void CellEditSource::unlock() in unlock()
996 sal_Bool CellEditSource::IsValid() const in IsValid()
1003 Rectangle CellEditSource::GetVisArea() const in GetVisArea()
1010 Point CellEditSource::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const in LogicToPixel()
1017 Point CellEditSource::PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const in PixelToLogic()
1024 void CellEditSource::addRange( SvxUnoTextRangeBase* pNewRange ) in addRange()
1031 void CellEditSource::removeRange( SvxUnoTextRangeBase* pOldRange ) in removeRange()
1038 const SvxUnoTextRangeBaseList& CellEditSource::getRanges() const in getRanges()
1045 void CellEditSource::ChangeModel( SdrModel* pNewModel ) in ChangeModel()