/aoo41x/main/formula/source/ui/dlg/ |
H A D | funcutl.cxx | 739 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 D | ControlHelper.hxx | 56 Selection aOldSel; member in formula::EditBox
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editview.cxx | 583 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 D | textconv.cxx | 288 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 D | impedit4.cxx | 1668 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()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | drtxtob.cxx | 634 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()
|
/aoo41x/main/vcl/source/control/ |
H A D | field2.cxx | 493 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()
|
/aoo41x/main/svx/source/sidebar/text/ |
H A D | SvxSBFontNameBox.cxx | 123 Selection aOldSel = GetSelection(); in FillList() local 126 SetSelection( aOldSel ); in FillList()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 229 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()
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 1845 ESelection aOldSel = pEditView->GetSelection(); in Read() local 1846 aOldSel.Adjust(); in Read() 1854 sal_uInt16 nChangesStart = aOldSel.nStartPara; in Read() 1855 …sal::static_int_cast< sal_uInt16 >(nChangesStart + nParaDiff + (aOldSel.nEndPara-aOldSel.nStartPar… in Read()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | funcutl.hxx | 65 Selection aOldSel; member in ScEditBox
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 645 Selection aOldSel = GetSelection(); in FillList() local 649 SetSelection( aOldSel ); in FillList()
|
/aoo41x/main/svtools/source/edit/ |
H A D | textview.cxx | 572 TextSelection aOldSel( aCurSel ); in KeyInput() local 789 …if ( aCurSel != aOldSel ) // Check if changed, maybe other method already changed mpImpl->maSele… in KeyInput()
|