Home
last modified time | relevance | path

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

123456789

/trunk/main/sd/source/ui/func/
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()
H A Dfuconstr.cxx61 ViewShell* pViewSh, in FuConstruct() argument
66 : FuDraw(pViewSh, pWin, pView, pDoc, rReq), in FuConstruct()
H A Dfuolbull.cxx70 FunctionReference FuOutlineBullet::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pVie… in Create() argument
72 FunctionReference xFunc( new FuOutlineBullet( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/trunk/main/sd/source/ui/unoidl/
H A Dunolayer.cxx766 ::sd::ViewShell* pViewSh = mpModel->mpDocShell->GetViewShell(); in GetView()
767 if(pViewSh) in GetView()
768 return pViewSh->GetView(); in GetView()
/trunk/main/sc/inc/
H A Dviewuno.hxx97 ScViewPaneBase(ScTabViewShell* pViewSh, sal_uInt16 nP);
161 ScViewPaneObj(ScTabViewShell* pViewSh, sal_uInt16 nP);
213 ScTabViewObj(ScTabViewShell* pViewSh);
/trunk/main/sfx2/source/view/
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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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 Dviewdata.hxx225 ScViewData( ScDocShell* pDocSh, ScTabViewShell* pViewSh );
261 void SetViewShell( ScTabViewShell* pViewSh );
H A Dfuconpol.hxx40 FuConstPolygon(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
H A Dfuconstr.hxx44 FuConstruct(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,
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx125 void Window::SetViewShell (ViewShell* pViewSh) in SetViewShell() argument
136 mpViewShell = pViewSh; in SetViewShell()
/trunk/main/sfx2/inc/sfx2/
H A Dprnmon.hxx81 SfxViewShell* pViewSh; member in SfxPrintOptionsDialog

Completed in 133 milliseconds

123456789