Lines Matching refs:SfxFrameWindow_Impl
71 class SfxFrameWindow_Impl : public Window class
76 SfxFrameWindow_Impl( SfxFrame* pF, Window& i_rContainerWindow );
77 ~SfxFrameWindow_Impl( );
89 SfxFrameWindow_Impl::SfxFrameWindow_Impl( SfxFrame* pF, Window& i_rContainerWindow ) in SfxFrameWindow_Impl() function in SfxFrameWindow_Impl
95 SfxFrameWindow_Impl::~SfxFrameWindow_Impl( ) in ~SfxFrameWindow_Impl()
99 void SfxFrameWindow_Impl::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
107 long SfxFrameWindow_Impl::Notify( NotifyEvent& rNEvt ) in Notify()
161 long SfxFrameWindow_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
195 void SfxFrameWindow_Impl::GetFocus() in GetFocus()
201 void SfxFrameWindow_Impl::Resize() in Resize()
207 void SfxFrameWindow_Impl::StateChanged( StateChangedType nStateChange ) in StateChanged()
227 void SfxFrameWindow_Impl::DoResize() in DoResize()
331 pWindow = new SfxFrameWindow_Impl( this, i_rContainerWindow ); in SfxFrame()
393 IMPL_LINK( SfxFrameWindow_Impl, CloserHdl, void*, EMPTYARG ) in IMPL_LINK() argument