Lines Matching refs:FmFieldWin
135 FmFieldWinListBox::FmFieldWinListBox( FmFieldWin* pParent ) in DBG_NAME()
218 DBG_NAME(FmFieldWin);
220 FmFieldWin::FmFieldWin(SfxBindings* _pBindings, SfxChildWindow* _pMgr, Window* _pParent) in FmFieldWin() function in FmFieldWin
228 DBG_CTOR(FmFieldWin,NULL); in FmFieldWin()
239 FmFieldWin::~FmFieldWin() in ~FmFieldWin()
249 DBG_DTOR(FmFieldWin,NULL); in ~FmFieldWin()
253 void FmFieldWin::GetFocus() in GetFocus()
262 sal_Bool FmFieldWin::createSelectionControls( ) in createSelectionControls()
293 long FmFieldWin::PreNotify( NotifyEvent& _rNEvt ) in PreNotify()
309 sal_Bool FmFieldWin::Close() in Close()
315 void FmFieldWin::_propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& evt) throw( :… in _propertyChanged()
322 void FmFieldWin::StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState) in StateChanged()
337 void FmFieldWin::UpdateContent(FmFormShell* pShell) in UpdateContent()
352 void FmFieldWin::UpdateContent(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XFor… in UpdateContent()
434 void FmFieldWin::Resize() in Resize()
453 void FmFieldWin::FillInfo( SfxChildWinInfo& rInfo ) const in FillInfo()
466 pWindow = new FmFieldWin(_pBindings, this, _pParent); in SFX_IMPL_FLOATINGWINDOW()