Lines Matching refs:FmFormShell

121 #define FmFormShell  macro
214 SFX_IMPL_INTERFACE(FmFormShell, SfxShell, SVX_RES(RID_STR_FORMSHELL)) in SFX_IMPL_INTERFACE() argument
248 TYPEINIT1(FmFormShell,SfxShell) in TYPEINIT1() argument
251 FmFormShell::FmFormShell( SfxViewShell* _pParent, FmFormView* pView ) in TYPEINIT1()
269 FmFormShell::~FmFormShell() in ~FmFormShell()
280 void FmFormShell::NotifyMarkListChanged(FmFormView* pWhichView) in NotifyMarkListChanged()
287 sal_uInt16 FmFormShell::PrepareClose(sal_Bool bUI, sal_Bool /*bForBrowsing*/) in PrepareClose()
344 void FmFormShell::impl_setDesignMode(sal_Bool bDesign) in impl_setDesignMode()
365 sal_Bool FmFormShell::HasUIFeature( sal_uInt32 nFeature ) in HasUIFeature()
414 void FmFormShell::Execute(SfxRequest &rReq) in Execute()
875 void FmFormShell::GetState(SfxItemSet &rSet) in GetState()
1131 void FmFormShell::GetFormState(SfxItemSet &rSet, sal_uInt16 nWhich) in GetFormState()
1231 FmFormPage* FmFormShell::GetCurPage() const in GetCurPage()
1240 void FmFormShell::SetView( FmFormView* _pView ) in SetView()
1270 void FmFormShell::DetermineForms(sal_Bool bInvalidate) in DetermineForms()
1283 sal_Bool FmFormShell::GetY2KState(sal_uInt16& nReturn) in GetY2KState()
1289 void FmFormShell::SetY2KState(sal_uInt16 n) in SetY2KState()
1295 void FmFormShell::Activate(sal_Bool bMDI) in Activate()
1304 void FmFormShell::Deactivate(sal_Bool bMDI) in Deactivate()
1313 void FmFormShell::ExecuteTextAttribute( SfxRequest& _rReq ) in ExecuteTextAttribute()
1319 void FmFormShell::GetTextAttributeState( SfxItemSet& _rSet ) in GetTextAttributeState()
1325 bool FmFormShell::IsActiveControl() const in IsActiveControl()
1331 void FmFormShell::ForgetActiveControl() in ForgetActiveControl()
1337 void FmFormShell::SetControlActivationHandler( const Link& _rHdl ) in SetControlActivationHandler()
1367 void FmFormShell::ToggleControlFocus( const SdrUnoObj& i_rUnoObject, const SdrView& i_rView, Output… in ToggleControlFocus()
1428 ::std::auto_ptr< ::svx::ISdrObjectFilter > FmFormShell::CreateFocusableControlFilter( const SdrView… in CreateFocusableControlFilter()
1439 SdrUnoObj* FmFormShell::GetFormControl( const Reference< XControlModel >& _rxModel, const SdrView& … in GetFormControl()
1482 Reference< runtime::XFormController > FmFormShell::GetFormController( const Reference< XForm >& _rx… in GetFormController()
1492 void FmFormShell::SetDesignMode( sal_Bool _bDesignMode ) in SetDesignMode()