Home
last modified time | relevance | path

Searched refs:aSel (Results 76 – 100 of 121) sorted by relevance

12345

/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx234 TextSelection aSel(TextPaM( nStartLine, 0 ), TextPaM( nStartLine, 0x0 )); in Resize() local
235 pTextView->SetSelection(aSel); in Resize()
907 TextSelection aSel = pTextView->GetSelection(); in IMPL_LINK() local
908 sal_uInt32 nCur = aSel.GetStart().GetPara(); in IMPL_LINK()
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx361 Selection aSel; in GetArgSelection() local
362 if(pEdArg !=NULL) aSel=pEdArg ->GetSelection(); in GetArgSelection()
363 return aSel; in GetArgSelection()
/trunk/main/starmath/source/
H A Dview.cxx192 ESelection aSel (aToken.nRow - 1, aToken.nCol - 1 - nExtra); in MouseButtonDown() local
197 aSel.nEndPos += aToken.aText.Len() + nExtra in MouseButtonDown()
202 ESelection aSel (aToken.nRow - 1, aToken.nCol - 1); in MouseButtonDown() local
205 aSel.nEndPos = aSel.nEndPos + sal::static_int_cast< sal_uInt16 >(aToken.aText.Len()); in MouseButtonDown()
207 pEdit->SetSelection(aSel); in MouseButtonDown()
H A Daccessibility.cxx1535 ESelection aSel( nPara, pEditEngine->GetTextLen( nPara ) ); in AppendTextPortion() local
1536 pEditEngine->QuickInsertText( rText, aSel ); in AppendTextPortion()
1539 nRes = aSel.nEndPos = pEditEngine->GetTextLen( nPara ); in AppendTextPortion()
1540 pEditEngine->QuickSetAttribs( rSet, aSel ); in AppendTextPortion()
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx503 ESelection aSel( nPar, nStart, nPar, nEnd ); in RemoveParaAttribs() local
504 SfxItemSet aOldCharAttrs = GetAttribs( aSel ); in RemoveParaAttribs()
518 QuickSetAttribs( aNewCharAttrs, aSel ); in RemoveParaAttribs()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1499 TextSelection aSel = pImpSvMEdit->GetTextWindow()->GetTextView()->GetSelection(); in PreNotify() local
1500 if ( aSel.HasRange() ) in PreNotify()
1502 aSel.GetStart() = aSel.GetEnd(); in PreNotify()
1503 pImpSvMEdit->GetTextWindow()->GetTextView()->SetSelection( aSel ); in PreNotify()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx443 ESelection aSel(0,nOpen+nAdd,0,nLen-1); in Select() local
446 pTableView->SetSelection(aSel); in Select()
449 pTopView->SetSelection(aSel); in Select()
701 ESelection aSel( 0, nLen, 0, nLen ); in SwitchToTextWin() local
702 pView->SetSelection( aSel ); // set cursor to end of text in SwitchToTextWin()
H A Dtransobj.cxx427 ESelection aSel( 0, 0, nParCnt-1, pEngine->GetTextLen(nParCnt-1) ); in WriteObject() local
429 uno::Reference<datatransfer::XTransferable> xEditTrans = pEngine->CreateTransferable( aSel ); in WriteObject()
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx571 Selection aSel = GetSelection(); in Modify() local
580 aSel.setMin(aSel.getMin() - nDiff); in Modify()
581 aSel.setMax(aSel.getMin()); in Modify()
583 SetSelection(aSel); in Modify()
/trunk/main/editeng/source/uno/
H A Dunotext2.cxx453 ESelection aSel( mnParagraph, nStartPos, mnParagraph, nEndPos ); in nextElement() local
465 if( pIterRange && pIterRange->mbPortion && (aSel.IsEqual( pIterRange->maSelection ) ) ) in nextElement()
472 pRange->SetSelection(aSel); in nextElement()
H A Dunoedprx.cxx787 ESelection aSel = MakeEESelection( aIndex ); in GetCharBounds() local
789 … SvxFont aFont = EditEngine::CreateSvxFontFromItemSet( mrTextForwarder->GetAttribs( aSel ) ); in GetCharBounds()
792 mrTextForwarder->GetText( aSel ) ); in GetCharBounds()
/trunk/main/forms/source/component/
H A DFilter.cxx714 ::com::sun::star::awt::Selection aSel; in getSelection()
717 aSel = xText->getSelection(); in getSelection()
718 return aSel; in getSelection()
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1501 Selection aSel( SELECTION_MIN, SELECTION_MAX ); in ImplEditEntry() local
1502 if( pItem && EditingEntry( pEntry, aSel ) ) in ImplEditEntry()
1506 EditItemText( pEntry, pItem, aSel ); in ImplEditEntry()
1551 Selection aSel( SELECTION_MIN, SELECTION_MAX ); in EditingRequest() local
1552 if( EditingEntry( pEntry, aSel ) ) in EditingRequest()
1555 EditItemText( pEntry, (SvLBoxString*)pItem, aSel ); in EditingRequest()
/trunk/main/sw/source/ui/envelp/
H A Denvlop1.cxx317 Selection aSel = aAddrEdit.GetSelection(); in IMPL_LINK() local
319 aAddrEdit.SetSelection(aSel); in IMPL_LINK()
/trunk/main/sd/source/ui/dlg/
H A Dpresent.cxx166 Selection aSel( pEdit->GetMaxTextLen(), pEdit->GetMaxTextLen() ); in SdStartPresentationDlg() local
167 pEdit->SetSelection( aSel ); in SdStartPresentationDlg()
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx969 ESelection aSel; in SetText() local
970 ::GetSelection( aSel, GetEditSource()->GetTextForwarder() ); in SetText()
971 SetSelection( aSel ); in SetText()
/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx128 SwPaM aSel( rNd, nStt, rNd, nEnd ); in Delete() local
129 DeleteSel( aSel ); in Delete()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx177 uno::Any aSel; in cursorMoved() local
181 aSel.setValue(&aSelSeq, ::getCppuType((Sequence<sal_Int16>*)0)); in cursorMoved()
182 xPropSet->setPropertyValue(C2U("SelectedItems"), aSel); in cursorMoved()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3526 Selection aSel = ((SwTOXEdit*)pActiveCtrl)->GetSelection(); in InsertAtSelection() local
3527 aSel.Justify(); in InsertAtSelection()
3529 String sLeft = sEditText.Copy( 0, static_cast< sal_uInt16 >(aSel.A()) ); in InsertAtSelection()
3530 String sRight = sEditText.Copy( static_cast< sal_uInt16 >(aSel.B()), in InsertAtSelection()
3531 static_cast< sal_uInt16 >(sEditText.Len() - aSel.B())); in InsertAtSelection()
3984 Selection aSel(0, 0); in IMPL_LINK() local
3988 aSel.A() = nLen; in IMPL_LINK()
3989 aSel.B() = nLen; in IMPL_LINK()
3991 ((SwTOXEdit*)pNextPrev)->SetSelection(aSel); in IMPL_LINK()
/trunk/main/editeng/source/editeng/
H A Deehtml.cxx547 EditSelection aSel( aStartPaM, aEndPaM ); in ImpSetAttribs() local
548 ImportInfo aImportInfo( HTMLIMP_SETATTR, this, pImpEditEngine->CreateESel( aSel ) ); in ImpSetAttribs()
/trunk/main/vcl/source/control/
H A Dfield.cxx414 Selection aSel = mpField->GetSelection(); in ImplSetText() local
415 aSel.Min() = aSel.Max(); in ImplSetText()
416 mpField->SetText( rText, aSel ); in ImplSetText()
H A Dcombobox.cxx333 Selection aSel = pEdit->GetSelection(); in IMPL_LINK() local
339 if ( aSel.Len() || in IMPL_LINK()
343 XubString aStartText = aFullText.Copy( 0, (xub_StrLen)aSel.Max() ); in IMPL_LINK()
/trunk/main/svx/source/unodraw/
H A Dunoshtxt.cxx888 ESelection aSel( 0,mpOutliner->GetEditEngine().GetTextLen( 0 ), 1,0 ); in UpdateData() local
889 mpOutliner->QuickInsertLineBreak( aSel ); in UpdateData()
/trunk/main/sw/source/ui/inc/
H A Dinputwin.hxx44 void UpdateRange(const String& aSel,
/trunk/main/sc/source/filter/inc/
H A Deeparser.hxx60 ESelection aSel; // Selection in EditEngine member

Completed in 192 milliseconds

12345