Searched refs:CellEditSourceImpl (Results 1 – 2 of 2) sorted by relevance
94 class CellEditSourceImpl : public SfxListener, public SfxBroadcaster class131 CellEditSourceImpl( const CellRef& xCell );132 CellEditSourceImpl( const CellRef& xCell, SdrView& rView, const Window& rWindow );133 ~CellEditSourceImpl();165 CellEditSourceImpl::CellEditSourceImpl( const CellRef& xCell ) in CellEditSourceImpl() function in sdr::table::CellEditSourceImpl187 CellEditSourceImpl::CellEditSourceImpl( const CellRef& xCell, SdrView& rView, const Window& rWindow… in CellEditSourceImpl() function in sdr::table::CellEditSourceImpl214 CellEditSourceImpl::~CellEditSourceImpl() in ~CellEditSourceImpl()222 void CellEditSourceImpl::addRange( SvxUnoTextRangeBase* pNewRange ) in addRange()231 void CellEditSourceImpl::removeRange( SvxUnoTextRangeBase* pOldRange ) in removeRange()239 const SvxUnoTextRangeBaseList& CellEditSourceImpl::getRanges() const in getRanges()[all …]
39 class CellEditSourceImpl;78 CellEditSource( CellEditSourceImpl* pImpl );80 CellEditSourceImpl* mpImpl;