Home
last modified time | relevance | path

Searched refs:ViewShell (Results 176 – 200 of 396) sorted by relevance

12345678910>>...16

/aoo42x/main/sw/source/core/doc/
H A Ddocdesc.cxx671 ViewShell *pSh = GetCurrentViewShell(); in PrtDataChanged()
698 pSh = (ViewShell*)pSh->GetNext(); in PrtDataChanged()
735 ViewShell *pSh = GetCurrentViewShell(); in PrtOLENotify()
738 { pSh = (ViewShell*)pSh->GetNext(); in PrtOLENotify()
/aoo42x/main/sd/source/ui/inc/
H A Dfusel.hxx44 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
74 FuSelection (ViewShell* pViewSh,
H A Dfutext.hxx53 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
88 FuText (ViewShell* pViewSh,
/aoo42x/main/sd/source/ui/inc/taskpane/
H A DToolPanelViewShell.hxx64 : public ViewShell
86 using sd::ViewShell::KeyInput;
/aoo42x/main/sd/source/ui/dlg/
H A Dsddlgfact.cxx495 …tory_Impl::CreateSdPresLayoutDlg( ::sd::DrawDocShell* pDocShell, ::sd::ViewShell* pViewShell, ::W… in CreateSdPresLayoutDlg()
554 AbstractHeaderFooterDialog* SdAbstractDialogFactory_Impl::CreateHeaderFooterDialog( ViewShell* pVie… in CreateHeaderFooterDialog()
557 …return new AbstractHeaderFooterDialog_Impl( new ::sd::HeaderFooterDialog( (::sd::ViewShell*)pViewS… in CreateHeaderFooterDialog()
/aoo42x/main/sd/source/ui/func/
H A Dfuline.cxx61 ViewShell* pViewSh, in FuLine()
70 FunctionReference FuLine::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create()
H A Dfuvect.cxx61 ViewShell* pViewSh, in FuVectorize()
70 FunctionReference FuVectorize::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create()
H A Dfuchar.cxx57 ViewShell* pViewSh, in FuChar()
66 FunctionReference FuChar::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create()
H A Dfudspord.cxx53 FuDisplayOrder::FuDisplayOrder( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDo… in FuDisplayOrder()
80 FunctionReference FuDisplayOrder::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView… in Create()
H A Dfutransf.cxx53 FuTransform::FuTransform(ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, in FuTransform()
59 FunctionReference FuTransform::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create()
H A Dfulinend.cxx59 FuLineEnd::FuLineEnd(ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, in FuLineEnd()
65 FunctionReference FuLineEnd::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdD… in Create()
H A Dfuparagr.cxx60 ViewShell* pViewSh, in FuParagraph()
69 FunctionReference FuParagraph::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create()
H A Dfuscale.cxx67 ViewShell* pViewSh, in FuScale()
76 FunctionReference FuScale::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDra… in Create()
H A Dfuthes.cxx73 FuThesaurus::FuThesaurus( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, in FuThesaurus()
79 FunctionReference FuThesaurus::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create()
H A Dfuconuno.cxx66 ViewShell* pViewSh, in FuConstructUnoControl()
75 FunctionReference FuConstructUnoControl::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View… in Create()
H A Dfuprobjs.cxx66 ViewShell* pViewSh, in FuPresentationObjects()
75 FunctionReference FuPresentationObjects::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View… in Create()
/aoo42x/main/sw/source/core/text/
H A Ditratr.hxx42 class ViewShell;
55 ViewShell *pShell;
H A Dinftxt.hxx60 class ViewShell;
189 ViewShell *pVsh;
272 inline ViewShell *GetVsh() { return pVsh; } in GetVsh()
273 inline const ViewShell *GetVsh() const { return pVsh; } in GetVsh()
/aoo42x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx74 TYPEINIT2(SwCrsrShell,ViewShell,SwModify);
233 ViewShell::StartAction(); // zur ViewShell in StartAction()
282 ViewShell::EndAction( bIdleEnd ); //der ViewShell den Vortritt lassen in EndAction()
1260 ViewShell::Paint( rRect ); in Paint()
1299 ViewShell::VisPortChgd( rRect ); // Bereich verschieben in VisPortChgd()
2202 SET_CURR_SHELL( (ViewShell*)this ); in GetCurrFrm()
2611 ViewShell *pTmp = this; in ParkCrsr()
2636 } while ( this != (pTmp = (ViewShell*)pTmp->GetNext() )); in ParkCrsr()
2649 : ViewShell( rShell, pInitWin ), in SwCrsrShell()
2682 : ViewShell( rDoc, pInitWin, pInitOpt ), in SwCrsrShell()
/aoo42x/main/sw/inc/
H A Ddoc.hxx188 class ViewShell;
328 ViewShell *pCurrentView; // SwDoc should get a new member pCurrentView//swmod 071225
690 void _UpdateCharts( const SwTable& rTbl, ViewShell& rVSh ) const;
977 virtual void SetCurrentViewShell( ViewShell* pNew );//swmod 071225
984 virtual const ViewShell *GetCurrentViewShell() const; //swmod 080219
985 …virtual ViewShell *GetCurrentViewShell();//swmod 080219 It must be able to communicate to a ViewSh…
1811 SwEditShell* GetEditShell( ViewShell** ppSh = 0 ) const;
/aoo42x/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.hxx45 class ViewShell;
131 ::boost::shared_ptr<ViewShell> CreateViewShell (
/aoo42x/main/sw/source/ui/app/
H A Dswmodul1.cxx81 void lcl_SetUIPrefs(const SwViewOption* pPref, SwView* pView, ViewShell* pSh ) in lcl_SetUIPrefs()
173 ViewShell* pSh = pCurrView ? &pCurrView->GetWrtShell() : 0; in ApplyUsrPref()
662 ViewShell* pViewShell = 0; in CheckSpellChanges()
/aoo42x/main/sw/source/core/view/
H A Dprintdata.cxx89 m_pPostItShell = new ViewShell( *m_pPostItDoc, 0, &aViewOpt, pOutDev ); in CreatePostItData()
110 bool SwRenderData::NeedNewViewOptionAdjust( const ViewShell& rCompare ) const in NeedNewViewOptionAdjust()
116 void SwRenderData::ViewOptionAdjustStart( ViewShell &rSh, const SwViewOption &rViewOptions ) in ViewOptionAdjustStart()
/aoo42x/main/sd/source/ui/framework/module/
H A DToolBarModule.cxx188 ViewShell* pViewShell in HandleUpdateEnd()
200 pToolBarManager->MainViewShellChanged(ViewShell::ST_NONE); in HandleUpdateEnd()
/aoo42x/main/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx186 …ss::uno::Reference< css::presentation::XPresentation2 >& xPresentation, ViewShell* pViewSh, ::sd::…
247 ViewShell* getViewShell() const { return mpViewShell; } in getViewShell()
352 ViewShell* mpViewShell;

Completed in 166 milliseconds

12345678910>>...16