Lines Matching refs:FmFormShell

117 #define FmFormShell  macro
210 SFX_IMPL_INTERFACE(FmFormShell, SfxShell, SVX_RES(RID_STR_FORMSHELL)) in SFX_IMPL_INTERFACE() argument
244 TYPEINIT1(FmFormShell,SfxShell) in TYPEINIT1() argument
247 FmFormShell::FmFormShell( SfxViewShell* _pParent, FmFormView* pView ) in TYPEINIT1()
265 FmFormShell::~FmFormShell() in ~FmFormShell()
276 void FmFormShell::NotifyMarkListChanged(FmFormView* pWhichView) in NotifyMarkListChanged()
283 sal_uInt16 FmFormShell::PrepareClose(sal_Bool bUI, sal_Bool /*bForBrowsing*/) in PrepareClose()
340 void FmFormShell::impl_setDesignMode(sal_Bool bDesign) in impl_setDesignMode()
361 sal_Bool FmFormShell::HasUIFeature( sal_uInt32 nFeature ) in HasUIFeature()
410 void FmFormShell::Execute(SfxRequest &rReq) in Execute()
871 void FmFormShell::GetState(SfxItemSet &rSet) in GetState()
1127 void FmFormShell::GetFormState(SfxItemSet &rSet, sal_uInt16 nWhich) in GetFormState()
1227 FmFormPage* FmFormShell::GetCurPage() const in GetCurPage()
1236 void FmFormShell::SetView( FmFormView* _pView ) in SetView()
1266 void FmFormShell::DetermineForms(sal_Bool bInvalidate) in DetermineForms()
1279 sal_Bool FmFormShell::GetY2KState(sal_uInt16& nReturn) in GetY2KState()
1285 void FmFormShell::SetY2KState(sal_uInt16 n) in SetY2KState()
1291 void FmFormShell::Activate(sal_Bool bMDI) in Activate()
1300 void FmFormShell::Deactivate(sal_Bool bMDI) in Deactivate()
1309 void FmFormShell::ExecuteTextAttribute( SfxRequest& _rReq ) in ExecuteTextAttribute()
1315 void FmFormShell::GetTextAttributeState( SfxItemSet& _rSet ) in GetTextAttributeState()
1321 bool FmFormShell::IsActiveControl() const in IsActiveControl()
1327 void FmFormShell::ForgetActiveControl() in ForgetActiveControl()
1333 void FmFormShell::SetControlActivationHandler( const Link& _rHdl ) in SetControlActivationHandler()
1363 void FmFormShell::ToggleControlFocus( const SdrUnoObj& i_rUnoObject, const SdrView& i_rView, Output… in ToggleControlFocus()
1424 ::std::auto_ptr< ::svx::ISdrObjectFilter > FmFormShell::CreateFocusableControlFilter( const SdrView… in CreateFocusableControlFilter()
1435 SdrUnoObj* FmFormShell::GetFormControl( const Reference< XControlModel >& _rxModel, const SdrView& … in GetFormControl()
1478 Reference< runtime::XFormController > FmFormShell::GetFormController( const Reference< XForm >& _rx… in GetFormController()
1488 void FmFormShell::SetDesignMode( sal_Bool _bDesignMode ) in SetDesignMode()