Home
last modified time | relevance | path

Searched refs:aSel (Results 1 – 25 of 121) sorted by path

12345

/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.cxx119 MultiSelection aSel( aPageRange ); in getRendererCount() local
120 long nSelCount = aSel.GetSelectCount(); in getRendererCount()
175 MultiSelection aSel( aPageRange ); in render() local
176 long nSelect = aSel.FirstSelected(); in render()
178 nSelect = aSel.NextSelected(); in render()
H A Dbaside2.cxx647 aSel.GetEnd().GetPara()++; in BasicToggleBreakPoint()
651 for ( sal_uLong nLine = aSel.GetStart().GetPara(); nLine <= aSel.GetEnd().GetPara(); nLine++ ) in BasicToggleBreakPoint()
673 …for ( sal_uLong nLine = ++aSel.GetStart().GetPara(), nEnd = ++aSel.GetEnd().GetPara(); nLine <= nE… in BasicToggleBreakPointEnabled()
813 TextSelection aSel( aWordStart ); in BasicAddWatch() local
817 GetEditView()->SetSelection( aSel ); in BasicAddWatch()
824 if ( aSel.GetStart().GetPara() == aSel.GetEnd().GetPara() ) in BasicAddWatch()
886 pView->SetSelection( aSel ); in EditMacro()
1139 pView->SetSelection( aSel ); in ExecuteCommand()
1312 TextSelection aSel; in StartSearchAndReplace() local
1315 aSel = pView->GetSelection(); in StartSearchAndReplace()
[all …]
H A Dbaside2b.cxx441 TextSelection aSel( pEditView->GetSelection() ); in KeyInput() local
442 if ( aSel.GetStart().GetPara() != aSel.GetEnd().GetPara() ) in KeyInput()
H A Dbasides1.cxx751 TextSelection aSel( TextPaM( nLine, nCol1 ), TextPaM( nLine, nCol2 ) ); in ExecuteGlobal() local
752 pTextView->SetSelection( aSel ); in ExecuteGlobal()
H A Dbasides2.cxx133 TextSelection aSel = pEditView->GetSelection(); in GetSelectionText() local
134 if ( !bWholeWord || ( aSel.GetStart().GetPara() == aSel.GetEnd().GetPara() ) ) in GetSelectionText()
/trunk/main/chart2/source/controller/main/
H A DChartController_TextEdit.cxx231 ESelection aSel = pOutlinerView->GetSelection(); in executeDispatch_InsertSpecialCharacter() local
232 aSel.nStartPara = aSel.nEndPara; in executeDispatch_InsertSpecialCharacter()
233 aSel.nStartPos = aSel.nEndPos; in executeDispatch_InsertSpecialCharacter()
234 pOutlinerView->SetSelection(aSel); in executeDispatch_InsertSpecialCharacter()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx516 uno::Any aSel = xSelectionSupl->getSelection(); in getCurrentSelection() local
518 if( aSel >>= aObjectCID ) in getCurrentSelection()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1774 TextSelection aSel(TextPaM(0, m_nErrorStart), TextPaM(0, m_nErrorEnd)); in ChangeMarkedWord() local
1788 pTextEngine->ReplaceText( aSel, rNewWord ); in ChangeMarkedWord()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx1362 Selection aSel = aShortED.GetSelection(); in IMPL_LINK() local
1368 aShortED.SetSelection(aSel); in IMPL_LINK()
/trunk/main/dbaccess/source/ext/adabas/
H A DASqlNameEdit.cxx66 Selection aSel = GetSelection(); in Modify() local
67 aSel.setMax( aSel.getMin() ); in Modify()
68 SetText( sCorrected, aSel ); in Modify()
/trunk/main/dbaccess/source/ui/control/
H A DSqlNameEdit.cxx72 Selection aSel = GetSelection(); in Modify() local
73 aSel.setMax( aSel.getMin() ); in Modify()
74 SetText( sCorrected, aSel ); in Modify()
86 Selection aSel = GetSelection(); in Modify() local
87 aSel.setMax( aSel.getMin() ); in Modify()
/trunk/main/dbaccess/source/ui/dlg/
H A Dparamdialog.cxx412 Selection aSel; variable
416 aSel = m_aParam.GetSelection();
426 m_aParam.SetSelection(aSel);
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx473 ESelection aSel = pV->GetSelection(); in ShowEditEngineData() local
474 …ntf( fp, "\n Selektion: Start=%u,%u, End=%u,%u", aSel.nStartPara, aSel.nStartPos, aSel.nEndPara, in ShowEditEngineData()
H A Dediteng.cxx764 aSel = pImpEditEngine->SelectWord( aSel ); in GetWord()
774 aSel = pE->pImpEditEngine->SelectWord( aSel, nWordType ); in GetWord()
784 aSel = pE->pImpEditEngine->WordLeft( aSel.Min(), nWordType ); in WordLeft()
794 aSel = pE->pImpEditEngine->WordRight( aSel.Max(), nWordType ); in WordRight()
804 aSel = pE->pImpEditEngine->CursorLeft( aSel.Min(), nCharacterIteratorMode ); in CursorLeft()
814 aSel = pE->pImpEditEngine->CursorRight( aSel.Max(), nCharacterIteratorMode ); in CursorRight()
1670 EditSelection aSel( pImpEditEngine-> in GetAttribs() local
1955 EditSelection aSel( pImpEditEngine-> in QuickSetAttribs() local
1978 EditSelection aSel( pImpEditEngine-> in QuickInsertText() local
1988 EditSelection aSel( pImpEditEngine-> in QuickDelete() local
[all …]
H A Deditundo.cxx61 EditSelection aSel( aPaM, aPaM ); in lcl_DoSetSelection() local
356 EditSelection aSel( aPaM, aPaM ); in Undo() local
357 aSel.Max().GetIndex() = aSel.Max().GetIndex() + aText.Len(); in Undo()
405 aSel.Max().GetIndex() = aSel.Max().GetIndex() + aText.Len(); in Undo()
414 aSel.Max().GetIndex() = aSel.Max().GetIndex() + aText.Len(); in Redo()
440 aSel.Max().GetIndex()++; in Undo()
454 aSel.Max().GetIndex()++; in Redo()
683 aSel = _pImpEE->DeleteSelected( aSel ); in Undo()
684 EditSelection aDelSel( aSel ); in Undo()
685 aSel = _pImpEE->InsertParaBreak( aSel ); in Undo()
[all …]
H A Deditview.cxx729 Range aRange( aSel.nStartPara, aSel.nEndPara ); in MoveParagraphs()
927 aSel = PIMPEE->EndOfWord( aSel.Max() ); in CompleteAutoCorrect()
929 aSel = PIMPEE->AutoCorrect( aSel, 0, !IsInsertMode() ); in CompleteAutoCorrect()
1372 if ( ( aSel.Min().GetNode() == aSel.Max().GetNode() ) && in GetFieldAtSelection()
1373 ( ( aSel.Max().GetIndex() == aSel.Min().GetIndex() ) || in GetFieldAtSelection()
1374 ( aSel.Max().GetIndex() == aSel.Min().GetIndex()+1 ) ) ) in GetFieldAtSelection()
1471 aSel.Adjust(); in ChangeFontSize()
1473 if( !aSel.HasRange() ) in ChangeFontSize()
1478 if( aSel.HasRange() ) in ChangeFontSize()
1480 for( sal_uInt32 nPara = aSel.nStartPara; nPara <= aSel.nEndPara; nPara++ ) in ChangeFontSize()
[all …]
H A Dedtspell.cxx560 pImpEE->ImpDeleteSelection( aSel ); in Delete()
569 EditSelection aSel = EditPaM( pCurNode, nPos ); in Insert() local
570 pImpEE->ImpInsertText( aSel, rTxt ); in Insert()
627 aSel.Max().SetIndex( nEnd ); // ??? in SetAttr()
639 String aText = pImpEE->GetSelected( aSel ); in SetINetAttr()
640 aSel = pImpEE->ImpDeleteSelection( aSel ); in SetINetAttr()
645 pImpEE->InsertField( aSel, aField ); in SetINetAttr()
734 aSel = pImpEE->ImpDeleteSelection( aSel ); in ChgAutoCorrWord()
737 pImpEE->ImpInsertText( aSel, pFnd->GetLong() ); in ChgAutoCorrWord()
755 ESelection aSel( nPara, nCursor, nPara, nCursor ); in ImplStartUndoAction() local
[all …]
H A Deehtml.cxx547 EditSelection aSel( aStartPaM, aEndPaM ); in ImpSetAttribs() local
548 ImportInfo aImportInfo( HTMLIMP_SETATTR, this, pImpEditEngine->CreateESel( aSel ) ); in ImpSetAttribs()
H A Deertfpar.cxx71 EditRTFParser::EditRTFParser( SvStream& rIn, EditSelection aSel, SfxItemPool& rAttrPool, ImpEditEng… in EditRTFParser() argument
76 aCurSel = aSel; in EditRTFParser()
135 EditSelection aSel; in CallParser() local
136 aSel.Min() = EditPaM( pPrevNode, pPrevNode->Len() ); in CallParser()
137 aSel.Max() = EditPaM( pCurNode, 0 ); in CallParser()
138 aCurSel.Max() = pImpEditEngine->ImpDeleteSelection( aSel ); in CallParser()
359 EditSelection aSel( aStartPaM, aEndPaM ); in SetAttrInDoc() local
360 ImportInfo aImportInfo( RTFIMP_SETATTR, this, pImpEditEngine->CreateESel( aSel ) ); in SetAttrInDoc()
H A Dimpedit.cxx1126 …bIsWrong = rPaM.GetNode()->GetWrongList()->HasWrong( aSel.Min().GetIndex(), aSel.Max().GetIndex() … in IsWrongSpelledWord()
1130 SetEditSelection( aSel ); in IsWrongSpelledWord()
1321 EditSelection aSel( GetEditSelection() ); in Paste() local
1322 if ( aSel.HasRange() ) in Paste()
1325 aSel = pEditEngine->pImpEditEngine->ImpDeleteSelection( aSel ); in Paste()
1347 aSel = pEditEngine->pImpEditEngine->ImpInsertText( aSel, aText ); in Paste()
1364 SetEditSelection( aSel ); in Paste()
1375 EditSelection aSel = GetEditSelection(); in IsInSelection() local
1376 if ( !aSel.HasRange() ) in IsInSelection()
1379 aSel.Adjust( pEditEngine->pImpEditEngine->GetEditDoc() ); in IsInSelection()
[all …]
H A Dimpedit.hxx631 EditPaM ReadText( SvStream& rInput, EditSelection aSel );
632 EditPaM ReadRTF( SvStream& rInput, EditSelection aSel );
633 EditPaM ReadXML( SvStream& rInput, EditSelection aSel );
635 EditPaM ReadBin( SvStream& rInput, EditSelection aSel );
796 EditTextObject* CreateTextObject( EditSelection aSel );
1065 EditSelection aSel; in CreateSel() local
1066 aSel.Min().SetNode( aEditDoc[ rSel.nStartPara ] ); in CreateSel()
1067 aSel.Min().SetIndex( rSel.nStartPos ); in CreateSel()
1068 aSel.Max().SetNode( aEditDoc[ rSel.nEndPara ] ); in CreateSel()
1069 aSel.Max().SetIndex( rSel.nEndPos ); in CreateSel()
[all …]
H A Dimpedit2.cxx300 aSel.Adjust( aEditDoc ); in GetSelected()
512 aSel = DeleteSelected( aSel ); in Command()
513 aSel = AutoCorrect( aSel, nCharCode, mpIMEInfos->bWasCursorOverwrite ); in Command()
544 aSel = DeleteSelected( aSel ); in Command()
545 aSel = ImpInsertText( aSel, pData->GetText() ); in Command()
2162 aSel.Max().GetIndex() = aSel.Max().GetIndex() + nChars; in ImpRemoveChars()
2501 if ( !aSel.HasRange() ) in ImpDeleteSelection()
2502 return aSel.Min(); in ImpDeleteSelection()
2610 if ( aSel.HasRange() ) in AutoCorrect()
2661 return aSel.Max(); in AutoCorrect()
[all …]
H A Dimpedit3.cxx4037 EditSelection aSel( ImpMoveParagraphs( aOldPositions, nNewPos ) ); in MoveParagraphs() local
4069 return aSel; in MoveParagraphs()
H A Dimpedit4.cxx128 aSel = ImpDeleteSelection( aSel ); in ReadText()
147 aSel = ImpDeleteSelection( aSel ); in ReadXML()
170 aSel = ImpDeleteSelection( aSel ); in ReadRTF()
190 return aSel.Min(); in ReadRTF()
203 aSel = ImpDeleteSelection( aSel ); in ReadHTML()
1067 ( aSel.Max().GetIndex() < aSel.Max().GetNode()->Len() ) ) ? in CreateBinTextObject()
1229 aSel = ImpDeleteSelection( aSel ); in InsertText()
1427 return aSel; in InsertBinTextObject()
2401 if ( aSel.Max().GetIndex() < aSel.Max().GetNode()->Len() ) in DoOnlineSpelling()
2839 aSel = SelectWord( aSel ); in TransliterateText()
[all …]
H A Dimpedit5.cxx60 aSel.Adjust( aEditDoc ); in SetStyleSheet()
202 aSel.Adjust( aEditDoc ); in CreateAttribUndo()
340 aSel.Adjust( aEditDoc ); in GetAttribs()
362 nStartPos = aSel.Min().GetIndex(); in GetAttribs()
364 nEndPos = aSel.Max().GetIndex(); in GetAttribs()
530 aSel.Adjust( aEditDoc ); in SetAttribs()
535 aSel = SelectWord( aSel, ::com::sun::star::i18n::WordType::ANYWORD_IGNOREWHITESPACES, sal_False ); in SetAttribs()
570 nStartPos = aSel.Min().GetIndex(); in SetAttribs()
572 nEndPos = aSel.Max().GetIndex(); in SetAttribs()
639 aSel.Adjust( aEditDoc ); in RemoveCharAttribs()
[all …]

Completed in 254 milliseconds

12345