Home
last modified time | relevance | path

Searched refs:pFormShell (Results 1 – 25 of 27) sorted by path

12

/trunk/main/sc/source/ui/inc/
H A Dtabvwsh.hxx124 FmFormShell* pFormShell; member in ScTabViewShell
389 FmFormShell* GetFormShell() const { return pFormShell; } in GetFormShell()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx347 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/sc/source/ui/view/
H A Dtabvwsh4.cxx318 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 …]
/trunk/main/sd/source/ui/inc/
H A DFormShellManager.hxx68 void SetFormShell (FmFormShell* pFormShell);
H A DViewShellManager.hxx121 void SetFormShell (const ViewShell* pParentShell, FmFormShell* pFormShell, bool bAbove);
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx837 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 …]
/trunk/main/sd/source/ui/view/
H A DFormShellManager.cxx101 void FormShellManager::SetFormShell (FmFormShell* pFormShell) in SetFormShell() argument
103 if (mpFormShell != pFormShell) in SetFormShell()
113 mpFormShell = pFormShell; in SetFormShell()
H A DViewShellManager.cxx131 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 Ddrviews1.cxx1282 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in IsSwitchPageAllowed() local
1283 if (pFormShell!=NULL && !pFormShell->PrepareClose (sal_False)) in IsSwitchPageAllowed()
H A Ddrviews3.cxx481 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 Ddrviews5.cxx561 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in HidePage() local
562 if (pFormShell != NULL) in HidePage()
563 pFormShell->PrepareClose (sal_False); in HidePage()
H A Ddrviewsb.cxx889 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in ModifyLayer() local
890 if (pFormShell != NULL) in ModifyLayer()
891 pFormShell->Invalidate(); in ModifyLayer()
H A Ddrviewsf.cxx230 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in GetCtrlState() local
231 if (pFormShell != NULL) in GetCtrlState()
234 if (pFormShell->GetY2KState(nState)) in GetCtrlState()
H A Dviewshel.cxx1123 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in PrepareClose() local
1124 if (pFormShell != NULL) in PrepareClose()
1125 nResult = pFormShell->PrepareClose (bUI, bForBrowsing); in PrepareClose()
/trunk/main/svx/inc/svx/
H A Dfmview.hxx58 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/svx/source/form/
H A Dfiltnav.cxx1955 void FmFilterNavigatorWin::UpdateContent(FmFormShell* pFormShell) in UpdateContent() argument
1957 if (!pFormShell) in UpdateContent()
1961 Reference< XFormController > xController(pFormShell->GetImpl()->getActiveInternalController()); in UpdateContent()
H A Dfmexpl.cxx607 void NavigatorFrame::UpdateContent( FmFormShell* pFormShell ) in UpdateContent() argument
609 m_pNavigatorTree->UpdateContent( pFormShell ); in UpdateContent()
H A Dfmview.cxx102 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 Dnavigatortree.cxx265 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 …]
/trunk/main/svx/source/inc/
H A Ddatanavi.hxx297 void Update( FmFormShell* pFormShell );
H A Dfiltnav.hxx345 void UpdateContent( FmFormShell* pFormShell );
H A Dfmexpl.hxx521 void UpdateContent( FmFormShell* pFormShell );
589 void UpdateContent( FmFormShell* pFormShell );
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1511 FmFormShell* pFormShell = pCurrView->GetFormShell(); in Execute() local
1512 if(pFormShell) in Execute()
1513 pFormShell->SetY2KState(nYear2K); in Execute()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx216 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()
/trunk/main/sw/source/ui/shells/
H A Dtxtcrsr.cxx256 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()

Completed in 179 milliseconds

12