Lines Matching refs:aCursor

443     SwCursor aCursor( aPos, 0, false );  in SetPropertyValues_Impl()  local
447 SwParaSelection aParaSel( aCursor ); in SetPropertyValues_Impl()
466 SwUnoCursorHelper::SetPropertyValue(aCursor, m_rPropSet, in SetPropertyValues_Impl()
735 SwCursor aCursor( aPos, 0, false ); in setPropertyValuesTolerant() local
736 SwParaSelection aParaSel( aCursor ); in setPropertyValuesTolerant()
762 aCursor, m_pImpl->m_rPropSet, pProp[i], pValue[i]); in setPropertyValuesTolerant()
1229 SwCursor aCursor( aPos, 0, false ); in setPropertyToDefault() local
1238 SwParaSelection aParaSel( aCursor ); in setPropertyToDefault()
1277 aCursor.GetDoc()->ResetAttrs(aCursor, sal_True, &aWhichIds); in setPropertyToDefault()
1283 SwPosition aStart( *aCursor.Start() ); in setPropertyToDefault()
1284 SwPosition aEnd ( *aCursor.End() ); in setPropertyToDefault()
1285 ::std::auto_ptr<SwUnoCrsr> pTemp( aCursor.GetDoc()->CreateUnoCrsr(aStart, sal_False) ); in setPropertyToDefault()
1308 SwUnoCursorHelper::resetCrsrPropertyValue(*pEntry, aCursor); in setPropertyToDefault()
1378 SwCursor aCursor( aPos, 0, false ); in getAnchor() local
1380 SwParaSelection aParaSel( aCursor ); in getAnchor()
1382 new SwXTextRange(aCursor, m_pImpl->m_xParentText); in getAnchor()
1396 SwCursor aCursor( SwPosition( *pTxtNode ), 0, false ); in dispose() local
1399 SwParaSelection aParaSel( aCursor ); in dispose()
1400 pTxtNode->GetDoc()->DelFullPara(aCursor); in dispose()
1493 SwCursor aCursor( aPos, 0, false ); in getStart() local
1494 SwParaSelection aParaSel( aCursor ); in getStart()
1495 SwPaM aPam( *aCursor.Start() ); in getStart()
1512 SwCursor aCursor( aPos, 0, false ); in getEnd() local
1513 SwParaSelection aParaSel( aCursor ); in getEnd()
1514 SwPaM aPam( *aCursor.End() ); in getEnd()
1532 SwCursor aCursor( aPos, 0, false ); in getString() local
1533 SwParaSelection aParaSel( aCursor ); in getString()
1534 SwUnoCursorHelper::GetTextFromPam(aCursor, aRet); in getString()
1558 SwCursor aCursor( aPos, 0, false ); in setString() local
1559 if (!SwUnoCursorHelper::IsStartOfPara(aCursor)) { in setString()
1560 aCursor.MovePara(fnParaCurr, fnParaStart); in setString()
1562 SwUnoCursorHelper::SelectPam(aCursor, true); in setString()
1564 aCursor.MovePara(fnParaCurr, fnParaEnd); in setString()
1566 SwUnoCursorHelper::SetString(aCursor, aString); in setString()
1567 SwUnoCursorHelper::SelectPam(aCursor, false); in setString()