Home
last modified time | relevance | path

Searched refs:pSwView (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sw/source/ui/uno/
H A Ddlelstnr.cxx149 SwView *pSwView = SW_MOD()->GetFirstView(); in processLinguServiceEvent() local
155 while (pSwView && pSwView->GetWrtShellPtr()) in processLinguServiceEvent()
157 pSwView->GetWrtShell().ChgHyphenation(); in processLinguServiceEvent()
158 pSwView = SW_MOD()->GetNextView( pSwView ); in processLinguServiceEvent()
H A Dunotxdoc.cxx2722 SwView* pSwView = PTR_CAST(SwView, pView); in getRendererCount() local
2723 if ( pSwView ) in getRendererCount()
2751 pSwView->RecheckBrowseMode(); in getRendererCount()
2759 if ( pSwView ) in getRendererCount()
2771 if ( pSwView ) in getRendererCount()
2892 SwView* pSwView = PTR_CAST(SwView, pView); in getRenderer() local
2893 if ( pSwView ) in getRenderer()
2894 pVwSh = pSwView->GetWrtShellPtr(); in getRenderer()
3068 SwView *pSwView = 0; in GuessViewShell() local
3078 pSwView = dynamic_cast< SwView * >(pView); in GuessViewShell()
[all …]
H A Dunotxvw.cxx114 SwXTextView::SwXTextView(SwView* pSwView) : in SwXTextView() argument
115 SfxBaseController(pSwView), in SwXTextView()
116 m_pView(pSwView), in SwXTextView()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx114 SwView* pSwView, in SwHHCWrapper() argument
122 editeng::HangulHanjaConversion( &pSwView->GetEditWin(), rxMSF, in SwHHCWrapper()
128 rWrtShell( pSwView->GetWrtShell() ) in SwHHCWrapper()
134 pView = pSwView; in SwHHCWrapper()
135 pWin = &pSwView->GetEditWin(); in SwHHCWrapper()
/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.cxx49 SwView* pSwView ) 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()
H A Ddrawbase.cxx62 SwDrawBase::SwDrawBase(SwWrtShell* pSwWrtShell, SwEditWin* pWindow, SwView* pSwView) : in SwDrawBase() argument
63 m_pView(pSwView), in SwDrawBase()
/trunk/main/sw/source/ui/smartmenu/
H A Dstmenu.cxx48 SwSmartTagPopup::SwSmartTagPopup( SwView* pSwView, in SwSmartTagPopup() argument
53 mpSwView ( pSwView ), in SwSmartTagPopup()
/trunk/main/sw/source/ui/inc/
H A Dunotxvw.hxx87 SwXTextView(SwView* pSwView);

Completed in 70 milliseconds