Searched refs:CellEditSource (Results 1 – 2 of 2) sorted by relevance
913 CellEditSource::CellEditSource( const CellRef& xCell ) in CellEditSource() function in sdr::table::CellEditSource920 CellEditSource::CellEditSource( const CellRef& xCell, SdrView& rView, const Window& rWindow ) in CellEditSource() function in sdr::table::CellEditSource928 CellEditSource::CellEditSource( CellEditSourceImpl* pImpl ) in CellEditSource() function in sdr::table::CellEditSource935 CellEditSource::~CellEditSource() in ~CellEditSource()942 SvxEditSource* CellEditSource::Clone() const in Clone()944 return new CellEditSource( mpImpl ); in Clone()968 void CellEditSource::UpdateData() in UpdateData()982 void CellEditSource::lock() in lock()989 void CellEditSource::unlock() in unlock()996 sal_Bool CellEditSource::IsValid() const in IsValid()[all …]
41 class CellEditSource : public SvxEditSource, public SvxViewForwarder class44 CellEditSource( const CellRef& xCell );51 CellEditSource( const CellRef& xCell, SdrView& rView, const Window& rViewWindow );52 virtual ~CellEditSource();78 CellEditSource( CellEditSourceImpl* pImpl );
Completed in 16 milliseconds