| /trunk/main/svx/source/form/ |
| H A D | fmview.cxx | 102 pFormShell = NULL; in Init() 153 if( pFormShell ) in ~FmFormView() 154 pFormShell->SetView( NULL ); in ~FmFormView() 174 if ( pFormShell && IsDesignMode() ) in MarkListHasChanged() 189 pFormShell->GetImpl()->SetSelectionDelayed(); in MarkListHasChanged() 258 if ( pFormShell && pFormShell->GetImpl() ) in ChangeDesignMode() 259 pFormShell->GetImpl()->viewDeactivated( *this, sal_True ); in ChangeDesignMode() 271 if ( pFormShell && pFormShell->GetImpl() ) in ChangeDesignMode() 272 pFormShell->GetImpl()->loadForms( pCurPage, ( bDesign ? FORMS_UNLOAD : FORMS_LOAD ) ); in ChangeDesignMode() 279 …OSL_PRECOND( pFormShell && pFormShell->GetImpl(), "FmFormView::ChangeDesignMode: is this really al… in ChangeDesignMode() [all …]
|
| H A D | navigatortree.cxx | 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() [all …]
|
| H A D | fmexpl.cxx | 607 void NavigatorFrame::UpdateContent( FmFormShell* pFormShell ) in UpdateContent() argument 609 m_pNavigatorTree->UpdateContent( pFormShell ); in UpdateContent()
|
| H A D | filtnav.cxx | 1955 void FmFilterNavigatorWin::UpdateContent(FmFormShell* pFormShell) in UpdateContent() argument 1957 if (!pFormShell) in UpdateContent() 1961 … Reference< XFormController > xController(pFormShell->GetImpl()->getActiveInternalController()); in UpdateContent()
|
| /trunk/main/sd/source/ui/unoidl/ |
| H A D | DrawController.cxx | 837 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in getFormController() local 843 if ( pFormShell && pSdrView && pWindow ) in getFormController() 844 xController = pFormShell->GetFormController( Form, *pSdrView, *pWindow ); in getFormController() 854 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in isFormDesignMode() local 855 if ( pFormShell ) in isFormDesignMode() 856 bIsDesignMode = pFormShell->IsDesignMode(); in isFormDesignMode() 865 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in setFormDesignMode() local 866 if ( pFormShell ) in setFormDesignMode() 867 pFormShell->SetDesignMode( _DesignMode ); in setFormDesignMode() 874 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in getControl() local [all …]
|
| /trunk/main/sc/source/ui/view/ |
| H A D | tabvwsh4.cxx | 318 if ( pFormShell ) in PrepareClose() 320 sal_uInt16 nRet = pFormShell->PrepareClose(bUI, bForBrowsing); in PrepareClose() 874 if (pFormShell && !bFormShellAtTop) in SetCurSubShell() 875 AddSubShell(*pFormShell); // add below own subshells in SetCurSubShell() 1033 if (pFormShell && bFormShellAtTop) in SetCurSubShell() 1034 AddSubShell(*pFormShell); // add on top of own subshells in SetCurSubShell() 1046 if ( pFormShell && !bSet ) in SetFormShellAtTop() 1047 pFormShell->ForgetActiveControl(); // let the FormShell know it no longer has the focus in SetFormShellAtTop() 1567 pFormShell(NULL), \ 1673 pFormShell = new FmFormShell(this); in Construct() [all …]
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | view.cxx | 264 if ( pFormShell && pFormShell->IsActiveControl() ) in SelectShell() 314 if (!pFormShell) in SelectShell() 317 pFormShell = new FmFormShell( this ); in SelectShell() 318 pFormShell->SetControlActivationHandler( LINK( this, SwView, FormControlActivated ) ); in SelectShell() 319 StartListening(*pFormShell); in SelectShell() 327 rDispatcher.Push( *pFormShell ); in SelectShell() 427 rDispatcher.Push( *pFormShell ); in SelectShell() 461 pFormShell->SetView(PTR_CAST(FmFormView, pDView)); in SelectShell() 727 pFormShell(0), in SwView() 1782 if ( pFormShell && in PrepareClose() [all …]
|
| /trunk/main/sw/source/ui/shells/ |
| H A D | txtcrsr.cxx | 256 const FmFormShell* pFormShell = pView ? pView->GetFormShell() : NULL; in ExecMoveMisc() local 260 … OSL_ENSURE( pFormShell && pDrawView && pWindow, "SwXTextView::ExecMoveMisc: no chance!" ); in ExecMoveMisc() 261 if ( !pFormShell || !pDrawView || !pWindow ) in ExecMoveMisc() 264 … ::std::auto_ptr< ::svx::ISdrObjectFilter > pFilter( pFormShell->CreateFocusableControlFilter( in ExecMoveMisc() 278 pFormShell->ToggleControlFocus( *pUnoObject, *pDrawView, *pWindow ); in ExecMoveMisc()
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | unotxvw.cxx | 673 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in GetControl() local 677 DBG_ASSERT( pFormShell && pDrawView && pWindow, "SwXTextView::GetControl: how could I?" ); in GetControl() 680 if ( pFormShell && pDrawView && pWindow ) in GetControl() 681 pControl = pFormShell->GetFormControl( xModel, *pDrawView, *pWindow, xToFill ); in GetControl() 704 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in getFormController() local 707 … DBG_ASSERT( pFormShell && pDrawView && pWindow, "SwXTextView::getFormController: how could I?" ); in getFormController() 710 if ( pFormShell && pDrawView && pWindow ) in getFormController() 711 xController = pFormShell->GetFormController( _Form, *pDrawView, *pWindow ); in getFormController() 722 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in isFormDesignMode() local 723 return pFormShell ? pFormShell->IsDesignMode() : sal_True; in isFormDesignMode() [all …]
|
| /trunk/main/svx/inc/svx/ |
| H A D | fmview.hxx | 58 FmFormShell* pFormShell; member in FmFormView 138 SVX_DLLPRIVATE FmFormShell* GetFormShell() const { return pFormShell; } in GetFormShell() 141 void SetFormShell( FmFormShell* pShell, FormShellAccess ) { pFormShell = pShell; } in SetFormShell()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | viewuno.cxx | 347 FmFormShell* pFormShell( NULL ); in getFormController() local 348 if ( lcl_prepareFormShellCall( pViewShell, nPane, pFormShell, pWindow, pSdrView ) ) in getFormController() 349 xController = pFormShell->GetFormController( _Form, *pSdrView, *pWindow ); in getFormController() 360 FmFormShell* pFormShell( pViewShell ? pViewShell->GetFormShell() : NULL ); in isFormDesignMode() local 361 if ( pFormShell ) in isFormDesignMode() 362 bIsFormDesignMode = pFormShell->IsDesignMode(); in isFormDesignMode() 373 FmFormShell* pFormShell( NULL ); in setFormDesignMode() local 374 if ( lcl_prepareFormShellCall( pViewShell, nPane, pFormShell, pWindow, pSdrView ) ) in setFormDesignMode() 375 pFormShell->SetDesignMode( _DesignMode ); in setFormDesignMode() 390 FmFormShell* pFormShell( NULL ); in getControl() local [all …]
|
| /trunk/main/sd/source/ui/view/ |
| H A D | FormShellManager.cxx | 101 void FormShellManager::SetFormShell (FmFormShell* pFormShell) in SetFormShell() argument 103 if (mpFormShell != pFormShell) in SetFormShell() 113 mpFormShell = pFormShell; in SetFormShell()
|
| H A D | ViewShellManager.cxx | 131 void SetFormShell (const ViewShell* pViewShell, FmFormShell* pFormShell, bool bAbove); 326 FmFormShell* pFormShell, in SetFormShell() argument 330 mpImpl->SetFormShell(pParentShell,pFormShell,bAbove); in SetFormShell() 1406 FmFormShell* pFormShell, in SetFormShell() argument 1412 mpFormShell = pFormShell; in SetFormShell()
|
| H A D | drviews5.cxx | 561 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in HidePage() local 562 if (pFormShell != NULL) in HidePage() 563 pFormShell->PrepareClose (sal_False); in HidePage()
|
| H A D | drviewsf.cxx | 230 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in GetCtrlState() local 231 if (pFormShell != NULL) in GetCtrlState() 234 if (pFormShell->GetY2KState(nState)) in GetCtrlState()
|
| H A D | drviewsb.cxx | 889 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in ModifyLayer() local 890 if (pFormShell != NULL) in ModifyLayer() 891 pFormShell->Invalidate(); in ModifyLayer()
|
| H A D | drviews3.cxx | 481 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in SO2_DECL_REF() local 482 if (pFormShell != NULL) in SO2_DECL_REF() 487 pFormShell->SetY2KState ( in SO2_DECL_REF()
|
| H A D | drviews1.cxx | 1282 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in IsSwitchPageAllowed() local 1283 if (pFormShell!=NULL && !pFormShell->PrepareClose (sal_False)) in IsSwitchPageAllowed()
|
| H A D | viewshel.cxx | 1123 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in PrepareClose() local 1124 if (pFormShell != NULL) in PrepareClose() 1125 nResult = pFormShell->PrepareClose (bUI, bForBrowsing); in PrepareClose()
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | view.hxx | 215 FmFormShell *pFormShell; // DB-FormShell member in SwView 388 void SetFormShell( FmFormShell* pSh ) { pFormShell = pSh; } in SetFormShell() 603 inline FmFormShell *GetFormShell() { return pFormShell; } in GetFormShell() 604 inline const FmFormShell *GetFormShell() const { return pFormShell; } in GetFormShell()
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | tabvwsh.hxx | 124 FmFormShell* pFormShell; member in ScTabViewShell 389 FmFormShell* GetFormShell() const { return pFormShell; } in GetFormShell()
|
| /trunk/main/svx/source/inc/ |
| H A D | fmexpl.hxx | 521 void UpdateContent( FmFormShell* pFormShell ); 589 void UpdateContent( FmFormShell* pFormShell );
|
| /trunk/main/sd/source/ui/inc/ |
| H A D | FormShellManager.hxx | 68 void SetFormShell (FmFormShell* pFormShell);
|
| H A D | ViewShellManager.hxx | 121 void SetFormShell (const ViewShell* pParentShell, FmFormShell* pFormShell, bool bAbove);
|
| /trunk/main/sw/source/ui/app/ |
| H A D | docsh2.cxx | 1511 FmFormShell* pFormShell = pCurrView->GetFormShell(); in Execute() local 1512 if(pFormShell) in Execute() 1513 pFormShell->SetY2KState(nYear2K); in Execute()
|