Lines Matching refs:m_pShell

655 		,m_pShell( &_rShell )  in FmXFormShell()
730 if ( !m_pShell ) in impl_checkDisposed()
764 FmFormModel* pModel = m_pShell->GetFormModel(); in IsReadonlyDoc()
812 if ( m_pShell ) in disposing()
813 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().InvalidateShell(*m_pShell); in disposing()
852m_pShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_RECORD_TOTAL , sal_True,… in propertyChange()
853 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().Update(SID_FM_RECORD_TOTAL); in propertyChange()
879 if ( m_pShell->GetViewShell() && m_pShell->GetViewShell()->GetViewFrame() ) in invalidateFeatures()
896 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate( pSlotIds ); in invalidateFeatures()
928 if ( m_pShell && !m_pShell->IsDesignMode() ) in disposing()
981 m_pShell = NULL; in disposing()
1014 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate( _nId, sal_True, sal_True ); in UpdateSlot()
1015 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().Update( _nId ); in UpdateSlot()
1034 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate(nId, sal_True, bWithId); in InvalidateSlot()
1036 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().InvalidateShell(*m_pShell); in InvalidateSlot()
1075m_pShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate(m_arrInvalidSlots[i], sal_True,… in IMPL_LINK()
1077 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().InvalidateShell(*m_pShell); in IMPL_LINK()
1099 SetSelection(m_pShell->GetFormView()->GetMarkedObjectList()); in ForceUpdateSelection()
1154 SdrPage* pPage = m_pShell->GetCurPage(); in executeControlConversionSlot()
1333 FmFormModel* pModel = m_pShell->GetFormModel(); in executeControlConversionSlot()
1472 if ( m_pShell && m_pShell->GetFormView() ) in getControlContainerForView()
1473 pPageView = m_pShell->GetFormView()->GetSdrPageView(); in getControlContainerForView()
1505 if ( m_pShell->GetViewShell() && m_pShell->GetViewShell()->GetViewFrame() ) in ExecuteTabOrderDialog()
1506 …xParentWindow = VCLUnoHelper::GetInterface ( &m_pShell->GetViewShell()->GetViewFrame()->GetWindow(… in ExecuteTabOrderDialog()
1540 …impl_collectFormSearchContexts_nothrow( m_pShell->GetCurPage()->GetForms(), ::rtl::OUString(), m_a… in ExecuteSearch()
1658 …pDialog = pFact->CreateFmSearchDialog( &m_pShell->GetViewShell()->GetViewFrame()->GetWindow(), str… in ExecuteSearch()
1672 m_pShell->GetFormView()->UnMarkAll(m_pShell->GetFormView()->GetSdrPageView()); in ExecuteSearch()
1682 if (m_pShell->IsDesignMode()) in GetY2KState()
1751 if (m_pShell->GetCurPage()) in SetY2KState()
1752 xCurrentForms = Reference< XIndexAccess>( m_pShell->GetCurPage()->GetForms( false ), UNO_QUERY ); in SetY2KState()
1924 DBG_ASSERT(!m_pShell->IsDesignMode(), "nur im alive mode verwenden"); in setActiveController()
2017 m_pShell->UIFeatureChanged(); in setActiveController()
2018 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().InvalidateShell(*m_pShell); in setActiveController()
2053 …DBG_ASSERT( m_pShell->IsDesignMode(), "FmXFormShell::setCurrentSelection: only to be used in desig… in setCurrentSelection()
2157 FmFormPage* pPage = m_pShell->GetCurPage(); in impl_updateCurrentForm()
2275 …sal_Bool bHasChild = m_pShell->GetViewShell()->GetViewFrame()->HasChildWindow( SID_FM_SHOW_PROPERT… in ShowSelectionProperties()
2281 m_pShell->GetViewShell()->GetViewFrame()->ToggleChildWindow(SID_FM_SHOW_PROPERTIES); in ShowSelectionProperties()
2319 m_pShell->GetFormView()->UnMarkAll(m_pShell->GetFormView()->GetSdrPageView()); in IMPL_LINK()
2320 m_pShell->GetFormView()->MarkObj(pObject, m_pShell->GetFormView()->GetSdrPageView()); in IMPL_LINK()
2364 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().Update(DatabaseSlotMap[nPos++]); in IMPL_LINK()
2396 m_pShell->GetFormView()->UnMarkAll(m_pShell->GetFormView()->GetSdrPageView()); in IMPL_LINK()
2437 FmFormPage* pCurrentPage = m_pShell->GetCurPage(); in IMPL_LINK()
2608 m_pShell->DetermineForms(sal_True); in elementInserted()
2633 m_pShell->DetermineForms(sal_True); in elementRemoved()
2644 FmFormPage* pPage = m_pShell->GetCurPage(); in UpdateForms()
2647 if ( m_pShell->m_bDesignMode ) in UpdateForms()
2658 m_pShell->DetermineForms( _bInvalidate ); in UpdateForms()
2743 sal_Bool bMarkChanged = m_pShell->GetFormView()->checkUnMarkAll(rEvent.Source); in selectionChanged()
2755 m_pShell->NotifyMarkListChanged( m_pShell->GetFormView() ); in selectionChanged()
2764 if (m_pShell->IsDesignMode() && m_pShell->GetFormView())
2765 SetSelection(m_pShell->GetFormView()->GetMarkedObjectList());
2776 if (m_pShell->IsDesignMode() && IsTrackPropertiesEnabled() && !m_aMarkTimer.IsActive()) in SetSelectionDelayed()
2787 m_pShell->NotifyMarkListChanged(m_pShell->GetFormView()); in SetSelection()
2803 return( ( m_pShell->GetViewShell() && m_pShell->GetViewShell()->GetViewFrame() ) ? in IsPropBrwOpen()
2804 m_pShell->GetViewShell()->GetViewFrame()->HasChildWindow(SID_FM_SHOW_PROPERTIES) : sal_False ); in IsPropBrwOpen()
2839 …DBG_ASSERT(m_pShell->GetFormView(), "FmXFormShell::SetDesignMode : invalid call (have no shell or … in SetDesignMode()
2847 …m_bHadPropertyBrowserInDesignMode = m_pShell->GetViewShell()->GetViewFrame()->HasChildWindow(SID_F… in SetDesignMode()
2849 m_pShell->GetViewShell()->GetViewFrame()->ToggleChildWindow(SID_FM_SHOW_PROPERTIES); in SetDesignMode()
2852 FmFormView* pFormView = m_pShell->GetFormView(); in SetDesignMode()
2877 m_pShell->Broadcast(aChangedHint); in SetDesignMode()
2879 m_pShell->m_bDesignMode = bDesign; in SetDesignMode()
2882 m_pTextShell->designModeChanged( m_pShell->m_bDesignMode ); in SetDesignMode()
2905 m_pShell->UIFeatureChanged(); in SetDesignMode()
2914m_pShell->GetViewShell()->GetViewFrame()->GetDispatcher()->Execute( SID_FM_SHOW_PROPERTY_BROWSER, … in SetDesignMode()
2949 const SdrView* pSdrView = m_pShell ? m_pShell->GetFormView() : NULL; in impl_getControl()
3026 FmXFormView* pXView = m_pShell->GetFormView()->GetImpl(); in startFiltering()
3055 m_pShell->UIFeatureChanged(); in startFiltering()
3056 SfxViewFrame* pViewFrame = m_pShell->GetViewShell()->GetViewFrame(); in startFiltering()
3057 pViewFrame->GetBindings().InvalidateShell( *m_pShell ); in startFiltering()
3103 FmXFormView* pXView = m_pShell->GetFormView()->GetImpl(); in stopFiltering()
3196 m_pShell->UIFeatureChanged(); in stopFiltering()
3197 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().InvalidateShell(*m_pShell); in stopFiltering()
3239 FmXFormView* pXView = m_pShell->GetFormView()->GetImpl(); in clearFilter()
3771 SfxObjectShell* pDocument = m_pShell->GetObjectShell();
3778 … if ( !m_pShell->GetViewShell()->GetViewFrame()->HasChildWindow( SID_FM_SHOW_DATANAVIGATOR ) )
3779 m_pShell->GetViewShell()->GetViewFrame()->ToggleChildWindow( SID_FM_SHOW_DATANAVIGATOR );
3851 FmFormView* pFormView = m_pShell->GetFormView(); in impl_defaultCurrentForm_nothrow()