Lines Matching refs:pShellCrsr

1258 			SwPaM* pShellCrsr = rSh.GetCrsr();  in collapseToStart()  local
1259 if(*pShellCrsr->GetPoint() > *pShellCrsr->GetMark()) in collapseToStart()
1260 pShellCrsr->Exchange(); in collapseToStart()
1261 pShellCrsr->DeleteMark(); in collapseToStart()
1263 rSh.SetSelection(*pShellCrsr); in collapseToStart()
1283 SwPaM* pShellCrsr = rSh.GetCrsr(); in collapseToEnd() local
1284 if(*pShellCrsr->GetPoint() < *pShellCrsr->GetMark()) in collapseToEnd()
1285 pShellCrsr->Exchange(); in collapseToEnd()
1286 pShellCrsr->DeleteMark(); in collapseToEnd()
1288 rSh.SetSelection(*pShellCrsr); in collapseToEnd()
1382 SwPaM* pShellCrsr = rSh.GetCrsr(); in gotoRange() local
1383 SwPaM aOwnPaM(*pShellCrsr->GetPoint()); in gotoRange()
1384 if(pShellCrsr->HasMark()) in gotoRange()
1387 *aOwnPaM.GetMark() = *pShellCrsr->GetMark(); in gotoRange()
1649 SwPaM* pShellCrsr = rSh.GetCrsr(); in getPage() local
1650 nRet = (short)pShellCrsr->GetPageNum( sal_True, 0 ); in getPage()
1705 SwPaM* pShellCrsr = rSh.GetCrsr(); in getText() local
1707 xRet = ::sw::CreateParentXText(*pDoc, *pShellCrsr->Start()); in getText()
1726 SwPaM* pShellCrsr = rSh.GetCrsr(); in getStart() local
1728 xRet = SwXTextRange::CreateXTextRange(*pDoc, *pShellCrsr->Start(), 0); in getStart()
1747 SwPaM* pShellCrsr = rSh.GetCrsr(); in getEnd() local
1749 xRet = SwXTextRange::CreateXTextRange(*pDoc, *pShellCrsr->End(), 0); in getEnd()
1780 SwPaM* pShellCrsr = rSh.GetCrsr(); in getString() local
1781 SwUnoCursorHelper::GetTextFromPam(*pShellCrsr, uRet); in getString()
1812 SwCursor* pShellCrsr = rSh.GetSwCrsr(); in setString() local
1813 SwUnoCursorHelper::SetString(*pShellCrsr, aString); in setString()
1839 SwPaM* pShellCrsr = rSh.GetCrsr(); in setPropertyValue() local
1840 SwNode *pNode = pShellCrsr->GetNode(); in setPropertyValue()
1844 *pShellCrsr, *m_pPropSet, rPropertyName, aValue ); in setPropertyValue()
1863 SwPaM* pShellCrsr = rSh.GetCrsr(); in getPropertyValue() local
1865 *pShellCrsr, *m_pPropSet, rPropertyName); in getPropertyValue()
1913 SwPaM* pShellCrsr = rSh.GetCrsr(); in getPropertyState() local
1915 *pShellCrsr, *m_pPropSet, rPropertyName); in getPropertyState()
1932 SwPaM* pShellCrsr = rSh.GetCrsr(); in getPropertyStates() local
1934 *pShellCrsr, *m_pPropSet, rPropertyNames); in getPropertyStates()
1948 SwPaM* pShellCrsr = rSh.GetCrsr(); in setPropertyToDefault() local
1950 *pShellCrsr, *m_pPropSet, rPropertyName); in setPropertyToDefault()
1964 SwPaM* pShellCrsr = rSh.GetCrsr(); in getPropertyDefault() local
1966 *pShellCrsr, *m_pPropSet, rPropertyName); in getPropertyDefault()