Lines Matching refs:FmXFormShell

647 DBG_NAME(FmXFormShell);
649 FmXFormShell::FmXFormShell( FmFormShell& _rShell, SfxViewFrame* _pViewFrame ) in FmXFormShell() function in FmXFormShell
672 DBG_CTOR(FmXFormShell,NULL); in FmXFormShell()
674 m_aMarkTimer.SetTimeoutHdl(LINK(this,FmXFormShell,OnTimeOut)); in FmXFormShell()
694 FmXFormShell::~FmXFormShell() in ~FmXFormShell()
697 DBG_DTOR(FmXFormShell,NULL); in ~FmXFormShell()
701 Reference< XModel > FmXFormShell::getContextDocument() const in getContextDocument()
722 bool FmXFormShell::isEnhancedForm() const in isEnhancedForm()
728 bool FmXFormShell::impl_checkDisposed() const in impl_checkDisposed()
739 ::svxform::DocumentType FmXFormShell::getDocumentType() const in getDocumentType()
759 bool FmXFormShell::IsReadonlyDoc() const in IsReadonlyDoc()
771 Any SAL_CALL FmXFormShell::queryInterface( const Type& type) throw ( RuntimeException ) in queryInterface()
776 Sequence< Type > SAL_CALL FmXFormShell::getTypes( ) throw(RuntimeException) in getTypes()
781 Sequence< sal_Int8 > SAL_CALL FmXFormShell::getImplementationId() throw(RuntimeException) in getImplementationId()
797 void SAL_CALL FmXFormShell::disposing(const EventObject& e) throw( RuntimeException ) in disposing()
836 void SAL_CALL FmXFormShell::propertyChange(const PropertyChangeEvent& evt) throw(::com::sun::star::… in propertyChange()
872 void FmXFormShell::invalidateFeatures( const ::std::vector< sal_Int32 >& _rFeatures ) in invalidateFeatures()
901 void SAL_CALL FmXFormShell::formActivated(const EventObject& rEvent) throw( RuntimeException ) in formActivated()
912 void SAL_CALL FmXFormShell::formDeactivated(const EventObject& rEvent) throw( RuntimeException ) in formDeactivated()
922 void FmXFormShell::disposing() in disposing()
999 void FmXFormShell::UpdateSlot( sal_Int16 _nId ) in UpdateSlot()
1020 void FmXFormShell::InvalidateSlot( sal_Int16 nId, sal_Bool bWithId ) in InvalidateSlot()
1040 void FmXFormShell::LockSlotInvalidation(sal_Bool bLock) in LockSlotInvalidation()
1054 m_nInvalidationEvent = Application::PostUserEvent(LINK(this, FmXFormShell, OnInvalidateSlots)); in LockSlotInvalidation()
1059 IMPL_LINK(FmXFormShell, OnInvalidateSlots, void*, EMPTYARG) in IMPL_LINK() argument
1086 void FmXFormShell::ForceUpdateSelection(sal_Bool bAllowInvalidation) in ForceUpdateSelection()
1107 PopupMenu* FmXFormShell::GetConversionMenu() in GetConversionMenu()
1125 bool FmXFormShell::isControlConversionSlot( sal_uInt16 nSlotId ) in isControlConversionSlot()
1134 bool FmXFormShell::executeControlConversionSlot( sal_uInt16 _nSlotId ) in executeControlConversionSlot()
1145 bool FmXFormShell::executeControlConversionSlot( const Reference< XFormComponent >& _rxObject, sal_… in executeControlConversionSlot()
1351 bool FmXFormShell::canConvertCurrentSelectionToControl( sal_Int16 nConversionSlot ) in canConvertCurrentSelectionToControl()
1389 void FmXFormShell::checkControlConversionSlotsForCurrentSelection( Menu& rMenu ) in checkControlConversionSlotsForCurrentSelection()
1397 void FmXFormShell::LoopGrids(sal_Int16 nWhat) in LoopGrids()
1466 Reference< XControlContainer > FmXFormShell::getControlContainerForView() in getControlContainerForView()
1483 void FmXFormShell::ExecuteTabOrderDialog( const Reference< XTabControllerModel >& _rxForForm ) in ExecuteTabOrderDialog()
1531 void FmXFormShell::ExecuteSearch() in ExecuteSearch()
1658 …Window(), strInitialText, aContextNames, nInitialContext, LINK( this, FmXFormShell, OnSearchContex… in ExecuteSearch()
1663 pDialog->SetFoundHandler( LINK( this, FmXFormShell, OnFoundData ) ); in ExecuteSearch()
1664 pDialog->SetCanceledNotFoundHdl( LINK( this, FmXFormShell, OnCanceledNotFound ) ); in ExecuteSearch()
1677 sal_Bool FmXFormShell::GetY2KState(sal_uInt16& n) in GetY2KState()
1716 void FmXFormShell::SetY2KState(sal_uInt16 n) in SetY2KState()
1790 void FmXFormShell::CloseExternalFormViewer() in CloseExternalFormViewer()
1811 Reference< XResultSet> FmXFormShell::getInternalForm(const Reference< XResultSet>& _xForm) const in getInternalForm()
1826 Reference< XForm> FmXFormShell::getInternalForm(const Reference< XForm>& _xForm) const in getInternalForm()
1854 bool FmXFormShell::IsFormSlotEnabled( sal_Int32 _nSlot, FeatureState* _pCompleteState ) in IsFormSlotEnabled()
1869 void FmXFormShell::ExecuteFormSlot( sal_Int32 _nSlot ) in ExecuteFormSlot()
1904 void FmXFormShell::impl_switchActiveControllerListening( const bool _bListen ) in impl_switchActiveControllerListening()
1917 void FmXFormShell::setActiveController( const Reference< runtime::XFormController >& xController, s… in setActiveController()
2025 void FmXFormShell::getCurrentSelection( InterfaceBag& /* [out] */ _rSelection ) const in getCurrentSelection()
2031 bool FmXFormShell::setCurrentSelectionFromMark( const SdrMarkList& _rMarkList ) in setCurrentSelectionFromMark()
2042 bool FmXFormShell::selectLastMarkedControls() in selectLastMarkedControls()
2048 bool FmXFormShell::setCurrentSelection( const InterfaceBag& _rSelection ) in setCurrentSelection()
2129 bool FmXFormShell::isSolelySelected( const Reference< XInterface >& _rxObject ) in isSolelySelected()
2135 void FmXFormShell::forgetCurrentForm() in forgetCurrentForm()
2149 void FmXFormShell::impl_updateCurrentForm( const Reference< XForm >& _rxNewCurForm ) in impl_updateCurrentForm()
2167 void FmXFormShell::startListening() in startListening()
2246 void FmXFormShell::stopListening() in stopListening()
2269 void FmXFormShell::ShowSelectionProperties( sal_Bool bShow ) in ShowSelectionProperties()
2288 IMPL_LINK(FmXFormShell, OnFoundData, FmFoundRecordInformation*, pfriWhere) in IMPL_LINK() argument
2371 IMPL_LINK(FmXFormShell, OnCanceledNotFound, FmFoundRecordInformation*, pfriWhere) in IMPL_LINK() argument
2401 IMPL_LINK(FmXFormShell, OnSearchContextRequest, FmSearchContext*, pfmscContextInfo) in IMPL_LINK() argument
2599 void FmXFormShell::elementInserted(const ContainerEvent& evt) throw(::com::sun::star::uno::RuntimeE… in elementInserted()
2612 void FmXFormShell::elementReplaced(const ContainerEvent& evt) throw(::com::sun::star::uno::RuntimeE… in elementReplaced()
2625 void FmXFormShell::elementRemoved(const ContainerEvent& evt) throw(::com::sun::star::uno::RuntimeEx… in elementRemoved()
2637 void FmXFormShell::UpdateForms( sal_Bool _bInvalidate ) in UpdateForms()
2662 void FmXFormShell::AddElement(const Reference< XInterface>& _xElement) in AddElement()
2669 void FmXFormShell::impl_AddElement_nothrow(const Reference< XInterface>& Element) in impl_AddElement_nothrow()
2694 void FmXFormShell::RemoveElement(const Reference< XInterface>& Element) in RemoveElement()
2701 void FmXFormShell::impl_RemoveElement_nothrow(const Reference< XInterface>& Element) in impl_RemoveElement_nothrow()
2730 void FmXFormShell::selectionChanged(const EventObject& rEvent) throw(::com::sun::star::uno::Runtime… in selectionChanged()
2759 IMPL_LINK(FmXFormShell, OnTimeOut, void*, /*EMPTYTAG*/)
2771 void FmXFormShell::SetSelectionDelayed() in SetSelectionDelayed()
2781 void FmXFormShell::SetSelection(const SdrMarkList& rMarkList) in SetSelection()
2791 void FmXFormShell::DetermineSelection(const SdrMarkList& rMarkList) in DetermineSelection()
2798 sal_Bool FmXFormShell::IsPropBrwOpen() const in IsPropBrwOpen()
2808 class FmXFormShell::SuspendPropertyTracking
2811 FmXFormShell& m_rShell;
2815 SuspendPropertyTracking( FmXFormShell& _rShell ) in SuspendPropertyTracking()
2834 void FmXFormShell::SetDesignMode(sal_Bool bDesign) in SetDesignMode()
2920 Reference< XControl> FmXFormShell::impl_getControl( const Reference< XControlModel >& i_rxModel, co… in impl_getControl()
2965 void FmXFormShell::impl_collectFormSearchContexts_nothrow( const Reference< XInterface>& _rxStartin… in impl_collectFormSearchContexts_nothrow()
3020 void FmXFormShell::startFiltering() in startFiltering()
3096 void FmXFormShell::stopFiltering(sal_Bool bSave) in stopFiltering()
3234 void FmXFormShell::clearFilter() in clearFilter()
3266 void FmXFormShell::CreateExternalView() in CreateExternalView()
3680 void FmXFormShell::implAdjustConfigCache() in implAdjustConfigCache()
3691 void FmXFormShell::Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames) in Notify()
3706 void FmXFormShell::Commit() in Commit()
3711 void FmXFormShell::SetWizardUsing(sal_Bool _bUseThem) in SetWizardUsing()
3723 void FmXFormShell::viewDeactivated( FmFormView& _rCurrentView, sal_Bool _bDeactivateController /* =… in viewDeactivated()
3765 IMPL_LINK( FmXFormShell, OnFirstTimeActivation, void*, /*NOTINTERESTEDIN*/ )
3787 IMPL_LINK( FmXFormShell, OnFormsCreated, FmFormPage*, /*_pPage*/ )
3794 void FmXFormShell::viewActivated( FmFormView& _rCurrentView, sal_Bool _bSyncAction /* = sal_False *… in viewActivated()
3825 pPage->GetImpl().SetFormsCreationHdl( LINK( this, FmXFormShell, OnFormsCreated ) ); in viewActivated()
3832 …m_nActivationEvent = Application::PostUserEvent( LINK( this, FmXFormShell, OnFirstTimeActivation )… in viewActivated()
3842 void FmXFormShell::impl_defaultCurrentForm_nothrow() in impl_defaultCurrentForm_nothrow()
3872 void FmXFormShell::smartControlReset( const Reference< XIndexAccess >& _rxModels ) in smartControlReset()
3931 IMPL_LINK( FmXFormShell, OnLoadForms, FmFormPage*, /*_pPage*/ )
3979 void FmXFormShell::loadForms( FmFormPage* _pPage, const sal_uInt16 _nBehaviour /* FORMS_LOAD | FORM… in loadForms()
3989 Application::PostUserEvent( LINK( this, FmXFormShell, OnLoadForms ), _pPage ) in loadForms()
4056 void FmXFormShell::ExecuteTextAttribute( SfxRequest& _rReq ) in ExecuteTextAttribute()
4062 void FmXFormShell::GetTextAttributeState( SfxItemSet& _rSet ) in GetTextAttributeState()
4068 bool FmXFormShell::IsActiveControl( bool _bCountRichTextOnly ) const in IsActiveControl()
4074 void FmXFormShell::ForgetActiveControl() in ForgetActiveControl()
4080 void FmXFormShell::SetControlActivationHandler( const Link& _rHdl ) in SetControlActivationHandler()
4085 void FmXFormShell::handleShowPropertiesRequest() in handleShowPropertiesRequest()
4092 void FmXFormShell::handleMouseButtonDown( const SdrViewEvent& _rViewEvent ) in handleMouseButtonDown()
4106 bool FmXFormShell::HasControlFocus() const in HasControlFocus()
4190 m_pConversionMenu = FmXFormShell::GetConversionMenu(); in ControlConversionMenuController()
4214 else if (FmXFormShell::isControlConversionSlot(nSID)) in StateChanged()
4224 PopupMenu* pSource = FmXFormShell::GetConversionMenu(); in StateChanged()