Lines Matching refs:rSh

290 		SwWrtShell& rSh = GetView()->GetWrtShell();  in select()  local
338 rSh.EnterStdMode(); in select()
339 rSh.SetSelection(*pPam); in select()
351 sal_Bool bSuccess = rSh.GotoFly( pFrmFmt->GetName(), pFrame->GetFlyCntType()); in select()
354 rSh.HideCrsr(); in select()
355 rSh.EnterSelFrmMode(); in select()
371 rSh.EnterStdMode(); in select()
372 rSh.GotoTable(pTblFrmFmt->GetName()); in select()
391 rSh.EnterStdMode(); in select()
392 rSh.SetSelection(aPam); in select()
405 rSh.EnterStdMode(); in select()
406 rSh.SetSelection(*pUnoCrsr); in select()
418 rSh.EnterStdMode(); in select()
419 rSh.GotoMark(pMark); in select()
435 SdrView* pDrawView = rSh.GetDrawView(); in select()
464 SdrView* pDrawView = rSh.GetDrawView(); in select()
540 SwWrtShell& rSh = m_pView->GetWrtShell(); in getSelection() local
546 if(rSh.GetTableCrsr()) in getSelection()
548 DBG_ASSERT(rSh.GetTableFmt(), "kein Tabellenformat?"); in getSelection()
549 uno::Reference< text::XTextTableCursor > xCrsr = new SwXTextTableCursor(*rSh.GetTableFmt(), in getSelection()
550 rSh.GetTableCrsr()); in getSelection()
562 uno::Reference< container::XIndexAccess > xPos = new SwXTextRanges(rSh.GetCrsr()); in getSelection()
571 const SwFrmFmt* pFmt = rSh.GetFlyFrmFmt(); in getSelection()
615 const SdrMarkList& rMarkList = rSh.GetDrawView()->GetMarkedObjectList(); in getSelection()
783 SwWrtShell& rSh = m_pView->GetWrtShell(); in getRubyList() local
794 sal_uInt16 nCount = pDoc->FillRubyList( *rSh.GetCrsr(), aList, 0 ); in getRubyList()
833 SwWrtShell& rSh = m_pView->GetWrtShell(); in setRubyList() local
895 pDoc->SetRubyList( *rSh.GetCrsr(), aList, 0 ); in setRubyList()
1227 const SwWrtShell& rSh = m_pView->GetWrtShell(); in getPosition() local
1228 const SwRect aCharRect(rSh.GetCharRect()); in getPosition()
1230 const SwFrmFmt& rMaster = rSh.GetPageDesc( rSh.GetCurPageDesc() ).GetMaster(); in getPosition()
1255 SwWrtShell& rSh = m_pView->GetWrtShell(); in collapseToStart() local
1256 if(rSh.HasSelection()) in collapseToStart()
1258 SwPaM* pShellCrsr = rSh.GetCrsr(); in collapseToStart()
1262 rSh.EnterStdMode(); in collapseToStart()
1263 rSh.SetSelection(*pShellCrsr); in collapseToStart()
1280 SwWrtShell& rSh = m_pView->GetWrtShell(); in collapseToEnd() local
1281 if(rSh.HasSelection()) in collapseToEnd()
1283 SwPaM* pShellCrsr = rSh.GetCrsr(); in collapseToEnd()
1287 rSh.EnterStdMode(); in collapseToEnd()
1288 rSh.SetSelection(*pShellCrsr); in collapseToEnd()
1306 const SwWrtShell& rSh = m_pView->GetWrtShell(); in isCollapsed() local
1307 bRet = !rSh.HasSelection(); in isCollapsed()
1374 SwWrtShell& rSh = m_pView->GetWrtShell(); in gotoRange() local
1381 rSh.EnterStdMode(); in gotoRange()
1382 SwPaM* pShellCrsr = rSh.GetCrsr(); in gotoRange()
1404 const sal_uInt16 nFrmType = rSh.GetFrmType(0,sal_True); in gotoRange()
1491 rSh.SetSelection(aOwnPaM); in gotoRange()
1538 SwWrtShell& rSh = m_pView->GetWrtShell(); in jumpToFirstPage() local
1539 if (rSh.IsSelFrmMode()) in jumpToFirstPage()
1541 rSh.UnSelectFrm(); in jumpToFirstPage()
1542 rSh.LeaveSelFrmMode(); in jumpToFirstPage()
1544 rSh.EnterStdMode(); in jumpToFirstPage()
1545 bRet = rSh.SttEndDoc(sal_True); in jumpToFirstPage()
1560 SwWrtShell& rSh = m_pView->GetWrtShell(); in jumpToLastPage() local
1561 if (rSh.IsSelFrmMode()) in jumpToLastPage()
1563 rSh.UnSelectFrm(); in jumpToLastPage()
1564 rSh.LeaveSelFrmMode(); in jumpToLastPage()
1566 rSh.EnterStdMode(); in jumpToLastPage()
1567 bRet = rSh.SttEndDoc(sal_False); in jumpToLastPage()
1568 rSh.SttPg(); in jumpToLastPage()
1648 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPage() local
1649 SwPaM* pShellCrsr = rSh.GetCrsr(); in getPage()
1704 SwWrtShell& rSh = m_pView->GetWrtShell(); in getText() local
1705 SwPaM* pShellCrsr = rSh.GetCrsr(); in getText()
1725 SwWrtShell& rSh = m_pView->GetWrtShell(); in getStart() local
1726 SwPaM* pShellCrsr = rSh.GetCrsr(); in getStart()
1746 SwWrtShell& rSh = m_pView->GetWrtShell(); in getEnd() local
1747 SwPaM* pShellCrsr = rSh.GetCrsr(); in getEnd()
1779 SwWrtShell& rSh = m_pView->GetWrtShell(); in getString() local
1780 SwPaM* pShellCrsr = rSh.GetCrsr(); in getString()
1811 SwWrtShell& rSh = m_pView->GetWrtShell(); in setString() local
1812 SwCursor* pShellCrsr = rSh.GetSwCrsr(); in setString()
1838 SwWrtShell& rSh = m_pView->GetWrtShell(); in setPropertyValue() local
1839 SwPaM* pShellCrsr = rSh.GetCrsr(); in setPropertyValue()
1862 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPropertyValue() local
1863 SwPaM* pShellCrsr = rSh.GetCrsr(); in getPropertyValue()
1912 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPropertyState() local
1913 SwPaM* pShellCrsr = rSh.GetCrsr(); in getPropertyState()
1931 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPropertyStates() local
1932 SwPaM* pShellCrsr = rSh.GetCrsr(); in getPropertyStates()
1947 SwWrtShell& rSh = m_pView->GetWrtShell(); in setPropertyToDefault() local
1948 SwPaM* pShellCrsr = rSh.GetCrsr(); in setPropertyToDefault()
1963 SwWrtShell& rSh = m_pView->GetWrtShell(); in getPropertyDefault() local
1964 SwPaM* pShellCrsr = rSh.GetCrsr(); in getPropertyDefault()
2141 SwWrtShell& rSh = m_pView->GetWrtShell(); in IMPLEMENT_FORWARD_XINTERFACE2() local
2142 return rSh.GetCrsr() ? rSh.GetCrsr()->GetDoc() : 0; in IMPLEMENT_FORWARD_XINTERFACE2()
2147 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetDoc() local
2148 return rSh.GetCrsr() ? rSh.GetCrsr()->GetDoc() : 0; in GetDoc()
2153 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetPaM() local
2154 return rSh.GetCrsr(); in GetPaM()
2159 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetPaM() local
2160 return rSh.GetCrsr(); in GetPaM()
2169 SwWrtShell& rSh = GetView()->GetWrtShell(); in getTransferable() local
2172 SdrView *pSdrView = rSh.GetDrawView(); in getTransferable()
2178 SwTransferable* pTransfer = new SwTransferable( rSh ); in getTransferable()
2179 const sal_Bool bLockedView = rSh.IsViewLocked(); in getTransferable()
2180 rSh.LockView( sal_True ); //lock visible section in getTransferable()
2182 rSh.LockView( bLockedView ); in getTransferable()
2193 SwWrtShell& rSh = GetView()->GetWrtShell(); in insertTransferable() local
2196 SdrView *pSdrView = rSh.GetDrawView(); in insertTransferable()
2203 if ( SwTransferable::IsPaste( rSh, aDataHelper ) ) in insertTransferable()
2205 SwTransferable::Paste( rSh, aDataHelper ); in insertTransferable()
2206 if( rSh.IsFrmSelected() || rSh.IsObjSelected() ) in insertTransferable()
2207 rSh.EnterSelFrmMode(); in insertTransferable()
2208 GetView()->AttrChangedNotify( &rSh ); in insertTransferable()