Lines Matching refs:m_pView

116     m_pView(pSwView),  in SwXTextView()
170 m_pView = 0; in Invalidate()
538 m_pView->StopShellTimer(); in getSelection()
540 SwWrtShell& rSh = m_pView->GetWrtShell(); in getSelection()
541 ShellModes eSelMode = m_pView->GetShellMode(); in getSelection()
607 uno::Reference< frame::XModel > xModel = m_pView->GetDocShell()->GetBaseModel(); in getSelection()
762 if(m_pView) in getViewSettings()
767 …pxViewSettings = static_cast < HelperBaseNoState * > ( new SwXViewSettings( sal_False, m_pView ) ); in getViewSettings()
783 SwWrtShell& rSh = m_pView->GetWrtShell(); in getRubyList()
784 ShellModes eSelMode = m_pView->GetShellMode(); in getRubyList()
791 SwDoc* pDoc = m_pView->GetDocShell()->GetDoc(); in getRubyList()
833 SwWrtShell& rSh = m_pView->GetWrtShell(); in setRubyList()
834 ShellModes eSelMode = m_pView->GetShellMode(); in setRubyList()
894 SwDoc* pDoc = m_pView->GetDocShell()->GetDoc(); in setRubyList()
902 SwWrtShell& rOldSh = m_pView->GetWrtShell(); in BuildTmpSelectionDoc()
940 DBG_ASSERT( m_pView, "view is missing" ); in NotifySelChanged()
944 if (m_pView && m_pView->GetTmpSelectionDoc().Is()) in NotifySelChanged()
949 SfxObjectShellLock& xDocSh = m_pView->GetTmpSelectionDoc(); in NotifySelChanged()
956 m_pView->GetTmpSelectionDoc()->DoClose(); in NotifySelChanged()
957 m_pView->GetTmpSelectionDoc() = 0; in NotifySelChanged()
1023 const SwViewOption *pOpt = m_pView->GetWrtShell().GetViewOptions(); in setPropertyValue()
1029 m_pView->GetWrtShell().ApplyViewOptions( aNewOpt ); in setPropertyValue()
1060 m_pView->GetWrtShell().CalcLayout(); in getPropertyValue()
1064 nCount = m_pView->GetWrtShell().GetPageCount(); in getPropertyValue()
1066 nCount = m_pView->GetWrtShell().GetLineCount( sal_False /*of whole document*/ ); in getPropertyValue()
1075 const SwViewOption *pOpt = m_pView->GetWrtShell().GetViewOptions(); in getPropertyValue()
1161 m_pView(pVw), in SwXTextViewCursor()
1188 DBG_ASSERT(m_pView, "m_pView is NULL ???"); in IsTextSelection()
1189 if(m_pView) in IsTextSelection()
1193 SelectionType eSelType = m_pView->GetWrtShell().GetSelectionType(); in IsTextSelection()
1225 if(m_pView) in getPosition()
1227 const SwWrtShell& rSh = m_pView->GetWrtShell(); in getPosition()
1250 if(m_pView) in collapseToStart()
1255 SwWrtShell& rSh = m_pView->GetWrtShell(); in collapseToStart()
1275 if(m_pView) in collapseToEnd()
1280 SwWrtShell& rSh = m_pView->GetWrtShell(); in collapseToEnd()
1301 if(m_pView) in isCollapsed()
1306 const SwWrtShell& rSh = m_pView->GetWrtShell(); in isCollapsed()
1321 if(m_pView) in goLeft()
1327 bRet = m_pView->GetWrtShell().Left( CRSR_SKIP_CHARS, bExpand, 1, sal_True ); in goLeft()
1340 if(m_pView) in goRight()
1346 bRet = m_pView->GetWrtShell().Right( CRSR_SKIP_CHARS, bExpand, 1, sal_True ); in goRight()
1362 if(m_pView && xRange.is()) in gotoRange()
1367 SwUnoInternalPaM rDestPam(*m_pView->GetDocShell()->GetDoc()); in gotoRange()
1373 ShellModes eSelMode = m_pView->GetShellMode(); in gotoRange()
1374 SwWrtShell& rSh = m_pView->GetWrtShell(); in gotoRange()
1503 if(m_pView) in gotoStart()
1508 m_pView->GetWrtShell().SttDoc( bExpand ); in gotoStart()
1519 if(m_pView) in gotoEnd()
1524 m_pView->GetWrtShell().EndDoc( bExpand ); in gotoEnd()
1536 if(m_pView) in jumpToFirstPage()
1538 SwWrtShell& rSh = m_pView->GetWrtShell(); in jumpToFirstPage()
1558 if(m_pView) in jumpToLastPage()
1560 SwWrtShell& rSh = m_pView->GetWrtShell(); in jumpToLastPage()
1581 if(m_pView) in jumpToPage()
1582 bRet = m_pView->GetWrtShell().GotoPage(nPage, sal_True); in jumpToPage()
1594 if(m_pView) in jumpToNextPage()
1595 bRet = m_pView->GetWrtShell().SttNxtPg(); in jumpToNextPage()
1607 if(m_pView) in jumpToPreviousPage()
1608 bRet = m_pView->GetWrtShell().EndPrvPg(); in jumpToPreviousPage()
1620 if(m_pView) in jumpToEndOfPage()
1621 bRet = m_pView->GetWrtShell().EndPg(); in jumpToEndOfPage()
1633 if(m_pView) in jumpToStartOfPage()
1634 bRet = m_pView->GetWrtShell().SttPg(); in jumpToStartOfPage()
1646 if(m_pView) in getPage()
1648 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPage()
1663 if(m_pView) in screenDown()
1665 SfxRequest aReq(FN_PAGEDOWN, SFX_CALLMODE_SLOT, m_pView->GetPool()); in screenDown()
1666 m_pView->Execute(aReq); in screenDown()
1681 if(m_pView) in screenUp()
1683 SfxRequest aReq(FN_PAGEUP, SFX_CALLMODE_SLOT, m_pView->GetPool()); in screenUp()
1684 m_pView->Execute(aReq); in screenUp()
1699 if(m_pView) in getText()
1704 SwWrtShell& rSh = m_pView->GetWrtShell(); in getText()
1706 SwDoc* pDoc = m_pView->GetDocShell()->GetDoc(); in getText()
1720 if(m_pView) in getStart()
1725 SwWrtShell& rSh = m_pView->GetWrtShell(); in getStart()
1727 SwDoc* pDoc = m_pView->GetDocShell()->GetDoc(); in getStart()
1741 if(m_pView) in getEnd()
1746 SwWrtShell& rSh = m_pView->GetWrtShell(); in getEnd()
1748 SwDoc* pDoc = m_pView->GetDocShell()->GetDoc(); in getEnd()
1762 if(m_pView) in getString()
1767 ShellModes eSelMode = m_pView->GetShellMode(); in getString()
1779 SwWrtShell& rSh = m_pView->GetWrtShell(); in getString()
1794 if(m_pView) in setString()
1799 ShellModes eSelMode = m_pView->GetShellMode(); in setString()
1811 SwWrtShell& rSh = m_pView->GetWrtShell(); in setString()
1836 if(m_pView) in setPropertyValue()
1838 SwWrtShell& rSh = m_pView->GetWrtShell(); in setPropertyValue()
1860 if(m_pView) in getPropertyValue()
1862 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPropertyValue()
1910 if(m_pView) in getPropertyState()
1912 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPropertyState()
1929 if(m_pView) in getPropertyStates()
1931 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPropertyStates()
1945 if(m_pView) in setPropertyToDefault()
1947 SwWrtShell& rSh = m_pView->GetWrtShell(); in setPropertyToDefault()
1961 if(m_pView) in getPropertyDefault()
1963 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPropertyDefault()
1977 if(m_pView) in goDown()
1983 bRet = m_pView->GetWrtShell().Down( bExpand, 1, sal_True ); in goDown()
1996 if(m_pView) in goUp()
2002 bRet = m_pView->GetWrtShell().Up( bExpand, 1, sal_True ); in goUp()
2015 if(m_pView) in isAtStartOfLine()
2020 bRet = m_pView->GetWrtShell().IsAtLeftMargin(); in isAtStartOfLine()
2033 if(m_pView) in isAtEndOfLine()
2038 bRet = m_pView->GetWrtShell().IsAtRightMargin(sal_True); in isAtEndOfLine()
2050 if(m_pView) in gotoEndOfLine()
2055 m_pView->GetWrtShell().RightMargin(bExpand, sal_True); in gotoEndOfLine()
2066 if(m_pView) in gotoStartOfLine()
2071 m_pView->GetWrtShell().LeftMargin(bExpand, sal_True); in gotoStartOfLine()
2141 SwWrtShell& rSh = m_pView->GetWrtShell(); in IMPLEMENT_FORWARD_XINTERFACE2()
2147 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetDoc()
2153 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetPaM()
2159 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetPaM()