Home
last modified time | relevance | path

Searched refs:pViewShell (Results 76 – 100 of 209) sorted by relevance

123456789

/aoo41x/main/sc/source/ui/undo/
H A Dundodraw.cxx101 ScTabViewShell* pViewShell = pDocShell->GetBestViewShell(); in UpdateSubShell() local
102 if (pViewShell) in UpdateSubShell()
103 pViewShell->UpdateDrawShell(); in UpdateSubShell()
/aoo41x/main/sw/source/ui/app/
H A Dswmodul1.cxx662 ViewShell* pViewShell = 0; in CheckSpellChanges() local
663 pTmp->GetEditShell( &pViewShell ); in CheckSpellChanges()
664 if ( bSmartTags && pViewShell && pViewShell->GetWin() ) in CheckSpellChanges()
665 pViewShell->GetWin()->Invalidate(); in CheckSpellChanges()
/aoo41x/main/sw/source/core/access/
H A Daccselectionhelper.cxx69 ViewShell* pViewShell = rContext.GetMap()->GetShell(); in GetFEShell() local
70 DBG_ASSERT( pViewShell != NULL, in GetFEShell()
74 if( pViewShell->ISA( SwFEShell ) ) in GetFEShell()
76 pFEShell = static_cast<SwFEShell*>( pViewShell ); in GetFEShell()
/aoo41x/main/sd/source/ui/func/
H A Dfubullet.cxx308 void FuBullet::GetSlotState( SfxItemSet& rSet, ViewShell* pViewShell, SfxViewFrame* pViewFrame ) in GetSlotState() argument
319 ::sd::View* pView = pViewShell ? pViewShell->GetView() : 0; in GetSlotState()
334 if( !bTextEdit && (dynamic_cast<OutlineViewShell*>( pViewShell ) == 0) ) in GetSlotState()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx460 ViewShell* pViewShell = mrSlideSorter.GetViewShell(); in KeyInput() local
461 if (rFocusManager.HasFocus() && pDescriptor && pViewShell!=NULL) in KeyInput()
466 if (pViewShell->IsMainViewShell()) in KeyInput()
473 pViewShell->GetDispatcher()->Execute( in KeyInput()
1255 ViewShell* pViewShell = mrSlideSorter.GetViewShell(); in SwitchView() local
1256 if (pViewShell!=NULL && pViewShell->IsMainViewShell()) in SwitchView()
1261 pViewShell->GetFrameView()->SetSelectedPage( in SwitchView()
H A DSlideSorterController.cxx374 ViewShell* pViewShell = mrSlideSorter.GetViewShell(); in Command() local
375 if (pViewShell == NULL) in Command()
395 pViewShell->GetViewShellBase().GetMainViewShell()); in Command()
463 if (pViewShell != NULL) in Command()
465 SfxDispatcher* pDispatcher = pViewShell->GetDispatcher(); in Command()
H A DSlsListener.cxx102 ViewShell* pViewShell = mrSlideSorter.GetViewShell(); in Listener() local
103 if (pViewShell != NULL) in Listener()
104 bIsMainViewShell = pViewShell->IsMainViewShell(); in Listener()
131 && pMainViewShell!=pViewShell) in Listener()
/aoo41x/main/sw/source/core/docnode/
H A Dnode.cxx1351 ViewShell* pViewShell( pNew->getRootFrm()->GetCurrShell() ); in MakeFrms() local
1352 if ( pViewShell && pViewShell->GetLayout() && in MakeFrms()
1353 pViewShell->GetLayout()->IsAnyShellAccessible() ) in MakeFrms()
1355 pViewShell->InvalidateAccessibleParaFlowRelation( in MakeFrms()
1392 ViewShell* pViewShell( pFrm->getRootFrm()->GetCurrShell() ); in DelFrms() local
1393 if ( pViewShell && pViewShell->GetLayout() && in DelFrms()
1394 pViewShell->GetLayout()->IsAnyShellAccessible() ) in DelFrms()
1396 pViewShell->InvalidateAccessibleParaFlowRelation( in DelFrms()
/aoo41x/main/sw/source/core/text/
H A Dfrmform.cxx730 ViewShell* pViewShell( pFoll->getRootFrm()->GetCurrShell() ); in JoinFrm() local
731 if ( pViewShell && pViewShell->GetLayout() && in JoinFrm()
732 pViewShell->GetLayout()->IsAnyShellAccessible() ) in JoinFrm()
734 pViewShell->InvalidateAccessibleParaFlowRelation( in JoinFrm()
770 ViewShell* pViewShell( pNew->getRootFrm()->GetCurrShell() ); in SplitFrm() local
771 if ( pViewShell && pViewShell->GetLayout() && in SplitFrm()
772 pViewShell->GetLayout()->IsAnyShellAccessible() ) in SplitFrm()
774 pViewShell->InvalidateAccessibleParaFlowRelation( in SplitFrm()
H A Dporfld.cxx994 const ViewShell* pViewShell = rInf.GetVsh(); in Paint() local
998 pViewShell && pViewShell->GetWin() ) in Paint()
1005 else if ( pViewShell && in Paint()
1006 !pViewShell->GetAccessibilityOptions()->IsStopAnimatedGraphics() && in Paint()
1007 !pViewShell->IsPreView() && in Paint()
1009 pViewShell->GetWin() ) in Paint()
/aoo41x/main/sd/source/ui/framework/module/
H A DCenterViewFocusModule.cxx165 ::boost::shared_ptr<ViewShell> pViewShell = pViewShellWrapper->GetViewShell(); in HandleNewView()
166 if (pViewShell.get() != NULL) in HandleNewView()
167 mpBase->GetViewShellManager()->MoveToTop(*pViewShell); in HandleNewView()
/aoo41x/main/svx/source/toolbars/
H A Dfontworkbar.cxx206 FontworkBar::FontworkBar(SfxViewShell* pViewShell ) in FontworkBar() argument
207 : SfxShell(pViewShell) in FontworkBar()
209 DBG_ASSERT( pViewShell, "svx::FontworkBar::FontworkBar(), I need a viewshell!" ); in FontworkBar()
210 if( pViewShell ) in FontworkBar()
211 SetPool(&pViewShell->GetPool()); in FontworkBar()
/aoo41x/main/sc/source/ui/vba/
H A Dvbaapplication.cxx276 ScTabViewShell* pViewShell = excel::getCurrentBestViewShell(mxContext); in getActiveCell() local
277 if ( !pViewShell ) in getActiveCell()
279 ScViewData* pTabView = pViewShell->GetViewData(); in getActiveCell()
1082 ScTabViewShell* pViewShell = excel::getCurrentBestViewShell( mxContext ); in getDisplayFormulaBar() local
1083 if ( pViewShell ) in getDisplayFormulaBar()
1089 pViewShell->GetState( reqList ); in getDisplayFormulaBar()
1100 ScTabViewShell* pViewShell = excel::getCurrentBestViewShell( mxContext ); in setDisplayFormulaBar() local
1101 if ( pViewShell && ( _displayformulabar != getDisplayFormulaBar() ) ) in setDisplayFormulaBar()
1106 pViewShell->Execute( aReq ); in setDisplayFormulaBar()
/aoo41x/main/sc/source/ui/attrdlg/
H A Dcondfrmt.cxx227 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in ScConditionalFormatDlg() local
228 if (pViewShell) in ScConditionalFormatDlg()
230 ScViewData* pData = pViewShell->GetViewData(); in ScConditionalFormatDlg()
433 ScTabViewShell* pViewShell = ScTabViewShell::GetActiveViewShell(); in GetConditionalFormat() local
434 if (pViewShell) in GetConditionalFormat()
436 ScViewData* pData = pViewShell->GetViewData(); in GetConditionalFormat()
/aoo41x/main/sfx2/source/control/
H A Dshell.cxx1160 SfxViewShell *pViewShell = GetViewShell(); in VerbExec() local
1161 if ( pViewShell ) in VerbExec()
1163 sal_Bool bReadOnly = pViewShell->GetObjectShell()->IsReadOnly(); in VerbExec()
1164 …com::sun::star::uno::Sequence < com::sun::star::embed::VerbDescriptor > aList = pViewShell->GetVer… in VerbExec()
1177 pViewShell->DoVerb(aList[n].VerbID); in VerbExec()
/aoo41x/main/sd/source/ui/docshell/
H A Dsdclient.cxx62 Client::Client(SdrOle2Obj* pObj, ViewShell* pViewShell, ::Window* pWindow) : in Client() argument
63 SfxInPlaceClient(pViewShell->GetViewShell(), pWindow, pObj->GetAspect() ), in Client()
64 mpViewShell(pViewShell), in Client()
/aoo41x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx105 ViewShell* pViewShell, in CreateSlideSorter() argument
111 pViewShell, in CreateSlideSorter()
149 ViewShell* pViewShell, in SlideSorter() argument
156 mpViewShell(pViewShell), in SlideSorter()
/aoo41x/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx66 ScTabViewShell* pViewShell,
78 ScTabViewShell* pViewShell,
290 ScDocument* GetDocument(ScTabViewShell* pViewShell);
291 Rectangle GetVisArea(ScTabViewShell* pViewShell, ScSplitPos eSplitPos);
/aoo41x/main/sd/source/ui/dlg/
H A Dsddlgfact.cxx495 …reateSdPresLayoutDlg( ::sd::DrawDocShell* pDocShell, ::sd::ViewShell* pViewShell, ::Window* pWind… in CreateSdPresLayoutDlg() argument
497 …return new AbstractSdPresLayoutDlg_Impl( new SdPresLayoutDlg( pDocShell, pViewShell, pWindow, rInA… in CreateSdPresLayoutDlg()
554 …HeaderFooterDialog* SdAbstractDialogFactory_Impl::CreateHeaderFooterDialog( ViewShell* pViewShell, in CreateHeaderFooterDialog() argument
557 …aderFooterDialog_Impl( new ::sd::HeaderFooterDialog( (::sd::ViewShell*)pViewShell, pParent, pDoc, … in CreateHeaderFooterDialog()
/aoo41x/main/sw/source/core/layout/
H A Dssfrm.cxx511 ViewShell* pViewShell( pFrm->getRootFrm()->GetCurrShell() ); in DelFrms() local
512 if ( pViewShell && pViewShell->GetLayout() && in DelFrms()
513 pViewShell->GetLayout()->IsAnyShellAccessible() ) in DelFrms()
515 pViewShell->InvalidateAccessibleParaFlowRelation( in DelFrms()
H A Dwsfrm.cxx1431 ViewShell *pViewShell = getRootFrm()->GetCurrShell(); in AdjustNeighbourhood() local
1437 if ( pViewShell ) in AdjustNeighbourhood()
1439 aInva.Pos().X() = pViewShell->VisArea().Left(); in AdjustNeighbourhood()
1440 aInva.Width( pViewShell->VisArea().Width() ); in AdjustNeighbourhood()
1450 if ( !pViewShell || pViewShell->VisArea().Height() >= pUp->Frm().Height() ) in AdjustNeighbourhood()
1480 if ( pViewShell && !pUp->GetPrev() && in AdjustNeighbourhood()
1508 if ( pViewShell && aInva.HasArea() && pUp->GetUpper() ) in AdjustNeighbourhood()
1509 pViewShell->InvalidateWindows( aInva ); in AdjustNeighbourhood()
1516 if ( pViewShell ) in AdjustNeighbourhood()
1517 pViewShell->Imp()->SetFirstVisPageInvalid(); in AdjustNeighbourhood()
[all …]
/aoo41x/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx487 ViewShell* pViewShell = mrSlideSorter.GetViewShell(); in SetDocumentSlides() local
488 if (pViewShell != NULL) in SetDocumentSlides()
490 SdPage* pPage = pViewShell->getCurrentPage(); in SetDocumentSlides()
498 const FrameView* pFrameView = pViewShell->GetFrameView(); in SetDocumentSlides()
/aoo41x/main/sd/source/ui/table/
H A Dtablefunction.cxx202 SfxViewShell* pViewShell = GetViewShell(); in FuTable() local
203 OSL_ASSERT (pViewShell!=NULL); in FuTable()
204 SfxBindings& rBindings = pViewShell->GetViewFrame()->GetBindings(); in FuTable()
/aoo41x/main/sw/source/core/draw/
H A Ddflyobj.cxx478 explicit RestoreMapMode( ViewShell* pViewShell ) in RestoreMapMode() argument
480 , mpOutDev( pViewShell->GetOut() ) in RestoreMapMode()
482 if ( pViewShell->getPrePostMapMode() != mpOutDev->GetMapMode() ) in RestoreMapMode()
492 mpOutDev->SetRelativeMapMode( pViewShell->getPrePostMapMode() ); in RestoreMapMode()
496 mpOutDev->SetMapMode( pViewShell->getPrePostMapMode() ); in RestoreMapMode()
/aoo41x/main/sc/source/ui/view/
H A Dgridwin2.cxx427 …ion(const ScAddress& rPos, SortType eType, sal_uInt16 nUserListIndex, ScTabViewShell* pViewShell) : in PopupSortAction() argument
428 maPos(rPos), meType(eType), mnUserListIndex(nUserListIndex), mpViewShell(pViewShell) {} in PopupSortAction()
517 ScTabViewShell* pViewShell = pViewData->GetViewShell(); in DPLaunchFieldPopupMenu() local
520 new PopupSortAction(rPos, PopupSortAction::ASCENDING, 0, pViewShell)); in DPLaunchFieldPopupMenu()
523 new PopupSortAction(rPos, PopupSortAction::DESCENDING, 0, pViewShell)); in DPLaunchFieldPopupMenu()
534 … new PopupSortAction(rPos, PopupSortAction::CUSTOM, static_cast<sal_uInt16>(i), pViewShell)); in DPLaunchFieldPopupMenu()

Completed in 206 milliseconds

123456789