Lines Matching refs:pFormShell

254 	void NavigatorTree::UpdateContent( FmFormShell* pFormShell )  in UpdateContent()  argument
265 FmFormPage* pNewPage = pFormShell ? pFormShell->GetCurPage() : NULL; in UpdateContent()
267 if ((pOldShell != pFormShell) || (pOldPage != pNewPage)) in UpdateContent()
275 GetNavModel()->UpdateContent( pFormShell ); in UpdateContent()
430 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in Command() local
431 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in Command()
432 if( pFormShell && pFormModel ) in Command()
461 if ( pFormShell->GetImpl()->isEnhancedForm() && !m_nControlsSelected ) in Command()
465 if( pFormShell->GetImpl()->IsPropBrwOpen() ) in Command()
487 … OSL_ENSURE( pFormShell->GetImpl()->isSolelySelected( pCurrent->GetFormComponent() ), in Command()
491pFormShell->GetImpl()->checkControlConversionSlotsForCurrentSelection( *aContextMenu.GetPopupMenu(… in Command()
581 pFormShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_OPEN_READONLY); in Command()
587pFormShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_AUTOCONTROLFOCUS); in Command()
591 if (pFormShell->GetImpl()->isControlConversionSlot(nSlotId)) in Command()
594 …if ( pFormShell->GetImpl()->executeControlConversionSlot( pCurrent->GetFormComponent(), nSlotId ) ) in Command()
1080 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in implExecuteDataTransfer() local
1081 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in implExecuteDataTransfer()
1152 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in implExecuteDataTransfer() local
1153 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in implExecuteDataTransfer()
1290 if( pFormShell && pFormShell->GetImpl() && pFormShell->GetFormView() ) in implExecuteDataTransfer()
1291 pFormShell->GetImpl()->DetermineSelection( pFormShell->GetFormView()->GetMarkedObjectList() ); in implExecuteDataTransfer()
1490 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in NewForm() local
1491 if( pFormShell ) in NewForm()
1495 pFormShell->GetImpl()->setCurrentSelection( aSelection ); in NewForm()
1497pFormShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_PROPERTIES,sal_True,sa… in NewForm()
1717 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in ShowSelectionProperties() local
1718 if (!pFormShell) in ShowSelectionProperties()
1784pFormShell->GetImpl()->setCurrentSelectionFromMark( pFormShell->GetFormView()->GetMarkedObjectList… in ShowSelectionProperties()
1786 pFormShell->GetImpl()->setCurrentSelection( aSelection ); in ShowSelectionProperties()
1788 if ( pFormShell->GetImpl()->IsPropBrwOpen() || bForce ) in ShowSelectionProperties()
1791pFormShell->GetViewShell()->GetViewFrame()->GetDispatcher()->Execute( SID_FM_SHOW_PROPERTY_BROWSER… in ShowSelectionProperties()
1811 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in DeleteSelection() local
1812 if (!pFormShell) in DeleteSelection()
1814 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in DeleteSelection()
1825 FmFormView* pFormView = pFormShell->GetFormView(); in DeleteSelection()
1841 pFormShell->GetImpl()->EnableTrackProperties(sal_False); in DeleteSelection()
1878 pFormShell->GetImpl()->EnableTrackProperties(sal_True); in DeleteSelection()
1881 pFormShell->GetFormView()->DeleteMarked(); in DeleteSelection()
1924 …if ( pFormShell->GetImpl()->getCurrentForm() == xCurrentForm ) // die Shell kennt die zu loeschen… in DeleteSelection()
1925 pFormShell->GetImpl()->forgetCurrentForm(); // -> wegnehmen ... in DeleteSelection()
2076 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in SynchronizeSelection() local
2077 if(!pFormShell) return; in SynchronizeSelection()
2079 FmFormView* pFormView = pFormShell->GetFormView(); in SynchronizeSelection()
2090 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in SynchronizeMarkList() local
2091 if (!pFormShell) return; in SynchronizeMarkList()
2096 pFormShell->GetImpl()->EnableTrackProperties(sal_False); in SynchronizeMarkList()
2136 pFormShell->GetImpl()->EnableTrackProperties(sal_True); in SynchronizeMarkList()
2149 pFormShell->GetImpl()->setCurrentSelection( aSelection ); in SynchronizeMarkList()
2183 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in UnmarkAllViewObj() local
2184 if( !pFormShell ) in UnmarkAllViewObj()
2186 FmFormView* pFormView = pFormShell->GetFormView(); in UnmarkAllViewObj()
2193 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in MarkViewObj() local
2194 if( !pFormShell ) in MarkViewObj()
2203 FmFormView* pFormView = pFormShell->GetFormView(); in MarkViewObj()
2263 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in MarkViewObj() local
2264 if( !pFormShell ) in MarkViewObj()
2269 FmFormView* pFormView = pFormShell->GetFormView(); in MarkViewObj()