Lines Matching refs:CellEditSourceImpl

94 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()
246 void SAL_CALL CellEditSourceImpl::acquire() in acquire()
253 void SAL_CALL CellEditSourceImpl::release() in release()
259 void CellEditSourceImpl::ChangeModel( SdrModel* pNewModel ) in ChangeModel()
299 void CellEditSourceImpl::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
402 void CellEditSourceImpl::dispose() in dispose()
441 void CellEditSourceImpl::SetupOutliner() in SetupOutliner()
466 void CellEditSourceImpl::UpdateOutliner() in UpdateOutliner()
492 SvxTextForwarder* CellEditSourceImpl::GetBackgroundTextForwarder() in GetBackgroundTextForwarder()
604 mpOutliner->SetNotifyHdl( LINK(this, CellEditSourceImpl, NotifyHdl) ); in GetBackgroundTextForwarder()
615 SvxTextForwarder* CellEditSourceImpl::GetEditModeTextForwarder() in GetEditModeTextForwarder()
633 SvxTextForwarder* CellEditSourceImpl::GetTextForwarder() in GetTextForwarder()
664 SvxDrawOutlinerViewForwarder* CellEditSourceImpl::CreateViewForwarder() in CreateViewForwarder()
669 mpView->GetTextEditOutliner()->SetNotifyHdl( LINK(this, CellEditSourceImpl, NotifyHdl) ); in CreateViewForwarder()
680 SvxEditViewForwarder* CellEditSourceImpl::GetEditViewForwarder( sal_Bool bCreate ) in GetEditViewForwarder()
742 void CellEditSourceImpl::UpdateData() in UpdateData()
771 void CellEditSourceImpl::lock() in lock()
782 void CellEditSourceImpl::unlock() in unlock()
799 sal_Bool CellEditSourceImpl::IsValid() const in IsValid()
804 Rectangle CellEditSourceImpl::GetVisArea() in GetVisArea()
829 Point CellEditSourceImpl::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) in LogicToPixel()
861 Point CellEditSourceImpl::PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) in PixelToLogic()
894 IMPL_LINK(CellEditSourceImpl, NotifyHdl, EENotify*, aNotify) in IMPL_LINK() argument
915 mpImpl = new CellEditSourceImpl( xCell ); in CellEditSource()
922 mpImpl = new CellEditSourceImpl( xCell, rView, rWindow ); in CellEditSource()
928 CellEditSource::CellEditSource( CellEditSourceImpl* pImpl ) in CellEditSource()