Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/editeng/
H A Deertfpar.cxx76 aCurSel = aSel; in EditRTFParser()
83 SetInsPos( EditPosition( pImpEditEngine, &aCurSel ) ); in EditRTFParser()
99 DBG_ASSERT( !aCurSel.HasRange(), "Selection bei CallParser!" ); in CallParser()
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()
112 EditPaM aEnd1PaM( pImpEditEngine->ImpInsertParaBreak( aCurSel.Max() ) ); in CallParser()
117 ImportInfo aImportInfo( RTFIMP_START, this, pImpEditEngine->CreateESel( aCurSel ) ); in CallParser()
125 ImportInfo aImportInfo( RTFIMP_END, this, pImpEditEngine->CreateESel( aCurSel ) ); in CallParser()
131 ContentNode* pCurNode = aCurSel.Max().GetNode(); in CallParser()
[all …]
H A Dimpedit4.cxx1499 EditSelection aCurSel( pEditView->pImpEditView->GetEditSelection() ); in Spell()
1500 pSpellInfo = CreateSpellInfo( aCurSel, bMultipleDoc ); in Spell()
1516 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()
1519 pEditView->pImpEditView->SetEditSelection( aCurSel ); in Spell()
1586 EditSelection aCurSel( pEditView->pImpEditView->GetEditSelection() ); in Convert()
1587 aCurSel.Adjust( aEditDoc ); in Convert()
1590 pConvInfo->aConvStart = CreateEPaM( aCurSel.Min() ); in Convert()
1598 if (!aCurSel.HasRange() && ImplGetBreakIterator().is()) in Convert()
[all …]
H A Deehtml.cxx92 aCurSel = EditSelection( rPaM, rPaM ); in CallParser()
96 ImportInfo aImportInfo( HTMLIMP_START, this, pImpEditEngine->CreateESel( aCurSel ) ); in CallParser()
105 ImportInfo aImportInfo( HTMLIMP_END, this, pImpEditEngine->CreateESel( aCurSel ) ); in CallParser()
228 … sal_uInt16 nNode = pImpEditEngine->GetEditDoc().GetPos( aCurSel.Max().GetNode() ); in NextToken()
229 … SfxItemSet aItems( aCurSel.Max().GetNode()->GetContentAttribs().GetItems() ); in NextToken()
509 ImportInfo aImportInfo( HTMLIMP_NEXTTOKEN, this, pImpEditEngine->CreateESel( aCurSel ) ); in NextToken()
523 ImportInfo aImportInfo( HTMLIMP_INSERTPARA, this, pImpEditEngine->CreateESel( aCurSel ) ); in ImpInsertParaBreak()
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()
[all …]
H A Dediteng.cxx821 EditSelection aCurSel( pE->pImpEditEngine->CreateSel( rCurSel ) ); in SelectSentence() local
822 EditSelection aSentenceSel( pE->pImpEditEngine->SelectSentence( aCurSel ) ); in SelectSentence()
842 EditSelection aCurSel( pEditView->pImpEditView->GetEditSelection() ); in PostKeyEvent() local
843 DBG_ASSERT( !aCurSel.IsInvalid(), "Blinde Selection in EditEngine::PostKeyEvent" ); in PostKeyEvent()
973 …if ( pImpEditEngine->DoVisualCursorTraveling( aCurSel.Max().GetNode() ) && ( ( nCode == KEY_LEFT )… in PostKeyEvent()
976 aCurSel = pImpEditEngine->MoveCursor( rKeyEvent, pEditView ); in PostKeyEvent()
978 if ( aCurSel.HasRange() ) { in PostKeyEvent()
991 …GetLanguage( pImpEditEngine->GetEditDoc().GetPos( aCurSel.Max().GetNode() ), aCurSel.Max().GetInde… in PostKeyEvent()
1005 ContentNode *pNode = aCurSel.Min().GetNode(); in PostKeyEvent()
1008 !aCurSel.HasRange() && aCurSel.Min().GetIndex() == 0) in PostKeyEvent()
[all …]
H A Dimpedit2.cxx339 EditSelection aCurSel( pView->pImpEditView->GetEditSelection() ); in MouseButtonDown() local
347 EditSelection aNewSelection( SelectWord( aCurSel ) ); in MouseButtonDown()
358 EditSelection aNewSelection( aCurSel ); in MouseButtonDown()
360 aNewSelection.Max().SetIndex( aCurSel.Min().GetNode()->Len() ); in MouseButtonDown()
678 EditSelection aCurSel( pView->pImpEditView->GetEditSelection() ); in MouseButtonUp() local
679 if ( !aCurSel.HasRange() ) in MouseButtonUp()
686 EditPaM aPaM( aCurSel.Max() ); in MouseButtonUp()
2767 EditPaM ImpEditEngine::ImpInsertText( EditSelection aCurSel, const XubString& rStr ) in ImpInsertText() argument
2772 if ( aCurSel.HasRange() ) in ImpInsertText()
2773 aPaM = ImpDeleteSelection( aCurSel ); in ImpInsertText()
[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.cxx1909 ESelection aCurSel = pEditEngine->pImpEditEngine->CreateESel( GetEditSelection() ); in dragOver() local
1910 aCurSel.Adjust(); in dragOver()
1911 if ( !aDestSel.IsLess( aCurSel ) && !aDestSel.IsGreater( aCurSel ) ) in dragOver()
/AOO41X/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 …]
/AOO41X/main/svx/inc/svx/
H A Dtbcontrl.hxx215 String aCurSel; member in SvxStyleToolBoxControl
/AOO41X/main/basctl/source/basicide/
H A Dmacrodlg.cxx413 Selection aCurSel( aMacroNameEdit.GetSelection() ); in SaveSetCurEntry() local
417 aMacroNameEdit.SetSelection( aCurSel ); in SaveSetCurEntry()
/AOO41X/main/editeng/source/outliner/
H A Doutlvw.cxx1961 ESelection aCurSel( rEditView.GetSelection() ); in ReplaceTextWithSynonym() local
1967 aCurSel = rEditView.GetSelection(); in ReplaceTextWithSynonym()