Searched refs:SidebarTextEditSource (Results 1 – 1 of 1) sorted by relevance
49 class SidebarTextEditSource : public SvxEditSource, class53 SidebarTextEditSource( SidebarTxtControl& rSidebarTxtControl );54 virtual ~SidebarTextEditSource();73 SidebarTextEditSource::SidebarTextEditSource( SidebarTxtControl& rSidebarTxtControl ) in SidebarTextEditSource() function in sw::sidebarwindows::SidebarTextEditSource81 …TxtControl.GetTextView()->GetOutliner()->SetNotifyHdl( LINK(this, SidebarTextEditSource, NotifyHdl… in SidebarTextEditSource()85 SidebarTextEditSource::~SidebarTextEditSource() in ~SidebarTextEditSource()93 SvxEditSource* SidebarTextEditSource::Clone() const in Clone()95 return new SidebarTextEditSource( mrSidebarTxtControl ); in Clone()98 SvxTextForwarder* SidebarTextEditSource::GetTextForwarder() in GetTextForwarder()103 SvxViewForwarder* SidebarTextEditSource::GetViewForwarder() in GetViewForwarder()[all …]