Lines Matching refs:SvxFrameWindow_Impl
244 class SvxFrameWindow_Impl : public SfxPopupWindow class
264 SvxFrameWindow_Impl( sal_uInt16 nId, const Reference< XFrame >& rFrame, Window* pParentWindow );
265 ~SvxFrameWindow_Impl();
276 inline sal_Bool SvxFrameWindow_Impl::IsHighContrast( void ) const in IsHighContrast()
1014 SvxFrameWindow_Impl::SvxFrameWindow_Impl( sal_uInt16 nId, const Reference< XFrame >& rFrame, Window… in SvxFrameWindow_Impl() function in SvxFrameWindow_Impl
1047 aFrameSet.SetSelectHdl( LINK( this, SvxFrameWindow_Impl, SelectHdl ) ); in SvxFrameWindow_Impl()
1059 SvxFrameWindow_Impl::~SvxFrameWindow_Impl() in ~SvxFrameWindow_Impl()
1064 SfxPopupWindow* SvxFrameWindow_Impl::Clone() const in Clone()
1067 return new SvxFrameWindow_Impl( GetId(), GetFrame(), GetParent() ); in Clone()
1070 Window* SvxFrameWindow_Impl::GetPreferredKeyInputWindow() in GetPreferredKeyInputWindow()
1075 void SvxFrameWindow_Impl::GetFocus() in GetFocus()
1080 void SvxFrameWindow_Impl::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1109 IMPL_LINK( SvxFrameWindow_Impl, SelectHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1223 void SvxFrameWindow_Impl::Resize() in Resize()
1230 void SvxFrameWindow_Impl::StateChanged( in StateChanged()
1273 void SvxFrameWindow_Impl::StartSelection() in StartSelection()
1280 sal_Bool SvxFrameWindow_Impl::Close() in Close()
2550 SvxFrameWindow_Impl* pFrameWin = new SvxFrameWindow_Impl( in CreatePopupWindow()