Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/table/
H A Dcelleditsource.cxx94 class CellEditSourceImpl : public SfxListener, public SfxBroadcaster class
131 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::CellEditSourceImpl
187 CellEditSourceImpl::CellEditSourceImpl( const CellRef& xCell, SdrView& rView, const Window& rWindow… in CellEditSourceImpl() function in sdr::table::CellEditSourceImpl
214 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 …]
H A Dcelleditsource.hxx39 class CellEditSourceImpl;
78 CellEditSource( CellEditSourceImpl* pImpl );
80 CellEditSourceImpl* mpImpl;