Home
last modified time | relevance | path

Searched refs:pWrtShell (Results 26 – 50 of 54) sorted by relevance

123

/trunk/main/sw/source/ui/inc/
H A Dswdtflvr.hxx69 SwWrtShell *pWrtShell; member in SwTransferable
200 SwWrtShell* GetShell() { return pWrtShell; } in GetShell()
211 void Invalidate() {pWrtShell = 0;} in Invalidate()
H A Doptpage.hxx215 SwWrtShell* pWrtShell; member in SwStdFontTabPage
299 SwWrtShell* pWrtShell; member in SwTableOptionsTabPage
317 void SetWrtShell(SwWrtShell* pSh) {pWrtShell = pSh;} in SetWrtShell()
H A Dwrap.hxx51 SwWrtShell* pWrtShell; member in SwWrapDlg
57 inline SwWrtShell* GetWrtShell() { return pWrtShell; } in GetWrtShell()
H A Dview.hxx213 SwWrtShell *pWrtShell; member in SwView
445 inline SwWrtShell& GetWrtShell () const { return *pWrtShell; } in GetWrtShell()
446 inline SwWrtShell* GetWrtShellPtr() const { return pWrtShell; } in GetWrtShellPtr()
H A Dfldmgr.hxx116 SwWrtShell* pWrtShell; // darf auch NULL sein! member in SwFldMgr
138 { pWrtShell = pShell; } in SetWrtShell()
H A Dtmpdlg.hxx40 SwWrtShell* pWrtShell; member in SwTemplateDlg
H A Dinputwin.hxx61 SwWrtShell* pWrtShell; member in SwInputWindow
H A Dgloshdl.hxx42 SwWrtShell* pWrtShell; member in SwGlossaryHdl
H A Dglossary.hxx172 SwGlossaryDlg(SfxViewFrame* pViewFrame, SwGlossaryHdl* pGlosHdl, SwWrtShell *pWrtShell);
H A Doptload.hxx68 SwWrtShell* pWrtShell; member in SwLoadOptPage
H A Dcontent.hxx179 SwWrtShell* pWrtShell; member in SwContentType
/trunk/main/sw/source/ui/ribbar/
H A Ddselect.cxx44 DrawSelection::DrawSelection(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView) : in DrawSelection() argument
45 SwDrawBase(pWrtShell, pEditWin, pSwView) in DrawSelection()
H A Dconpoly.cxx40 ConstPolygon::ConstPolygon(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView) : in ConstPolygon() argument
41 SwDrawBase(pWrtShell, pEditWin, pSwView) in ConstPolygon()
H A Dconarc.cxx37 ConstArc::ConstArc(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView) in ConstArc() argument
38 : SwDrawBase(pWrtShell, pEditWin, pSwView), nAnzButUp(0) in ConstArc()
H A Dconform.cxx41 ConstFormControl::ConstFormControl(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView) : in ConstFormControl() argument
42 SwDrawBase(pWrtShell, pEditWin, pSwView) in ConstFormControl()
H A Dconrect.cxx48 ConstRectangle::ConstRectangle( SwWrtShell* pWrtShell, SwEditWin* pEditWin, in ConstRectangle() argument
50 : SwDrawBase( pWrtShell, pEditWin, pSwView ), in ConstRectangle()
H A Dconcustomshape.cxx64 ConstCustomShape::ConstCustomShape( SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView, Sf… in ConstCustomShape() argument
65 : SwDrawBase( pWrtShell, pEditWin, pSwView ) in ConstCustomShape()
/trunk/main/sw/source/ui/fldui/
H A Dxfldui.cxx74 SwNewDBMgr* pDBMgr = pWrtShell ? pWrtShell->GetNewDBMgr() : in IsDBNumeric()
/trunk/main/sw/source/core/crsr/
H A Dfindtxt.cxx328 ViewShell *const pWrtShell = (pDocShell) ? (ViewShell*)(pDocShell->GetWrtShell()) : 0; in Find() local
329 SwPostItMgr *const pPostItMgr = (pWrtShell) ? pWrtShell->GetPostItMgr() : 0; in Find()
/trunk/main/sw/source/ui/uiview/
H A Dview0.cxx151 pWrtShell->ApplyAccessiblityOptions(rAccessibilityOptions); in ApplyAccessiblityOptions()
154 pWrtShell->ShowCrsr(); in ApplyAccessiblityOptions()
H A Dviewdlg2.cxx88 pMDI, *pWrtShell, sal_True ); in ExecDlgExt()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx223 SwGlossaryHdl * pGlosHdl, SwWrtShell *pWrtShell) : in SwGlossaryDlg() argument
254 bSelection( pWrtShell->IsSelection() ), in SwGlossaryDlg()
259 pSh (pWrtShell) in SwGlossaryDlg()
/trunk/main/sw/source/ui/frmdlg/
H A Dwrap.cxx80 pWrtShell(pSh) in SwWrapDlg()
86 pNewPage->SetShell(pWrtShell); in SwWrapDlg()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1910 SwWrtShell* pWrtShell = ::GetActiveWrtShell(); in SwAuthMarkFloatDlg() local
1911 DBG_ASSERT(pWrtShell, "No shell?"); in SwAuthMarkFloatDlg()
1912 aDlg.ReInitDlg(*pWrtShell); in SwAuthMarkFloatDlg()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx1320 SwWrtShell *pWrtShell) //add for SwGlossaryDlg in CreateGlossaryDlg() argument
1326 pDlg = new SwGlossaryDlg( pViewFrame, pGlosHdl, pWrtShell ); in CreateGlossaryDlg()

Completed in 98 milliseconds

123