Lines Matching refs:GetViewFrame

813 		    m_pShell->GetViewShell()->GetViewFrame()->GetBindings().InvalidateShell(*m_pShell);  in disposing()
852 …m_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()
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()
1075 …m_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()
1505 if ( m_pShell->GetViewShell() && m_pShell->GetViewShell()->GetViewFrame() ) in ExecuteTabOrderDialog()
1506 …xParentWindow = VCLUnoHelper::GetInterface ( &m_pShell->GetViewShell()->GetViewFrame()->GetWindow(… in ExecuteTabOrderDialog()
1658 …pDialog = pFact->CreateFmSearchDialog( &m_pShell->GetViewShell()->GetViewFrame()->GetWindow(), str… in ExecuteSearch()
2018 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().InvalidateShell(*m_pShell); in setActiveController()
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()
2364 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().Update(DatabaseSlotMap[nPos++]); in IMPL_LINK()
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()
2847 …m_bHadPropertyBrowserInDesignMode = m_pShell->GetViewShell()->GetViewFrame()->HasChildWindow(SID_F… in SetDesignMode()
2849 m_pShell->GetViewShell()->GetViewFrame()->ToggleChildWindow(SID_FM_SHOW_PROPERTIES); in SetDesignMode()
2914 …m_pShell->GetViewShell()->GetViewFrame()->GetDispatcher()->Execute( SID_FM_SHOW_PROPERTY_BROWSER, … in SetDesignMode()
3056 SfxViewFrame* pViewFrame = m_pShell->GetViewShell()->GetViewFrame(); in startFiltering()
3197 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().InvalidateShell(*m_pShell); in stopFiltering()
3778 … if ( !m_pShell->GetViewShell()->GetViewFrame()->HasChildWindow( SID_FM_SHOW_DATANAVIGATOR ) )
3779 m_pShell->GetViewShell()->GetViewFrame()->ToggleChildWindow( SID_FM_SHOW_DATANAVIGATOR );