/aoo4110/main/sw/source/ui/uno/ |
H A D | dlelstnr.cxx | 149 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 D | unotxdoc.cxx | 2706 SwView* pSwView = PTR_CAST(SwView, pView); in getRendererCount() local 2707 if ( pSwView ) in getRendererCount() 2735 pSwView->RecheckBrowseMode(); in getRendererCount() 2743 if ( pSwView ) in getRendererCount() 2755 if ( pSwView ) in getRendererCount() 2876 SwView* pSwView = PTR_CAST(SwView, pView); in getRenderer() local 2877 if ( pSwView ) in getRenderer() 2878 pVwSh = pSwView->GetWrtShellPtr(); in getRenderer() 3052 SwView *pSwView = 0; in GuessViewShell() local 3062 pSwView = dynamic_cast< SwView * >(pView); in GuessViewShell() [all …]
|
H A D | unotxvw.cxx | 114 SwXTextView::SwXTextView(SwView* pSwView) : in SwXTextView() argument 115 SfxBaseController(pSwView), in SwXTextView() 116 m_pView(pSwView), in SwXTextView()
|
/aoo4110/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 114 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()
|
/aoo4110/main/sw/source/ui/ribbar/ |
H A D | dselect.cxx | 44 DrawSelection::DrawSelection(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView) : in DrawSelection() argument 45 SwDrawBase(pWrtShell, pEditWin, pSwView) in DrawSelection()
|
H A D | conarc.cxx | 47 ConstArc::ConstArc(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView) in ConstArc() argument 48 : SwDrawBase(pWrtShell, pEditWin, pSwView), nAnzButUp(0) in ConstArc()
|
H A D | conpoly.cxx | 47 ConstPolygon::ConstPolygon(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView) : in ConstPolygon() argument 48 SwDrawBase(pWrtShell, pEditWin, pSwView) in ConstPolygon()
|
H A D | conform.cxx | 47 ConstFormControl::ConstFormControl(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView) : in ConstFormControl() argument 48 SwDrawBase(pWrtShell, pEditWin, pSwView) in ConstFormControl()
|
H A D | conrect.cxx | 55 SwView* pSwView ) in ConstRectangle() argument 56 : SwDrawBase( pWrtShell, pEditWin, pSwView ), in ConstRectangle()
|
H A D | concustomshape.cxx | 69 ConstCustomShape::ConstCustomShape( SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView, Sf… in ConstCustomShape() argument 70 : SwDrawBase( pWrtShell, pEditWin, pSwView ) in ConstCustomShape()
|
H A D | drawbase.cxx | 62 SwDrawBase::SwDrawBase(SwWrtShell* pSwWrtShell, SwEditWin* pWindow, SwView* pSwView) : in SwDrawBase() argument 63 m_pView(pSwView), in SwDrawBase()
|
/aoo4110/main/sw/source/ui/smartmenu/ |
H A D | stmenu.cxx | 48 SwSmartTagPopup::SwSmartTagPopup( SwView* pSwView, in SwSmartTagPopup() argument 53 mpSwView ( pSwView ), in SwSmartTagPopup()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | unotxvw.hxx | 87 SwXTextView(SwView* pSwView);
|