Home
last modified time | relevance | path

Searched refs:aSel (Results 51 – 75 of 121) sorted by relevance

12345

/trunk/main/sd/source/ui/view/
H A Ddrtxtob.cxx464 ESelection aSel = pOLV->GetSelection(); in GetAttrState() local
465 aSel.Adjust(); in GetAttrState()
466 sal_uLong nStartPara = aSel.nStartPara; in GetAttrState()
467 sal_uLong nEndPara = aSel.nEndPara; in GetAttrState()
468 if( !aSel.HasRange() ) in GetAttrState()
H A Ddrviewsf.cxx117 ESelection aSel = pOLV->GetSelection(); in GetCtrlState() local
118 if ( abs( aSel.nEndPos - aSel.nStartPos ) == 1 ) in GetCtrlState()
787 ESelection aSel = pOlView->GetSelection(); in GetSelectionText() local
791 aStrSelection = pOl->GetWord( aSel.nEndPara, aSel.nEndPos ); in GetSelectionText()
H A Ddrviewse.cxx1523 ESelection aSel( pOLV->GetSelection() ); in InsertURLField() local
1526 if ( aSel.nStartPos <= aSel.nEndPos ) in InsertURLField()
1527 aSel.nEndPos = aSel.nStartPos + 1; in InsertURLField()
1529 aSel.nStartPos = aSel.nEndPos + 1; in InsertURLField()
1530 pOLV->SetSelection( aSel ); in InsertURLField()
H A Ddrtxtob1.cxx145 ESelection aSel = pOLV->GetSelection(); in Execute() local
146 aSel.Adjust(); in Execute()
147 sal_uLong nStartPara = aSel.nStartPara; in Execute()
148 sal_uLong nEndPara = aSel.nEndPara; in Execute()
149 if( !aSel.HasRange() ) in Execute()
H A Doutlnvsh.cxx448 ESelection aSel = pOLV->GetSelection(); in GetCtrlState() local
449 if ( abs( aSel.nEndPos - aSel.nStartPos ) == 1 ) in GetCtrlState()
1617 ESelection aSel = pOutlinerView->GetSelection(); in GetSelectionText() local
1621 aStrSelection = pOl->GetWord( aSel.nEndPara, aSel.nEndPos ); in GetSelectionText()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx599 Selection aSel( GetSelection() ); in PreNotify() local
600 aSel.Justify(); in PreNotify()
601 if( aSel.Len() ) in PreNotify()
602 sName.Erase( (xub_StrLen)aSel.Min(), (xub_StrLen)aSel.Len() ); in PreNotify()
603 sName.Insert( sKey, (xub_StrLen)aSel.Min() ); in PreNotify()
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx596 ESelection aSel; in Search() local
600 aSel = GetSelection( xRangeRef ); in Search()
606 if( pConvertPara[nStartPos] == aSel.nStartPara && pConvertPos[nStartPos] == aSel.nStartPos ) in Search()
676 ESelection aSel; in GetSelection() local
680 aSel = pRange->GetSelection(); in GetSelection()
682 return aSel; in GetSelection()
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx555 Sequence< sal_Int32 > aSel(1); in getSelectedAccessibleRows() local
556aSel[0] = m_pParent->getCharSetControl()->GetRowPos(m_pParent->getCharSetControl()->GetSelectIndex… in getSelectedAccessibleRows()
557 return aSel; in getSelectedAccessibleRows()
564 Sequence< sal_Int32 > aSel(1); in getSelectedAccessibleColumns() local
565aSel[0] = m_pParent->getCharSetControl()->GetColumnPos(m_pParent->getCharSetControl()->GetSelectIn… in getSelectedAccessibleColumns()
566 return aSel; in getSelectedAccessibleColumns()
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx520 Selection aSel( SELECTION_MIN, SELECTION_MAX ); in EditingRequest() local
521 if ( EditingEntry( pEntry, aSel ) ) in EditingRequest()
524 EditItemText( pEntry, (SvLBoxString*)pItem, aSel ); in EditingRequest()
575 Selection aSel( SELECTION_MIN, SELECTION_MAX ); in EditEntry() local
576 if( EditingEntry( pEntry, aSel ) ) in EditEntry()
579 EditItemText( pEntry, pItem, aSel ); in EditEntry()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx876 ESelection aSel(pOLV->GetSelection()); in InsertSymbol() local
877 aSel.nStartPara = aSel.nEndPara; in InsertSymbol()
878 aSel.nStartPos = aSel.nEndPos; in InsertSymbol()
879 pOLV->SetSelection(aSel); in InsertSymbol()
H A Dannotsh.cxx364 ESelection aSel = pOLV->GetSelection(); in Exec() local
365 aSel.nEndPos++; in Exec()
366 pOLV->SetSelection(aSel); in Exec()
1762 ESelection aSel(pOLV->GetSelection()); in InsertSymbol() local
1763 aSel.nStartPara = aSel.nEndPara; in InsertSymbol()
1764 aSel.nStartPos = aSel.nEndPos; in InsertSymbol()
1765 pOLV->SetSelection(aSel); in InsertSymbol()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx504 TextSelection aSel = pTextView->GetSelection(); in GetState() local
505 aPos += String::CreateFromInt32( aSel.GetEnd().GetPara()+1 ); in GetState()
508 aPos += String::CreateFromInt32( aSel.GetEnd().GetIndex()+1 ); in GetState()
643 TextSelection aSel; in StartSearchAndReplace() local
654 aSel = pTextView->GetSelection(); in StartSearchAndReplace()
692 pTextView->SetSelection( aSel ); in StartSearchAndReplace()
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx519 Selection aSel = mpEdActive->GetSelection(); in SetReference() local
520 aSel.Justify(); in SetReference()
521 aVal.Erase( (xub_StrLen)aSel.Min(), (xub_StrLen)aSel.Len() ); in SetReference()
522 aVal.Insert( aStr, (xub_StrLen)aSel.Min() ); in SetReference()
523 Selection aNewSel( aSel.Min(), aSel.Min()+aStr.Len() ); in SetReference()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx388 Any aSel( xSel->getSelection() ); in onSelectionChanged() local
390 if( aSel >>= xShapeSeq ) in onSelectionChanged()
393 aSel <<= xShapeSeq[0]; in onSelectionChanged()
397 Reference< XShapes > xShapes( aSel, UNO_QUERY ); in onSelectionChanged()
399 aSel <<= xShapes->getByIndex(0); in onSelectionChanged()
402 Reference< XShapeDescriptor > xDesc( aSel, UNO_QUERY ); in onSelectionChanged()
/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 Dtextconv.cxx532 ESelection aSel( *pESelection ); in ChangeText() local
534 aSel.nStartPos = nChgInNodeStartIndex; in ChangeText()
535 aSel.nEndPos = nChgInNodeStartIndex + nChgLen; in ChangeText()
536 pEditView->SetSelection( aSel ); in ChangeText()
/trunk/main/svx/source/svdraw/
H A Dsvdview.cxx1268 ESelection aSel(pTextEditOutlinerView->GetSelection()); in GetStatusText() local
1269 long nPar=aSel.nEndPara,nLin=0,nCol=aSel.nEndPos; in GetStatusText()
1270 if (aSel.nEndPara>0) { in GetStatusText()
1271 for (sal_uInt32 nParaNum=0; nParaNum<aSel.nEndPara; nParaNum++) { in GetStatusText()
1280 sal_uIntPtr nParaLineAnz=pTextEditOutliner->GetLineCount(aSel.nEndPara); in GetStatusText()
1283 sal_uInt16 nLen=pTextEditOutliner->GetLineLen(aSel.nEndPara,nParaLine); in GetStatusText()
1299 aStr += UniString::CreateFromInt32( pTextEditOutliner->GetDepth( aSel.nEndPara ) ); in GetStatusText()
/trunk/main/basctl/source/basicide/
H A Dbasides2.cxx133 TextSelection aSel = pEditView->GetSelection(); in GetSelectionText() local
134 if ( !bWholeWord || ( aSel.GetStart().GetPara() == aSel.GetEnd().GetPara() ) ) in GetSelectionText()
/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/sd/source/ui/annotations/
H A Dannotationmanager.cxx496 ESelection aSel; in ExecuteReplyToAnnotation() local
497 aSel.nEndPara = pOutliner->GetParagraphCount()-2; in ExecuteReplyToAnnotation()
498 aSel.nEndPos = pOutliner->GetText( pOutliner->GetParagraph( aSel.nEndPara ) ).Len(); in ExecuteReplyToAnnotation()
500 pOutliner->QuickSetAttribs( aAnswerSet, aSel ); in ExecuteReplyToAnnotation()
/trunk/main/formula/inc/formula/
H A Dformdata.hxx64 inline void SetSelection(const Selection& aSel) { aSelection=aSel;} in SetSelection() argument
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx334 TextSelection aSel(TextPaM( nStartLine, 0 ), TextPaM( nStartLine, 0x0 )); in Resize() local
335 pTextView->SetSelection(aSel); in Resize()
627 TextSelection aSel = pTextView->GetSelection(); in IMPL_LINK() local
628 sal_uInt32 nCur = aSel.GetStart().GetPara(); in IMPL_LINK()
/trunk/main/sd/source/ui/func/
H A Dfutext.cxx1548 ESelection aSel; in ChangeFontSize() local
1549 aSel.nEndPara = pEditEngine->GetParagraphCount()-1; in ChangeFontSize()
1550 aSel.nEndPos = pEditEngine->GetTextLen(aSel.nEndPara); in ChangeFontSize()
1551 pOLV->SetSelection(aSel); in ChangeFontSize()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx1169 ESelection aSel( 0, 0, nParas-1, rEngine.GetTextLen( nParas-1 ) ); in WriteFieldText() local
1170 SfxItemSet aSet( rEngine.GetAttribs( aSel ) ); in WriteFieldText()
1190 ESelection aSel( nPar, nStart, nPar, nEnd ); in WriteFieldText() local
1196 SfxItemSet aSet = rEngine.GetAttribs( aSel ); in WriteFieldText()
1214 OUT_STR( rEngine.GetText( aSel ) ); in WriteFieldText()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx288 ::com::sun::star::awt::Selection aSel; in getSelection()
292 aSel.Min = pMultiLineEdit->GetSelection().Min(); in getSelection()
293 aSel.Max = pMultiLineEdit->GetSelection().Max(); in getSelection()
295 return aSel; in getSelection()
686 ::com::sun::star::awt::Selection aSel; in getSelection()
690 aSel.Min = pFileControl->GetEdit().GetSelection().Min(); in getSelection()
691 aSel.Max = pFileControl->GetEdit().GetSelection().Max(); in getSelection()
693 return aSel; in getSelection()

Completed in 135 milliseconds

12345