/aoo42x/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() 258 if ( pFormShell && pFormShell->GetImpl() ) in ChangeDesignMode() 271 if ( pFormShell && pFormShell->GetImpl() ) in ChangeDesignMode() 280 if ( pFormShell && pFormShell->GetImpl() ) in ChangeDesignMode() 347 else if ( pFormShell && pFormShell->IsDesignMode() ) in ShowSdrPage() 360 if ( pFormShell && pFormShell->GetImpl() ) in ShowSdrPage() 376 if ( pFormShell && pFormShell->GetImpl() ) in HideSdrPage() 535 if ( pFormShell in KeyInput() [all …]
|
H A D | navigatortree.cxx | 265 FmFormPage* pNewPage = pFormShell ? pFormShell->GetCurPage() : NULL; in UpdateContent() 431 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in Command() 1081 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in implExecuteDataTransfer() 1153 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in implExecuteDataTransfer() 1290 if( pFormShell && pFormShell->GetImpl() && pFormShell->GetFormView() ) in implExecuteDataTransfer() 1491 if( pFormShell ) in NewForm() 1718 if (!pFormShell) in ShowSelectionProperties() 1812 if (!pFormShell) in DeleteSelection() 2184 if( !pFormShell ) in UnmarkAllViewObj() 2194 if( !pFormShell ) in MarkViewObj() [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()
|
/aoo42x/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() 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 880 if ( pFormShell && pSdrView && pWindow ) in getControl() [all …]
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 318 if ( pFormShell ) in PrepareClose() 874 if (pFormShell && !bFormShellAtTop) in SetCurSubShell() 1033 if (pFormShell && bFormShellAtTop) in SetCurSubShell() 1046 if ( pFormShell && !bSet ) in SetFormShellAtTop() 1567 pFormShell(NULL), \ 1673 pFormShell = new FmFormShell(this); in Construct() 1684 pFormShell->SetUndoManager( pMgr ); in Construct() 1690 pFormShell->SetRepeatTarget( &aTarget ); in Construct() 1906 DELETEZ(pFormShell); 2032 if( !pFormShell || !pFormShell->GetCurPage() ){ in GetForms() [all …]
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | view.cxx | 271 if ( pFormShell && pFormShell->IsActiveControl() ) in SelectShell() 321 if (!pFormShell) in SelectShell() 324 pFormShell = new FmFormShell( this ); in SelectShell() 326 StartListening(*pFormShell); in SelectShell() 334 rDispatcher.Push( *pFormShell ); in SelectShell() 434 rDispatcher.Push( *pFormShell ); in SelectShell() 468 pFormShell->SetView(PTR_CAST(FmFormView, pDView)); in SelectShell() 734 pFormShell(0), in SwView() 1790 if ( pFormShell && in PrepareClose() 1791 sal_True != (nRet = pFormShell->PrepareClose( bUI, bForBrowsing )) ) in PrepareClose() [all …]
|
/aoo42x/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()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 673 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in GetControl() local 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 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() 733 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in setFormDesignMode() local 734 if ( pFormShell ) in setFormDesignMode() [all …]
|
/aoo42x/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()
|
/aoo42x/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 …]
|
/aoo42x/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()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | view.hxx | 216 FmFormShell *pFormShell; // DB-FormShell member in SwView 389 void SetFormShell( FmFormShell* pSh ) { pFormShell = pSh; } in SetFormShell() 604 inline FmFormShell *GetFormShell() { return pFormShell; } in GetFormShell() 605 inline const FmFormShell *GetFormShell() const { return pFormShell; } in GetFormShell()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | tabvwsh.hxx | 124 FmFormShell* pFormShell; member in ScTabViewShell 389 FmFormShell* GetFormShell() const { return pFormShell; } in GetFormShell()
|
/aoo42x/main/svx/source/inc/ |
H A D | fmexpl.hxx | 521 void UpdateContent( FmFormShell* pFormShell ); 589 void UpdateContent( FmFormShell* pFormShell );
|
/aoo42x/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);
|
/aoo42x/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()
|