Lines Matching refs:m_pView

94     m_pView(pSwView),  in SwXTextView()
132 m_pView = nullptr; in Invalidate()
349 m_pView->StopShellTimer(); in getSelection()
351 SwWrtShell& rSh = m_pView->GetWrtShell(); in getSelection()
352 ShellMode eSelMode = m_pView->GetShellMode(); in getSelection()
520 if(!m_pView) in getViewSettings()
525 mxViewSettings = new SwXViewSettings( m_pView ); in getViewSettings()
537 SwWrtShell& rSh = m_pView->GetWrtShell(); in getRubyList()
538 ShellMode eSelMode = m_pView->GetShellMode(); in getRubyList()
584 SwWrtShell& rSh = m_pView->GetWrtShell(); in setRubyList()
585 ShellMode eSelMode = m_pView->GetShellMode(); in setRubyList()
645 SwDoc* pDoc = m_pView->GetDocShell()->GetDoc(); in setRubyList()
651 SwWrtShell& rOldSh = m_pView->GetWrtShell(); in BuildTmpSelectionDoc()
686 OSL_ENSURE( m_pView, "view is missing" ); in NotifySelChanged()
746 const SwViewOption *pOpt = m_pView->GetWrtShell().GetViewOptions(); in setPropertyValue()
752 m_pView->GetWrtShell().ApplyViewOptions( aNewOpt ); in setPropertyValue()
780 m_pView->GetWrtShell().CalcLayout(); in getPropertyValue()
784 nCount = m_pView->GetWrtShell().GetPageCount(); in getPropertyValue()
786 nCount = m_pView->GetWrtShell().GetLineCount(); in getPropertyValue()
795 const SwViewOption *pOpt = m_pView->GetWrtShell().GetViewOptions(); in getPropertyValue()
852 m_pView(pVw), in SwXTextViewCursor()
873 OSL_ENSURE(m_pView, "m_pView is NULL ???"); in IsTextSelection()
874 if(m_pView) in IsTextSelection()
878 SelectionType eSelType = m_pView->GetWrtShell().GetSelectionType(); in IsTextSelection()
901 if(!m_pView) in getPosition()
904 const SwWrtShell& rSh = m_pView->GetWrtShell(); in getPosition()
923 if(!m_pView) in collapseToStart()
929 SwWrtShell& rSh = m_pView->GetWrtShell(); in collapseToStart()
945 if(!m_pView) in collapseToEnd()
951 SwWrtShell& rSh = m_pView->GetWrtShell(); in collapseToEnd()
968 if(!m_pView) in isCollapsed()
974 const SwWrtShell& rSh = m_pView->GetWrtShell(); in isCollapsed()
985 if(!m_pView) in goLeft()
991 bRet = m_pView->GetWrtShell().Left( CRSR_SKIP_CHARS, bExpand, nCount, true ); in goLeft()
1000 if(!m_pView) in goRight()
1006 bRet = m_pView->GetWrtShell().Right( CRSR_SKIP_CHARS, bExpand, nCount, true ); in goRight()
1017 if(!(m_pView && xRange.is())) in gotoRange()
1023 SwUnoInternalPaM rDestPam(*m_pView->GetDocShell()->GetDoc()); in gotoRange()
1029 ShellMode eSelMode = m_pView->GetShellMode(); in gotoRange()
1030 SwWrtShell& rSh = m_pView->GetWrtShell(); in gotoRange()
1156 if(!m_pView) in gotoStart()
1162 m_pView->GetWrtShell().StartOfSection( bExpand ); in gotoStart()
1170 if(!m_pView) in gotoEnd()
1176 m_pView->GetWrtShell().EndOfSection( bExpand ); in gotoEnd()
1184 if(!m_pView) in jumpToFirstPage()
1187 SwWrtShell& rSh = m_pView->GetWrtShell(); in jumpToFirstPage()
1203 if(!m_pView) in jumpToLastPage()
1206 SwWrtShell& rSh = m_pView->GetWrtShell(); in jumpToLastPage()
1223 if(!m_pView) in jumpToPage()
1226 bRet = m_pView->GetWrtShell().GotoPage(nPage, true); in jumpToPage()
1235 if(!m_pView) in jumpToNextPage()
1238 bRet = m_pView->GetWrtShell().SttNxtPg(); in jumpToNextPage()
1247 if(!m_pView) in jumpToPreviousPage()
1250 bRet = m_pView->GetWrtShell().EndPrvPg(); in jumpToPreviousPage()
1259 if(!m_pView) in jumpToEndOfPage()
1262 bRet = m_pView->GetWrtShell().EndPg(); in jumpToEndOfPage()
1271 if(!m_pView) in jumpToStartOfPage()
1274 bRet = m_pView->GetWrtShell().SttPg(); in jumpToStartOfPage()
1283 if(!m_pView) in getPage()
1286 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPage()
1297 if(!m_pView) in screenDown()
1300 SfxRequest aReq(FN_PAGEDOWN, SfxCallMode::SLOT, m_pView->GetPool()); in screenDown()
1301 m_pView->Execute(aReq); in screenDown()
1312 if(!m_pView) in screenUp()
1315 SfxRequest aReq(FN_PAGEUP, SfxCallMode::SLOT, m_pView->GetPool()); in screenUp()
1316 m_pView->Execute(aReq); in screenUp()
1327 if(!m_pView) in getText()
1333 SwWrtShell& rSh = m_pView->GetWrtShell(); in getText()
1335 SwDoc* pDoc = m_pView->GetDocShell()->GetDoc(); in getText()
1345 if(!m_pView) in getStart()
1351 SwWrtShell& rSh = m_pView->GetWrtShell(); in getStart()
1353 SwDoc* pDoc = m_pView->GetDocShell()->GetDoc(); in getStart()
1363 if(!m_pView) in getEnd()
1369 SwWrtShell& rSh = m_pView->GetWrtShell(); in getEnd()
1371 SwDoc* pDoc = m_pView->GetDocShell()->GetDoc(); in getEnd()
1381 if(m_pView) in getString()
1389 ShellMode eSelMode = m_pView->GetShellMode(); in getString()
1401 SwWrtShell& rSh = m_pView->GetWrtShell(); in getString()
1416 if(m_pView) in setString()
1421 ShellMode eSelMode = m_pView->GetShellMode(); in setString()
1433 SwWrtShell& rSh = m_pView->GetWrtShell(); in setString()
1452 if(!m_pView) in setPropertyValue()
1455 SwWrtShell& rSh = m_pView->GetWrtShell(); in setPropertyValue()
1471 if(!m_pView) in getPropertyValue()
1474 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPropertyValue()
1506 if(!m_pView) in getPropertyState()
1509 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPropertyState()
1522 if(m_pView) in getPropertyStates()
1524 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPropertyStates()
1535 if(m_pView) in setPropertyToDefault()
1537 SwWrtShell& rSh = m_pView->GetWrtShell(); in setPropertyToDefault()
1548 if(m_pView) in getPropertyDefault()
1550 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPropertyDefault()
1563 if(!m_pView) in goDown()
1569 bRet = m_pView->GetWrtShell().Down( bExpand, nCount, true ); in goDown()
1579 if(!m_pView) in goUp()
1585 bRet = m_pView->GetWrtShell().Up( bExpand, nCount, true ); in goUp()
1594 if(!m_pView) in isAtStartOfLine()
1600 bRet = m_pView->GetWrtShell().IsAtLeftMargin(); in isAtStartOfLine()
1609 if(!m_pView) in isAtEndOfLine()
1615 bRet = m_pView->GetWrtShell().IsAtRightMargin(); in isAtEndOfLine()
1623 if(!m_pView) in gotoEndOfLine()
1629 m_pView->GetWrtShell().RightMargin(bExpand, true); in gotoEndOfLine()
1636 if(!m_pView) in gotoStartOfLine()
1642 m_pView->GetWrtShell().LeftMargin(bExpand, true); in gotoStartOfLine()
1691 SwWrtShell& rSh = m_pView->GetWrtShell(); in IMPLEMENT_FORWARD_XINTERFACE2()
1697 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetDoc()
1703 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetPaM()
1709 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetPaM()