Home
last modified time | relevance | path

Searched refs:aCurSel (Results 1 – 13 of 13) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx76 aCurSel = aSel; in EditRTFParser()
106 EditPaM aStart1PaM( aCurSel.Min().GetNode(), aCurSel.Min().GetIndex() ); in CallParser()
107 aCurSel = pImpEditEngine->ImpInsertParaBreak( aCurSel ); in CallParser()
108 EditPaM aStart2PaM = aCurSel.Min(); in CallParser()
140 EditPaM aEnd2PaM( aCurSel.Max() ); in CallParser()
204 aCurSel = pImpEditEngine->ImpInsertParaBreak( aCurSel ); in NextToken()
209 aCurSel = pImpEditEngine->InsertLineBreak( aCurSel ); in NextToken()
262 aCurSel = pImpEditEngine->ImpInsertText( aCurSel, aText ); in InsertText()
273 aCurSel = pImpEditEngine->ImpInsertParaBreak( aCurSel ); in InsertPara()
293 ContentNode* pN = aCurSel.Max().GetNode(); in SetEndPrevPara()
[all …]
H A Dimpedit4.cxx1516 if ( aCurSel.Max().GetIndex() > aCurSel.Max().GetNode()->Len() ) in Spell()
1517 aCurSel.Max().GetIndex() = aCurSel.Max().GetNode()->Len(); in Spell()
1518 aCurSel.Min() = aCurSel.Max(); in Spell()
1650 if ( aCurSel.Max().GetIndex() > aCurSel.Max().GetNode()->Len() ) in Convert()
1651 aCurSel.Max().GetIndex() = aCurSel.Max().GetNode()->Len(); in Convert()
1652 aCurSel.Min() = aCurSel.Max(); in Convert()
1894 aCurSel.Min() = aCurSel.Max(); in ImpSpell()
1927 sal_Unicode cNext = aCurSel.Max().GetNode()->GetChar( aCurSel.Max().GetIndex() ); in ImpSpell()
2015 rSelection = aCurSel; in ImpFindNextError()
2039 if(aCurSel.Min() == aCurSel.Max()) in SpellSentence()
[all …]
H A Deehtml.cxx92 aCurSel = EditSelection( rPaM, rPaM ); in CallParser()
105 ImportInfo aImportInfo( HTMLIMP_END, this, pImpEditEngine->CreateESel( aCurSel ) ); in CallParser()
526 aCurSel = pImpEditEngine->ImpInsertParaBreak( aCurSel ); in ImpInsertParaBreak()
534 …DBG_ASSERT( pSel || ( aCurSel.Min().GetNode() == aCurSel.Max().GetNode() ), "ImpInsertAttribs: Sel… in ImpSetAttribs()
536 EditPaM aStartPaM( pSel ? pSel->Min() : aCurSel.Min() ); in ImpSetAttribs()
537 EditPaM aEndPaM( pSel ? pSel->Max() : aCurSel.Max() ); in ImpSetAttribs()
629 SfxItemSet aItems( aCurSel.Max().GetNode()->GetContentAttribs().GetItems() ); in ImpSetStyleSheet()
694 aCurSel = pImpEditEngine->ImpInsertText( aCurSel, aText ); in ImpInsertText()
774 ContentNode* pNode = aCurSel.Max().GetNode(); in ThrowAwayBlank()
782 return aCurSel.Max().GetNode()->Len() ? sal_True : sal_False; in HasTextInCurrentPara()
[all …]
H A Dediteng.cxx991 …GetLanguage( pImpEditEngine->GetEditDoc().GetPos( aCurSel.Max().GetNode() ), aCurSel.Max().GetInde… in PostKeyEvent()
1008 !aCurSel.HasRange() && aCurSel.Min().GetIndex() == 0) in PostKeyEvent()
1063 aCurSel = pImpEditEngine->DeleteLeftOrRight( aCurSel, nDel, nMode ); in PostKeyEvent()
1076 ( aCurSel.Min().GetNode() != aCurSel.Max().GetNode() ) ) in PostKeyEvent()
1086 aCurSel = pImpEditEngine->AutoCorrect( aCurSel, 0, !pEditView->IsInsertMode() ); in PostKeyEvent()
1087 aCurSel = pImpEditEngine->InsertTab( aCurSel ); in PostKeyEvent()
1107aCurSel = pImpEditEngine->AutoCorrect( aCurSel, 0, !pEditView->IsInsertMode() ); in PostKeyEvent()
1108 aCurSel = pImpEditEngine->InsertLineBreak( aCurSel ); in PostKeyEvent()
1115 aCurSel = pImpEditEngine->AutoCorrect( aCurSel, 0, !pEditView->IsInsertMode() ); in PostKeyEvent()
1116 aCurSel = pImpEditEngine->InsertParaBreak( aCurSel ); in PostKeyEvent()
[all …]
H A Dimpedit2.cxx358 EditSelection aNewSelection( aCurSel ); in MouseButtonDown()
684 if ( !aCurSel.HasRange() ) in MouseButtonUp()
691 EditPaM aPaM( aCurSel.Max() ); in MouseButtonUp()
2775 if ( aCurSel.HasRange() ) in ImpInsertText()
2778 aPaM = aCurSel.Max(); in ImpInsertText()
2901 if ( aCurSel.HasRange() ) in ImpInsertFeature()
2904 aPaM = aCurSel.Max(); in ImpInsertFeature()
3476 if ( aCurSel.Min().GetIndex() > aCurSel.Min().GetNode()->Len() ) in UpdateSelections()
3478 aCurSel.Min().GetIndex() = aCurSel.Min().GetNode()->Len(); in UpdateSelections()
3481 if ( aCurSel.Max().GetIndex() > aCurSel.Max().GetNode()->Len() ) in UpdateSelections()
[all …]
H A Deertfpar.hxx73 EditSelection aCurSel; member in EditRTFParser
104 …EditRTFParser( SvStream& rIn, EditSelection aCurSel, SfxItemPool& rAttrPool, ImpEditEngine* pImpEd…
116 EditPaM GetCurPaM() const { return aCurSel.Max(); } in GetCurPaM()
H A Deehtml.hxx46 EditSelection aCurSel; member in EditHTMLParser
89 const EditSelection& GetCurSelection() const { return aCurSel; } in GetCurSelection()
H A Deditview.cxx1319 EditSelection aCurSel( pImpEditView->GetEditSelection() ); in SelectCurrentWord() local
1321 aCurSel = PIMPEE->SelectWord( aCurSel.Max(), nWordType ); in SelectCurrentWord()
1322 pImpEditView->SetEditSelection( aCurSel ); in SelectCurrentWord()
1325 return aCurSel.HasRange() ? sal_True : sal_False; in SelectCurrentWord()
H A Dimpedit.cxx1910 ESelection aCurSel = pEditEngine->pImpEditEngine->CreateESel( GetEditSelection() ); in dragOver() local
1911 aCurSel.Adjust(); in dragOver()
1912 if ( !aDestSel.IsLess( aCurSel ) && !aDestSel.IsGreater( aCurSel ) ) in dragOver()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx571 TextSelection aCurSel( mpImpl->maSelection ); in KeyInput() local
572 TextSelection aOldSel( aCurSel ); in KeyInput()
646 aCurSel = ImpMoveCursor( rKeyEvent ); in KeyInput()
647 if ( aCurSel.HasRange() ) { in KeyInput()
715 aCurSel = ImpDelete( nDel, nMode ); in KeyInput()
730 aCurSel = mpImpl->mpTextEngine->ImpInsertText( aCurSel, '\t', !IsInsertMode() ); in KeyInput()
745 aCurSel = mpImpl->mpTextEngine->ImpInsertParaBreak( aCurSel ); in KeyInput()
748 …TextNode* pPrev = mpImpl->mpTextEngine->mpDoc->GetNodes().GetObject( aCurSel.GetEnd().GetPara() - … in KeyInput()
757aCurSel = mpImpl->mpTextEngine->ImpInsertText( aCurSel, pPrev->GetText().Copy( 0, n ) ); in KeyInput()
779aCurSel = mpImpl->mpTextEngine->ImpInsertText( nCharCode, aCurSel, !IsInsertMode(), sal_True ); in KeyInput()
[all …]
/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx413 Selection aCurSel( aMacroNameEdit.GetSelection() ); in SaveSetCurEntry() local
417 aMacroNameEdit.SetSelection( aCurSel ); in SaveSetCurEntry()
/trunk/main/svx/inc/svx/
H A Dtbcontrl.hxx215 String aCurSel; member in SvxStyleToolBoxControl
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1959 ESelection aCurSel( rEditView.GetSelection() ); in ReplaceTextWithSynonym() local
1965 aCurSel = rEditView.GetSelection(); in ReplaceTextWithSynonym()

Completed in 157 milliseconds