Home
last modified time | relevance | path

Searched refs:pViewSh (Results 151 – 175 of 208) sorted by relevance

123456789

/aoo41x/main/sc/inc/
H A Dviewuno.hxx97 ScViewPaneBase(ScTabViewShell* pViewSh, sal_uInt16 nP);
161 ScViewPaneObj(ScTabViewShell* pViewSh, sal_uInt16 nP);
213 ScTabViewObj(ScTabViewShell* pViewSh);
/aoo41x/main/sd/source/ui/func/
H A Dfusel.cxx102 ViewShell* pViewSh, in FuSelection() argument
107 : FuDraw(pViewSh, pWin, pView, pDoc, rReq), in FuSelection()
124 FunctionReference FuSelection::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create() argument
126 FunctionReference xFunc( new FuSelection( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfutext.cxx151 FuText::FuText( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, Sf… in FuText() argument
152 : FuConstruct(pViewSh, pWin, pView, pDoc, rReq) in FuText()
158 FunctionReference FuText::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create() argument
160 FunctionReference xFunc( new FuText( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/aoo41x/main/sd/source/core/
H A Ddrawdoc3.cxx1093 ::sd::ViewShell* pViewSh = mpDocSh->GetViewShell(); in InsertBookmarkAsObject()
1095 if (pViewSh) in InsertBookmarkAsObject()
1098 SdrPageView* pPV = pViewSh->GetView()->GetSdrPageView(); in InsertBookmarkAsObject()
1104 else if (pViewSh->GetActualPage()) in InsertBookmarkAsObject()
1106 pPage = pViewSh->GetActualPage(); in InsertBookmarkAsObject()
/aoo41x/main/sfx2/source/view/
H A Dviewfrm.cxx1045 SfxViewShell *pViewSh = GetViewShell(); in StateHistory_Impl() local
1046 if( !pViewSh ) return; in StateHistory_Impl()
1048 pViewSh->GetSlotState( nSID, 0, &rSet ); in StateHistory_Impl()
1901 SfxViewShell* pViewSh = GetViewShell(); in Enable() local
1905 if ( pViewSh ) in Enable()
1906 pViewSh->ShowCursor(); in Enable()
1911 if ( pViewSh ) in Enable()
1912 pViewSh->ShowCursor(sal_False); in Enable()
H A Dviewprn.cxx414 SfxDialogExecutor_Impl( SfxViewShell* pViewSh, PrinterSetupDialog* pParent );
424 SfxDialogExecutor_Impl::SfxDialogExecutor_Impl( SfxViewShell* pViewSh, PrinterSetupDialog* pParent … in SfxDialogExecutor_Impl() argument
426 _pViewSh ( pViewSh ), in SfxDialogExecutor_Impl()
/aoo41x/main/sfx2/source/control/
H A Ddispatch.cxx2353 SfxViewShell *pViewSh = pImp->pFrame->GetViewShell(); in _FindServer() local
2354 bIsServerShell = !pViewSh || !pViewSh->GetUIActiveClient(); in _FindServer()
2468 SfxViewShell *pViewSh = pImp->pFrame->GetViewShell(); in HasSlot_Impl() local
2469 bIsServerShell = !pViewSh || !pViewSh->GetUIActiveClient(); in HasSlot_Impl()
/aoo41x/main/sc/source/ui/drawfunc/
H A Dfusel.cxx80 FuSelection::FuSelection(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuSelection() argument
82 FuDraw(pViewSh, pWin, pViewP, pDoc, rReq), in FuSelection()
H A Dfudraw.cxx59 FuDraw::FuDraw(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuDraw() argument
61 FuPoor (pViewSh, pWin, pViewP, pDoc, rReq), in FuDraw()
H A Dfutext.cxx115 FuText::FuText(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuText() argument
117 FuConstruct(pViewSh, pWin, pViewP, pDoc, rReq), in FuText()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocfunc.cxx852 ScTabViewShell* pViewSh = ScTabViewShell::GetActiveViewShell(); in NotifyInputHandler() local
853 if ( pViewSh && pViewSh->GetViewData()->GetDocShell() == &rDocShell ) in NotifyInputHandler()
864 pViewSh->UpdateInputHandler(sal_False, !bIsEditMode); in NotifyInputHandler()
1354 ScTabViewShell* pViewSh = rDocShell.GetBestViewShell(); //preserve current cursor position in InsertCells() local
1357 if( pViewSh ) in InsertCells()
1359 nCursorCol = pViewSh->GetViewData()->GetCurX(); in InsertCells()
1360 nCursorRow = pViewSh->GetViewData()->GetCurY(); in InsertCells()
1732 if( pViewSh ) in InsertCells()
1734 pViewSh->MarkRange( rRange, sal_False ); in InsertCells()
1735 pViewSh->SetCursor( nCursorCol, nCursorRow ); in InsertCells()
H A Ddbdocfun.cxx1481 ScTabViewShell* pViewSh = rDocShell.GetBestViewShell(); in UpdateImport() local
1482 if (pViewSh) in UpdateImport()
1486 pViewSh->MarkRange(aRange); // selektieren in UpdateImport()
1493 pViewSh->RepeatDB(); in UpdateImport()
/aoo41x/main/sc/source/ui/view/
H A Dprevwsh.cxx211 ScTabViewShell* pViewSh = pDocShell->GetBestViewShell(); in GetOptimalSizePixel() local
213 if ( pViewSh ) in GetOptimalSizePixel()
215 ScViewData* pViewData = pViewSh->GetViewData(); in GetOptimalSizePixel()
H A Dviewdata.cxx294 ScViewData::ScViewData( ScDocShell* pDocSh, ScTabViewShell* pViewSh ) in ScViewData() argument
297 pView ( pViewSh ), in ScViewData()
298 pViewShell ( pViewSh ), in ScViewData()
588 void ScViewData::SetViewShell( ScTabViewShell* pViewSh ) in SetViewShell() argument
590 if (pViewSh) in SetViewShell()
592 pViewShell = pViewSh; in SetViewShell()
593 pView = pViewSh; in SetViewShell()
/aoo41x/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx855 ScTabViewShell* pViewSh = dynamic_cast< ScTabViewShell* >( p ); in Init() local
856 ScViewData* pViewData = pViewSh->GetViewData(); in Init()
/aoo41x/main/sc/source/ui/inc/
H A Dfuedipo.hxx39 FuEditPoints(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dfuconarc.hxx38 FuConstArc( ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dfuconrec.hxx38 FuConstRectangle(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dfuconstr.hxx44 FuConstruct(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dfuconpol.hxx40 FuConstPolygon(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dfuconuno.hxx43 FuConstUnoControl(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dfuconcustomshape.hxx36 FuConstCustomShape(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dfumark.hxx47 FuMarkRect(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
/aoo41x/main/sfx2/inc/sfx2/
H A Dprnmon.hxx81 SfxViewShell* pViewSh; member in SfxPrintOptionsDialog
/aoo41x/main/sd/source/ui/inc/
H A Dfuolbull.hxx52 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…

Completed in 382 milliseconds

123456789