| /trunk/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 | 193 const SwView * pSwView = dynamic_cast< const SwView * >(pView); in lcl_GetPrintUIOptions() local 194 …const bool bHasSelection = pSwView ? pSwView->HasSelection( sal_False ) : false; // check for … in lcl_GetPrintUIOptions() 2746 SwView* pSwView = PTR_CAST(SwView, pView); in getRendererCount() local 2747 if ( pSwView ) in getRendererCount() 2749 pViewShell = pSwView->GetWrtShellPtr(); in getRendererCount() 2775 pSwView->RecheckBrowseMode(); in getRendererCount() 2783 if ( pSwView ) in getRendererCount() 2795 if ( pSwView ) in getRendererCount() 2916 SwView* pSwView = PTR_CAST(SwView, pView); in getRenderer() local 2917 if ( pSwView ) in getRenderer() [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()
|
| /trunk/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()
|
| /trunk/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 | 37 ConstArc::ConstArc(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView) in ConstArc() argument 38 : SwDrawBase(pWrtShell, pEditWin, pSwView), nAnzButUp(0) in ConstArc()
|
| H A D | conpoly.cxx | 40 ConstPolygon::ConstPolygon(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView) : in ConstPolygon() argument 41 SwDrawBase(pWrtShell, pEditWin, pSwView) in ConstPolygon()
|
| H A D | conform.cxx | 41 ConstFormControl::ConstFormControl(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView) : in ConstFormControl() argument 42 SwDrawBase(pWrtShell, pEditWin, pSwView) in ConstFormControl()
|
| H A D | conrect.cxx | 49 SwView* pSwView ) in ConstRectangle() argument 50 : SwDrawBase( pWrtShell, pEditWin, pSwView ), in ConstRectangle()
|
| H A D | concustomshape.cxx | 64 ConstCustomShape::ConstCustomShape( SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView, Sf… in ConstCustomShape() argument 65 : 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()
|
| /trunk/main/sw/source/ui/smartmenu/ |
| H A D | stmenu.cxx | 48 SwSmartTagPopup::SwSmartTagPopup( SwView* pSwView, in SwSmartTagPopup() argument 53 mpSwView ( pSwView ), in SwSmartTagPopup()
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | unotxvw.hxx | 87 SwXTextView(SwView* pSwView);
|