Home
last modified time | relevance | path

Searched refs:aTmpSel (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svtools/source/edit/
H A Dxtextedt.cxx250 TextSelection aTmpSel( GetSelection() ); in MatchGroup() local
251 aTmpSel.Justify(); in MatchGroup()
252 if ( ( aTmpSel.GetStart().GetPara() != aTmpSel.GetEnd().GetPara() ) || in MatchGroup()
253 ( ( aTmpSel.GetEnd().GetIndex() - aTmpSel.GetStart().GetIndex() ) > 1 ) ) in MatchGroup()
258 TextSelection aMatchSel = ((ExtTextEngine*)GetTextEngine())->MatchGroup( aTmpSel.GetStart() ); in MatchGroup()
H A Dtexteng.cxx771 TextSelection aTmpSel( aPaM ); in ImpInsertText() local
772 aTmpSel.GetEnd().GetIndex()++; in ImpInsertText()
773 ImpDeleteText( aTmpSel ); in ImpInsertText()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx756 ESelection aTmpSel( aSelection ); in UpdateSelection() local
757 aTmpSel.Adjust(); in UpdateSelection()
759 sal_uInt32 nPara = aTmpSel.nStartPara; in UpdateSelection()
760 for ( ; nPara <= aTmpSel.nEndPara; ++nPara ) in UpdateSelection()
773 nPara == aTmpSel.nStartPara in UpdateSelection()
774 ? aTmpSel.nStartPos : 0; in UpdateSelection()
776 nPara == aTmpSel.nEndPara in UpdateSelection()
777 ? aTmpSel.nEndPos : STRING_LEN; in UpdateSelection()
796 if ( nPara < aTmpSel.nStartPara || in UpdateSelection()
797 nPara > aTmpSel.nEndPara ) in UpdateSelection()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx147 void ImpEditView::DrawSelection( EditSelection aTmpSel, Region* pRegion, OutputDevice* pTargetDevic… in DrawSelection() argument
175 if ( !aTmpSel.HasRange() ) in DrawSelection()
190 aTmpSel.Adjust( pEditEngine->pImpEditEngine->GetEditDoc() ); in DrawSelection()
192 ContentNode* pStartNode = aTmpSel.Min().GetNode(); in DrawSelection()
193 ContentNode* pEndNode = aTmpSel.Max().GetNode(); in DrawSelection()
215 nStartLine = pTmpPortion->GetLines().FindLine( aTmpSel.Min().GetIndex(), sal_False ); in DrawSelection()
217 nEndLine = pTmpPortion->GetLines().FindLine( aTmpSel.Max().GetIndex(), sal_True ); in DrawSelection()
228 …if ( ( nPara == nStartPara ) && ( nLine == nStartLine ) && ( nStartIndex != aTmpSel.Min().GetIndex… in DrawSelection()
230 nStartIndex = aTmpSel.Min().GetIndex(); in DrawSelection()
233 … if ( ( nPara == nEndPara ) && ( nLine == nEndLine ) && ( nEndIndex != aTmpSel.Max().GetIndex() ) ) in DrawSelection()
[all …]
H A Dimpedit2.cxx2688 EditSelection aTmpSel( aPaM ); in InsertText() local
2689 aTmpSel.Max().GetIndex()++; in InsertText()
2691 ImpDeleteSelection( aTmpSel ); in InsertText()
3537 EditSelection aTmpSel( rSel ); in MatchGroup() local
3538 aTmpSel.Adjust( GetEditDoc() ); in MatchGroup()
3539 if ( ( aTmpSel.Min().GetNode() != aTmpSel.Max().GetNode() ) || in MatchGroup()
3540 ( ( aTmpSel.Max().GetIndex() - aTmpSel.Min().GetIndex() ) > 1 ) ) in MatchGroup()
3545 sal_uInt16 nPos = aTmpSel.Min().GetIndex(); in MatchGroup()
3546 ContentNode* pNode = aTmpSel.Min().GetNode(); in MatchGroup()
3588 aMatchSel.Min() = aTmpSel.Min(); in MatchGroup()
[all …]
H A Deditview.cxx398 EditSelection aTmpSel( pImpEditView->GetEditSelection() ); in InsertText() local
399 aTmpSel.Adjust( pImpEE->GetEditDoc() ); in InsertText()
400 aPaM1 = aTmpSel.Min(); in InsertText()
H A Dediteng.cxx1474 EditSelection aTmpSel; in CreateTextObject() local
1475 aTmpSel.Min() = EditPaM( pStartNode, 0 ); in CreateTextObject()
1476 aTmpSel.Max() = EditPaM( pEndNode, pEndNode->Len() ); in CreateTextObject()
1477 return pImpEditEngine->CreateTextObject( aTmpSel ); in CreateTextObject()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx238 ESelection aTmpSel(nTemp,0,nTemp,0); in PostKeyEvent() local
239 pEditView->SetSelection( aTmpSel ); in PostKeyEvent()
256 ESelection aTmpSel(nTemp,0,nTemp,0); in PostKeyEvent() local
257 pEditView->SetSelection( aTmpSel ); in PostKeyEvent()
/trunk/main/vcl/source/control/
H A Dedit.cxx585 Selection aTmpSel( maSelection ); in ImplRepaint() local
586 aTmpSel.Justify(); in ImplRepaint()
596 if( i >= aTmpSel.Min() && i < aTmpSel.Max() ) in ImplRepaint()

Completed in 122 milliseconds