Lines Matching refs:pCrsr

150 	SwPaM* pCrsr = GetCrsr();  in NoNum()  local
151 if( pCrsr->GetNext() != pCrsr ) // Mehrfachselektion ? in NoNum()
154 SwPamRanges aRangeArr( *pCrsr ); in NoNum()
155 SwPaM aPam( *pCrsr->GetPoint() ); in NoNum()
161 bRet = GetDoc()->NoNum( *pCrsr ); in NoNum()
295 SwPaM* pCrsr = GetCrsr(); in DelNumRules() local
296 if( pCrsr->GetNext() != pCrsr ) // Mehrfachselektion ? in DelNumRules()
299 SwPamRanges aRangeArr( *pCrsr ); in DelNumRules()
300 SwPaM aPam( *pCrsr->GetPoint() ); in DelNumRules()
308 GetDoc()->DelNumRules( *pCrsr ); in DelNumRules()
331 SwPaM* pCrsr = GetCrsr(); in NumUpDown() local
332 if( pCrsr->GetNext() == pCrsr ) // keine Mehrfachselektion ? in NumUpDown()
333 bRet = GetDoc()->NumUpDown( *pCrsr, bDown ); in NumUpDown()
337 SwPamRanges aRangeArr( *pCrsr ); in NumUpDown()
338 SwPaM aPam( *pCrsr->GetPoint() ); in NumUpDown()
417 SwPaM *pCrsr = GetCrsr(); in MoveParagraph() local
418 if( !pCrsr->HasMark() ) in MoveParagraph()
421 pCrsr->SetMark(); in MoveParagraph()
422 pCrsr->DeleteMark(); in MoveParagraph()
425 sal_Bool bRet = GetDoc()->MoveParagraph( *pCrsr, nOffset ); in MoveParagraph()
437 SwPaM* pCrsr = GetCrsr(); in GetCurrentParaOutlineLevel() local
438 const SwTxtNode* pTxtNd = pCrsr->GetNode()->GetTxtNode(); in GetCurrentParaOutlineLevel()
447 SwPaM* pCrsr = GetCrsr(); in GetCurrentOutlineLevels() local
448 SwPaM aCrsr( *pCrsr->Start() ); in GetCurrentOutlineLevels()
450 if( pCrsr->HasMark() ) in GetCurrentOutlineLevels()
451 *aCrsr.GetPoint() = *pCrsr->End(); in GetCurrentOutlineLevels()
461 SwPaM* pCrsr = GetCrsr(); in MoveNumParas() local
462 SwPaM aCrsr( *pCrsr->Start() ); in MoveNumParas()
465 if( pCrsr->HasMark() ) in MoveNumParas()
466 *aCrsr.GetPoint() = *pCrsr->End(); in MoveNumParas()
555 SwPaM* pCrsr = GetCrsr(); in OutlineUpDown() local
556 if( pCrsr->GetNext() == pCrsr ) // keine Mehrfachselektion ? in OutlineUpDown()
557 bRet = GetDoc()->OutlineUpDown( *pCrsr, nOffset ); in OutlineUpDown()
561 SwPamRanges aRangeArr( *pCrsr ); in OutlineUpDown()
562 SwPaM aPam( *pCrsr->GetPoint() ); in OutlineUpDown()
703 SwPaM* pCrsr = GetCrsr(); in GetNumLevel() local
704 const SwTxtNode* pTxtNd = pCrsr->GetNode()->GetTxtNode(); in GetNumLevel()
734 const SwPaM* pCrsr = pCurrentCrsr; in GetNumRuleAtCurrentSelection() local
737 const SwNodeIndex aEndNode = pCrsr->End()->nNode; in GetNumRuleAtCurrentSelection()
739 for ( SwNodeIndex aNode = pCrsr->Start()->nNode; aNode <= aEndNode; aNode++ ) in GetNumRuleAtCurrentSelection()
761 pCrsr = static_cast< const SwPaM* >(pCrsr->GetNext()); in GetNumRuleAtCurrentSelection()
762 } while ( !bDifferentNumRuleFound && pCrsr != pCurrentCrsr ); in GetNumRuleAtCurrentSelection()
777 SwPaM* pCrsr = GetCrsr(); in SetCurNumRule() local
780 SwPamRanges aRangeArr( *pCrsr ); in SetCurNumRule()
781 SwPaM aPam( *pCrsr->GetPoint() ); in SetCurNumRule()
793 GetDoc()->SetNumRule( *pCrsr, rRule, in SetCurNumRule()
796 GetDoc()->SetCounted( *pCrsr, true ); in SetCurNumRule()
828 SwPaM* pCrsr = GetCrsr(); in SetNumRuleStart() local
829 if( pCrsr->GetNext() != pCrsr ) // Mehrfachselektion ? in SetNumRuleStart()
832 SwPamRanges aRangeArr( *pCrsr ); in SetNumRuleStart()
833 SwPaM aPam( *pCrsr->GetPoint() ); in SetNumRuleStart()
839 GetDoc()->SetNumRuleStart( *pCrsr->GetPoint(), bFlag ); in SetNumRuleStart()
857 SwPaM* pCrsr = GetCrsr(); in SetNodeNumStart() local
858 if( pCrsr->GetNext() != pCrsr ) // Mehrfachselektion ? in SetNodeNumStart()
861 SwPamRanges aRangeArr( *pCrsr ); in SetNodeNumStart()
862 SwPaM aPam( *pCrsr->GetPoint() ); in SetNodeNumStart()
868 GetDoc()->SetNodeNumStart( *pCrsr->GetPoint(), nStt ); in SetNodeNumStart()