Home
last modified time | relevance | path

Searched refs:pViewShell (Results 126 – 150 of 209) sorted by relevance

123456789

/aoo41x/main/sfx2/source/view/
H A Dprinter.cxx211 SfxViewShell *pViewShell, in SfxPrintOptionsDialog() argument
220 pViewSh ( pViewShell ), in SfxPrintOptionsDialog()
/aoo41x/main/sc/inc/
H A Ddispuno.hxx52 ScTabViewShell* pViewShell; member in ScDispatchProviderInterceptor
110 ScTabViewShell* pViewShell; member in ScDispatch
/aoo41x/main/sc/source/ui/drawfunc/
H A Dfuconcustomshape.cxx166 pViewShell->SetActivePointer( aNewPointer ); in Activate()
189 pViewShell->SetActivePointer( aOldPointer ); in Deactivate()
H A Dfuconpol.cxx228 pViewShell->SetActivePointer( aNewPointer ); in Activate()
245 pViewShell->SetActivePointer( aOldPointer ); in Deactivate()
H A Ddrawsh.cxx321 ScTabViewShell* pViewShell = pViewData->GetViewShell(); in ExecDrawAttr() local
322 SfxBindings& rBindings=pViewShell->GetViewFrame()->GetBindings(); in ExecDrawAttr()
/aoo41x/main/sc/source/ui/vba/
H A Dvbaworksheets.cxx373 ScTabViewShell* pViewShell = excel::getBestViewShell( mxModel ); in Select() local
374 if ( !pViewShell ) in Select()
377 ScMarkData& rMarkData = pViewShell->GetViewData()->GetMarkData(); in Select()
/aoo41x/main/sd/inc/
H A Dsdabstdlg.hxx201 …CreateSdPresLayoutDlg( ::sd::DrawDocShell* pDocShell, ::sd::ViewShell* pViewShell, ::Window* pWind…
211 virtual AbstractHeaderFooterDialog* CreateHeaderFooterDialog( ViewShell* pViewShell,
/aoo41x/main/starmath/inc/
H A Dview.hxx56 SmViewShell *pViewShell; member in SmGraphicWindow
84 SmViewShell * GetView() { return pViewShell; } in GetView()
/aoo41x/main/sc/source/ui/app/
H A Dclient.cxx54 ScClient::ScClient( ScTabViewShell* pViewShell, Window* pDraw, SdrModel* pSdrModel, SdrOle2Obj* pOb… in ScClient() argument
55 SfxInPlaceClient( pViewShell, pDraw, pObj->GetAspect() ), in ScClient()
/aoo41x/main/sc/source/ui/inc/
H A Doutput.hxx112 ScTabViewShell* pViewShell; // zum Connecten von sichtbaren Plug-Ins member in ScOutputData
200 void SetViewShell( ScTabViewShell* pSh ) { pViewShell = pSh; } in SetViewShell()
/aoo41x/main/sd/source/ui/dlg/
H A Dsdpreslt.cxx57 ::sd::ViewShell* pViewShell, in SdPresLayoutDlg() argument
62 mpViewSh ( pViewShell ), in SdPresLayoutDlg()
H A Dsddlgfact.hxx273 …CreateSdPresLayoutDlg( ::sd::DrawDocShell* pDocShell, ::sd::ViewShell* pViewShell, ::Window* pWind…
283 virtual AbstractHeaderFooterDialog* CreateHeaderFooterDialog( ViewShell* pViewShell,
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessiblePageHeaderArea.cxx60 ScPreviewShell* pViewShell, in ScAccessiblePageHeaderArea() argument
67 mpViewShell(pViewShell), in ScAccessiblePageHeaderArea()
H A DAccessiblePageHeader.cxx96 ScPreviewShell* pViewShell, sal_Bool bHeader, sal_Int32 nIndex ) : in ScAccessiblePageHeader() argument
98 mpViewShell( pViewShell ), in ScAccessiblePageHeader()
H A DAccessiblePreviewHeaderCell.cxx59 ScPreviewShell* pViewShell, in ScAccessiblePreviewHeaderCell() argument
63 mpViewShell( pViewShell ), in ScAccessiblePreviewHeaderCell()
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx2125 DrawViewShell* pViewShell = dynamic_cast< DrawViewShell* >( in createPath() local
2128 if( pViewShell ) in createPath()
2130 DrawView* pView = pViewShell->GetDrawView(); in createPath()
2138 pViewShell->GetViewFrame()->GetDispatcher()->Execute( nSID, SFX_CALLMODE_ASYNCHRON, &aItem, 0 ); in createPath()
2530 DrawViewShell* pViewShell = dynamic_cast< DrawViewShell* >( in markShapesFromSelectedEffects() local
2532 DrawView* pView = pViewShell ? pViewShell->GetDrawView() : NULL; in markShapesFromSelectedEffects()
/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx1944 ScTabViewShell* pViewShell = pViewData->GetViewShell(); in MouseButtonUp() local
1945 SfxBindings& rBindings=pViewShell->GetViewFrame()->GetBindings(); in MouseButtonUp()
3139 ScTabViewShell* pViewShell = pViewData->GetViewShell(); in KeyInput() local
3140 SfxBindings& rBindings = pViewShell->GetViewFrame()->GetBindings(); in KeyInput()
4576 ScTabViewShell* pViewShell = pViewData->GetViewShell(); in GetFocus() local
4577 pViewShell->GotFocus(); in GetFocus()
4580 if (pViewShell->HasAccessibilityObjects()) in GetFocus()
4586 pViewShell->UpdateInputHandler(); in GetFocus()
4598 ScTabViewShell* pViewShell = pViewData->GetViewShell(); in LoseFocus() local
4599 pViewShell->LostFocus(); in LoseFocus()
[all …]
H A Dselect.cxx340 ScTabViewShell* pViewShell = pViewData->GetViewShell(); in SetCursorAtCell() local
341 bool bRefMode = ( pViewShell ? pViewShell->IsRefInputMode() : false ); in SetCursorAtCell()
/aoo41x/main/sw/inc/
H A Dswcrsr.hxx134 sal_Bool SelectWord( ViewShell* pViewShell, const Point* pPt = 0 );
145 sal_Bool SelectWordWT( ViewShell* pViewShell, sal_Int16 nWordType, const Point* pPt = 0 );
/aoo41x/main/sd/source/ui/func/
H A Dfuolbull.cxx63 FuOutlineBullet::FuOutlineBullet(ViewShell* pViewShell, ::sd::Window* pWindow, in FuOutlineBullet() argument
66 : FuPoor(pViewShell, pWindow, pView, pDoc, rReq) in FuOutlineBullet()
/aoo41x/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx1879 SfxViewShell* pViewShell = SfxViewShell::GetFirst( &aType, sal_False ); in lcl_ExistsView() local
1880 while(pViewShell) in lcl_ExistsView()
1882 if(pViewShell == pView) in lcl_ExistsView()
1885 pViewShell = SfxViewShell::GetNext( *pViewShell, &aType, sal_False ); in lcl_ExistsView()
/aoo41x/main/svx/source/dialog/
H A Dsrchdlg.cxx1099 SfxViewShell* pViewShell = SfxViewShell::Current(); in Init_Impl() local
1101 if ( pViewShell ) in Init_Impl()
1105 if ( pViewShell->HasSelection( bText ) ) in Init_Impl()
2279 SfxViewShell* pViewShell = SfxViewShell::Current(); in IMPL_LINK() local
2281 if ( pViewShell ) in IMPL_LINK()
2283 if ( pViewShell->HasSelection( aSearchLB.IsVisible() ) ) in IMPL_LINK()
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl.cxx2499 ViewShell* pViewShell( pNew->getRootFrm()->GetCurrShell() ); in MakeFrms() local
2500 if ( pViewShell && pViewShell->GetLayout() && in MakeFrms()
2501 pViewShell->GetLayout()->IsAnyShellAccessible() ) in MakeFrms()
2503 pViewShell->InvalidateAccessibleParaFlowRelation( in MakeFrms()
2537 ViewShell* pViewShell( pFrm->getRootFrm()->GetCurrShell() ); in DelFrms() local
2538 if ( pViewShell && pViewShell->GetLayout() && in DelFrms()
2539 pViewShell->GetLayout()->IsAnyShellAccessible() ) in DelFrms()
2541 pViewShell->InvalidateAccessibleParaFlowRelation( in DelFrms()
/aoo41x/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx97 ::sd::ViewShell* pViewShell, in AccessibleDrawDocumentView() argument
100 : AccessibleDocumentViewBase (pSdWindow, pViewShell, rxController, rxParent), in AccessibleDrawDocumentView()
101 mpSdViewSh( pViewShell ), in AccessibleDrawDocumentView()
/aoo41x/main/sw/source/core/layout/
H A Dsectfrm.cxx202 ViewShell* pViewShell( getRootFrm()->GetCurrShell() ); in DelEmpty() local
203 if ( pViewShell && pViewShell->GetLayout() && in DelEmpty()
204 pViewShell->GetLayout()->IsAnyShellAccessible() ) in DelEmpty()
206 pViewShell->InvalidateAccessibleParaFlowRelation( in DelEmpty()

Completed in 424 milliseconds

123456789