Home
last modified time | relevance | path

Searched refs:pTmpCrsr (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/sw/source/ui/wrtsh/
H A Dselect.cxx147 SwShellCrsr* pTmpCrsr = 0; in SelAll() local
152 pTmpCrsr = getShellCrsr( false ); in SelAll()
153 if( pTmpCrsr ) in SelAll()
155 pStartPos = new SwPosition( *pTmpCrsr->GetPoint() ); in SelAll()
156 pEndPos = new SwPosition( *pTmpCrsr->GetMark() ); in SelAll()
180 pTmpCrsr = getShellCrsr( false ); in SelAll()
181 if( pTmpCrsr ) in SelAll()
188 if( *pTmpCrsr->GetPoint() < *pEndPos || in SelAll()
189 ( *pStartPos == *pTmpCrsr->GetMark() && in SelAll()
190 *pEndPos == *pTmpCrsr->GetPoint() ) ) in SelAll()
/aoo41x/main/sw/source/core/edit/
H A Deditsh.cxx128 SwCursor* pTmpCrsr = _GetCrsr(); in Insert2() local
129 const sal_Bool bDoNotSetBidiLevel = ! pTmpCrsr || in Insert2()
130 ( 0 != dynamic_cast<SwUnoCrsr*>(pTmpCrsr) ); in Insert2()
134 SwNode& rNode = pTmpCrsr->GetPoint()->nNode.GetNode(); in Insert2()
137 SwIndex& rIdx = pTmpCrsr->GetPoint()->nContent; in Insert2()
152 ((SwTxtNode&)rNode).getLayoutFrm( GetLayout(), &aPt, pTmpCrsr->GetPoint(), in Insert2()
166 pTmpCrsr->SetCrsrBidiLevel( nLevel ); in Insert2()
/aoo41x/main/sw/source/core/access/
H A Daccmap.cxx1205 SwPaM* pTmpCrsr = pCrsr; in InvalidateShapeInParaSelection() local
1206 if( pTmpCrsr != NULL ) in InvalidateShapeInParaSelection()
1214 if( pTmpCrsr->HasMark() ) in InvalidateShapeInParaSelection()
1220 SwPosition* pEnd = pTmpCrsr->End(); in InvalidateShapeInParaSelection()
1259 pTmpCrsr = static_cast<SwPaM*>( pTmpCrsr->GetNext() ); in InvalidateShapeInParaSelection()
1261 while( pTmpCrsr != pCrsr ); in InvalidateShapeInParaSelection()
1336 SwPaM* pTmpCrsr = pCrsr; in InvalidateShapeInParaSelection() local
1339 if( pTmpCrsr != NULL ) in InvalidateShapeInParaSelection()
1343 if( pTmpCrsr->HasMark() ) in InvalidateShapeInParaSelection()
1393 pTmpCrsr = static_cast<SwPaM*>( pTmpCrsr->GetNext() ); in InvalidateShapeInParaSelection()
[all …]
/aoo41x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx540 SwShellCrsr* pTmpCrsr = getShellCrsr( true ); in UpDown() local
542 sal_Bool bRet = pTmpCrsr->UpDown( bUp, nCnt ); in UpDown()
574 SwShellCrsr* pTmpCrsr = getShellCrsr( true ); in LRMargin() local
604 const SwShellCrsr* pTmpCrsr = getShellCrsr( true ); in IsAtLRMargin() local
605 return pTmpCrsr->IsAtLeftRightMargin( bLeft, bAPI ); in IsAtLRMargin()
614 sal_Bool bRet = pTmpCrsr->SttEndDoc( bStt ); in SttEndDoc()
671 SwCursor* pTmpCrsr = getShellCrsr( true ); in MovePara() local
683 SwCursor* pTmpCrsr = getShellCrsr( true ); in MoveSection() local
3293 SwPaM * pTmpCrsr; in ClearUpCrsrs() local
3302 pTmpCrsr = (SwPaM *) pCrsr->GetNext(); in ClearUpCrsrs()
[all …]
H A Dviscrs.cxx449 const SwCursor* pTmpCrsr = pCrsrShell->_GetCrsr(); in _SetPosAndShow() local
451 if ( pTmpCrsr && !pCrsrShell->IsOverwriteCrsr() ) in _SetPosAndShow()
453 SwNode& rNode = pTmpCrsr->GetPoint()->nNode.GetNode(); in _SetPosAndShow()
465 ( pTmpCrsr->GetCrsrBidiLevel() % 2 ) ? in _SetPosAndShow()
H A Dswcrsr.cxx791 SwPaM *pTmpCrsr = pCurCrsr, *pSaveCrsr = pCurCrsr; in lcl_FindSelection() local
799 while( pCurCrsr != ( pTmpCrsr = (SwPaM*)pTmpCrsr->GetNext() )) in lcl_FindSelection()
813 *pSttPos = *pTmpCrsr->Start(); in lcl_FindSelection()
814 *pEndPos = *pTmpCrsr->End(); in lcl_FindSelection()
891 pTmpCrsr = ((SwPaM*)pTmpCrsr->GetNext()); in lcl_FindSelection()
897 } while( pTmpCrsr != pSaveCrsr ); in lcl_FindSelection()
H A Dcrstrvl.cxx173 SwCursor *pTmpCrsr = getShellCrsr( true ); in GotoHeaderTxt() local
174 SwCrsrSaveState aSaveState( *pTmpCrsr ); in GotoHeaderTxt()
177 pFrm->GetCrsrOfst( pTmpCrsr->GetPoint(), aPt ); in GotoHeaderTxt()
178 if( !pTmpCrsr->IsSelOvr() ) in GotoHeaderTxt()
204 SwCursor *pTmpCrsr = getShellCrsr( true ); in GotoFooterTxt() local
208 SwCrsrSaveState aSaveState( *pTmpCrsr ); in GotoFooterTxt()
211 pLower->GetCrsrOfst( pTmpCrsr->GetPoint(), aPt ); in GotoFooterTxt()
212 if( !pTmpCrsr->IsSelOvr() ) in GotoFooterTxt()
/aoo41x/main/sw/source/core/unocore/
H A Dunoobj.cxx350 SwPaM *pTmpCrsr = &rPaM; in SetTxtFmtColl() local
352 pDoc->SetTxtFmtColl(*pTmpCrsr, pLocal); in SetTxtFmtColl()
353 pTmpCrsr = static_cast<SwPaM*>(pTmpCrsr->GetNext()); in SetTxtFmtColl()
354 } while ( pTmpCrsr != &rPaM ); in SetTxtFmtColl()
697 SwPaM *pTmpCrsr = &rPaM; in GetCurTxtFmtColl() local
700 const sal_uLong nSttNd = pTmpCrsr->Start()->nNode.GetIndex(); in GetCurTxtFmtColl()
701 const sal_uLong nEndNd = pTmpCrsr->End()->nNode.GetIndex(); in GetCurTxtFmtColl()
729 pTmpCrsr = static_cast<SwPaM*>(pTmpCrsr->GetNext()); in GetCurTxtFmtColl()
730 } while ( pTmpCrsr != &rPaM ); in GetCurTxtFmtColl()
/aoo41x/main/sw/source/core/frmedt/
H A Dfetab.cxx121 SwCursor * pTmpCrsr = (SwCursor *) pSwCrsr; in ParkCursorInTab() local
127 const SwPosition * pPt = pTmpCrsr->GetPoint(), in ParkCursorInTab()
128 * pMk = pTmpCrsr->GetMark(); in ParkCursorInTab()
142 pTmpCrsr = (SwCursor *) pTmpCrsr->GetNext(); in ParkCursorInTab()
144 while (pTmpCrsr != pSwCrsr); in ParkCursorInTab()
/aoo41x/main/sw/source/ui/docvw/
H A DSidebarWin.cxx597 SwShellCrsr* pTmpCrsr = NULL; in SetPosAndSize() local
606 pTmpCrsr = pTableCrsr; in SetPosAndSize()
614 pTmpCrsr = pCrsr; in SetPosAndSize()
616 ::boost::scoped_ptr<SwShellCrsr> pTmpCrsrForAnnotationTextRange( pTmpCrsr ); in SetPosAndSize()

Completed in 174 milliseconds