Home
last modified time | relevance | path

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

/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx739 aOldSel=pMEdit->GetSelection(); in EditBox()
765 aOldSel=pMEdit->GetSelection(); in EditBox()
916 if(aNewSel.Min()!=aOldSel.Min() || aNewSel.Max()!=aOldSel.Max()) in IMPL_LINK()
919 aOldSel=aNewSel; in IMPL_LINK()
931 aOldSel = pMEdit->GetSelection(); in UpdateOldSel()
H A DControlHelper.hxx56 Selection aOldSel; member in formula::EditBox
/trunk/main/editeng/source/editeng/
H A Deditview.cxx583 EditSelection aOldSel( pImpEditView->GetEditSelection() ); in Read() local
586 EditPaM aEndPaM = PIMPEE->Read( rInput, rBaseURL, eFormat, aOldSel, pHTTPHeaderAttrs ); in Read()
591 aOldSel.Adjust( PIMPEE->GetEditDoc() ); in Read()
592 aNewSel.Min() = aOldSel.Min(); in Read()
892 EditSelection aOldSel( pImpEditView->GetEditSelection() ); in TransliterateText() local
894 if ( aNewSel != aOldSel ) in TransliterateText()
1038 ESelection aOldSel = GetSelection(); in ExecuteSpellPopup() local
1210 SetSelection( aOldSel ); in ExecuteSpellPopup()
1239 SetSelection( aOldSel ); in ExecuteSpellPopup()
1283 SetSelection( aOldSel ); in ExecuteSpellPopup()
[all …]
H A Dtextconv.cxx288 ESelection aOldSel = pEditView->GetSelection(); in SetLanguageAndFont() local
312 pEditView->SetSelection( aOldSel ); in SetLanguageAndFont()
433 ESelection aOldSel = pEditView->GetSelection(); in ReplaceUnit() local
434 ESelection aNewSel( aOldSel ); in ReplaceUnit()
H A Dimpedit4.cxx1668 ESelection aOldSel = pActiveView->GetSelection(); in SetLanguageAndFont() local
1692 pActiveView->SetSelection( aOldSel ); in SetLanguageAndFont()
2207 EditSelection aOldSel( rEditView.pImpEditView->GetEditSelection() ); in ApplyChangedSentence()
2208 xub_StrLen nOldLen = aOldSel.Max().GetNode()->Len(); in ApplyChangedSentence()
2312 xub_StrLen nEndOfSentence = aOldSel.Max().GetIndex() + nDelta; in ApplyChangedSentence()
2313 aNext = EditPaM( aOldSel.Max().GetNode(), nEndOfSentence ); in ApplyChangedSentence()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx634 ESelection aOldSel = rOutView.GetSelection(); in lcl_RemoveFields() local
635 ESelection aSel = aOldSel; in lcl_RemoveFields()
694 if ( aOldSel.IsEqual( aSel ) ) // aSel is adjusted in lcl_RemoveFields()
695 aOldSel.nEndPos = nNewEnd; in lcl_RemoveFields()
697 aOldSel.nStartPos = nNewEnd; // if aOldSel is backwards in lcl_RemoveFields()
698 rOutView.SetSelection( aOldSel ); in lcl_RemoveFields()
/trunk/main/vcl/source/control/
H A Dfield2.cxx493 Selection aOldSel = pEdit->GetSelection(); in ImplPatternProcessKeyInput() local
498 xub_StrLen nCursorPos = (xub_StrLen)aOldSel.Max(); in ImplPatternProcessKeyInput()
508 aSel.Min() = aOldSel.Min(); in ImplPatternProcessKeyInput()
517 Selection aSel( aOldSel ); in ImplPatternProcessKeyInput()
522 aSel.Min() = aOldSel.Min(); in ImplPatternProcessKeyInput()
540 aSel.Min() = aOldSel.Min(); in ImplPatternProcessKeyInput()
554 Selection aSel( aOldSel ); in ImplPatternProcessKeyInput()
560 aSel.Min() = aOldSel.Min(); in ImplPatternProcessKeyInput()
570 Selection aSel = aOldSel; in ImplPatternProcessKeyInput()
642 Selection aSel = aOldSel; in ImplPatternProcessKeyInput()
/trunk/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.cxx123 Selection aOldSel = GetSelection(); in FillList() local
126 SetSelection( aOldSel ); in FillList()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx229 ESelection aOldSel = pView->GetSelection(); in lcl_Replace() local
230 if (aOldSel.HasRange()) in lcl_Replace()
231 pView->SetSelection( ESelection( aOldSel.nEndPara, aOldSel.nEndPos, in lcl_Replace()
232 aOldSel.nEndPara, aOldSel.nEndPos ) ); in lcl_Replace()
262 ESelection aOldSel( 0, nOldStart, 0, nOldEnd ); in UpdateRange() local
266 lcl_Replace( pTopView, aNewStr, aOldSel ); in UpdateRange()
267 lcl_Replace( pTableView, aNewStr, aOldSel ); in UpdateRange()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1843 ESelection aOldSel = pEditView->GetSelection(); in Read() local
1844 aOldSel.Adjust(); in Read()
1852 sal_uInt32 nChangesStart = aOldSel.nStartPara; in Read()
1853 sal_uInt32 nChangesEnd = nChangesStart + nParaDiff + (aOldSel.nEndPara-aOldSel.nStartPara); in Read()
/trunk/main/sc/source/ui/inc/
H A Dfuncutl.hxx65 Selection aOldSel; member in ScEditBox
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx645 Selection aOldSel = GetSelection(); in FillList() local
649 SetSelection( aOldSel ); in FillList()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx572 TextSelection aOldSel( aCurSel ); in KeyInput() local
789 …if ( aCurSel != aOldSel ) // Check if changed, maybe other method already changed mpImpl->maSele… in KeyInput()

Completed in 110 milliseconds