Home
last modified time | relevance | path

Searched refs:FmTextControlShell (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx559 FmTextControlShell::FmTextControlShell( SfxViewFrame* _pFrame ) in FmTextControlShell() function in svx::FmTextControlShell
567 … m_aClipboardInvalidation.SetTimeoutHdl( LINK( this, FmTextControlShell, OnInvalidateClipboard ) ); in FmTextControlShell()
572 FmTextControlShell::~FmTextControlShell() in ~FmTextControlShell()
578 IMPL_LINK( FmTextControlShell, OnInvalidateClipboard, void*, /*_pNotInterestedIn*/ )
592 …void FmTextControlShell::transferFeatureStatesToItemSet( ControlFeatures& _rDispatchers, SfxAllIte… in transferFeatureStatesToItemSet()
664 void FmTextControlShell::executeAttributeDialog( AttributeSet _eSet, SfxRequest& _rReq ) in executeAttributeDialog()
778 bool FmTextControlShell::executeSelectAll( ) in executeSelectAll()
797 bool FmTextControlShell::executeClipboardSlot( SfxSlotId _nSlot ) in executeClipboardSlot()
839 void FmTextControlShell::ExecuteTextAttribute( SfxRequest& _rReq ) in ExecuteTextAttribute()
945 void FmTextControlShell::GetTextAttributeState( SfxItemSet& _rSet ) in GetTextAttributeState()
[all …]
H A Dfmshimp.cxx656 ,m_pTextShell( new ::svx::FmTextControlShell( _pViewFrame ) ) in FmXFormShell()
/trunk/main/svx/source/inc/
H A Dfmtextcontrolshell.hxx83 class FmTextControlShell :public IFocusObserver class
126 FmTextControlShell( SfxViewFrame* _pFrame );
127 virtual ~FmTextControlShell();
H A Dfmshimp.hxx151 class FmTextControlShell;
204 ::svx::FmTextControlShell* m_pTextShell;