Lines Matching refs:SvxTextEditSourceImpl

93 class SvxTextEditSourceImpl : public SfxListener, public SfxBroadcaster, public sdr::ObjectUser  class
136 SvxTextEditSourceImpl( SdrObject* pObject, SdrText* pText, XInterface* pOwner );
137 SvxTextEditSourceImpl( SdrObject& rObject, SdrText* pText, SdrView& rView, const Window& rWindow );
138 ~SvxTextEditSourceImpl();
176 SvxTextEditSourceImpl::SvxTextEditSourceImpl( SdrObject* pObject, SdrText* pText, XInterface* pOwne… in SvxTextEditSourceImpl() function in SvxTextEditSourceImpl
214 SvxTextEditSourceImpl::SvxTextEditSourceImpl( SdrObject& rObject, SdrText* pText, SdrView& rView, c… in SvxTextEditSourceImpl() function in SvxTextEditSourceImpl
254 SvxTextEditSourceImpl::~SvxTextEditSourceImpl() in ~SvxTextEditSourceImpl()
265 void SvxTextEditSourceImpl::addRange( SvxUnoTextRangeBase* pNewRange ) in addRange()
274 void SvxTextEditSourceImpl::removeRange( SvxUnoTextRangeBase* pOldRange ) in removeRange()
282 const SvxUnoTextRangeBaseList& SvxTextEditSourceImpl::getRanges() const in getRanges()
289 void SAL_CALL SvxTextEditSourceImpl::acquire() in acquire()
296 void SAL_CALL SvxTextEditSourceImpl::release() in release()
302 void SvxTextEditSourceImpl::ChangeModel( SdrModel* pNewModel ) in ChangeModel()
349 void SvxTextEditSourceImpl::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
352 rtl::Reference< SvxTextEditSourceImpl > xThis( this ); in Notify()
423 … mpView->GetTextEditOutliner()->SetNotifyHdl( LINK(this, SvxTextEditSourceImpl, NotifyHdl) ); in Notify()
473 void SvxTextEditSourceImpl::ObjectInDestruction(const SdrObject&) in ObjectInDestruction()
481 void SvxTextEditSourceImpl::dispose() in dispose()
530 void SvxTextEditSourceImpl::SetupOutliner() in SetupOutliner()
553 void SvxTextEditSourceImpl::UpdateOutliner() in UpdateOutliner()
578 SvxTextForwarder* SvxTextEditSourceImpl::GetBackgroundTextForwarder() in GetBackgroundTextForwarder()
714 mpOutliner->SetNotifyHdl( LINK(this, SvxTextEditSourceImpl, NotifyHdl) ); in GetBackgroundTextForwarder()
725 SvxTextForwarder* SvxTextEditSourceImpl::GetEditModeTextForwarder() in GetEditModeTextForwarder()
743 SvxTextForwarder* SvxTextEditSourceImpl::GetTextForwarder() in GetTextForwarder()
777 SvxDrawOutlinerViewForwarder* SvxTextEditSourceImpl::CreateViewForwarder() in CreateViewForwarder()
782 mpView->GetTextEditOutliner()->SetNotifyHdl( LINK(this, SvxTextEditSourceImpl, NotifyHdl) ); in CreateViewForwarder()
797 SvxEditViewForwarder* SvxTextEditSourceImpl::GetEditViewForwarder( sal_Bool bCreate ) in GetEditViewForwarder()
861 void SvxTextEditSourceImpl::UpdateData() in UpdateData()
909 void SvxTextEditSourceImpl::lock() in lock()
920 void SvxTextEditSourceImpl::unlock() in unlock()
937 sal_Bool SvxTextEditSourceImpl::IsValid() const in IsValid()
942 Rectangle SvxTextEditSourceImpl::GetVisArea() in GetVisArea()
971 Point SvxTextEditSourceImpl::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) in LogicToPixel()
1003 Point SvxTextEditSourceImpl::PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) in PixelToLogic()
1036 IMPL_LINK(SvxTextEditSourceImpl, NotifyHdl, EENotify*, aNotify) in IMPL_LINK() argument
1057 mpImpl = new SvxTextEditSourceImpl( pObject, pText, pOwner ); in SvxTextEditSource()
1064 mpImpl = new SvxTextEditSourceImpl( rObj, pText, rView, rWindow ); in SvxTextEditSource()
1070 SvxTextEditSource::SvxTextEditSource( SvxTextEditSourceImpl* pImpl ) in SvxTextEditSource()